Tobin Harding (2016-07-13 01:30 +0300) wrote:

> On Thu, Jun 30, 2016 at 08:44:11PM +1000, Tobin Harding wrote:
>> Still unable to pass Guile command line options when invoked by Geiser.
>
> Problem solved (with input from Andy in guile-devel list thread).
>
> Submitting this solution in the name of completeness.
>
> In order to pass command line options to Guile when using Emacs (Geiser) one
> must set the variable geiser-guile-binary. This is set in the Emacs
> init file, under custom-set-variables (since it is set by default by Geiser),
> and can be changed via the Geiser menu in Emacs. 
>
> The trick is that when setting with the mouse under 'Geiser Guile Binary' one
> must hit INS and add each option as a separate string. Once done correctly,
> within Emacs init file the code should look like this:
>
> (custom-set-variables
> ...
> '(geiser-guile-binary '("/usr/local/bin/guile" "--no-auto-compile"))

Alternatively one can simply put in his/her init file:

  (setq geiser-guile-binary '("/usr/local/bin/guile" "--no-auto-compile"))

without using custom stuff, mouse, etc.

-- 
Alex

Reply via email to