Jose A. Ortega Ruiz <[email protected]> writes:
> But i am thinking that a much easier way to do this might be simply to > invoke gxi with flags to the effect of loading the file you're > interested in. You can specify a 'binary' function that computes > them. The advantage is that, when calling the binary (with any flags), > stdout is still redirected to the REPL. See > > https://gitlab.com/emacs-geiser/guile/-/blob/master/geiser-guile.el#L139 > https://gitlab.com/emacs-geiser/guile/-/blob/master/geiser-guile.el#L430 Thank you! I went with this approach and it works perfectly. Dmitry
