guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: command-line options v2


From: Alex Kost
Subject: Re: command-line options v2
Date: Wed, 13 Jul 2016 19:12:59 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]