guile-user
[Top][All Lists]
Advanced

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

Re: command-line options v2


From: Tobin Harding
Subject: Re: command-line options v2
Date: Wed, 13 Jul 2016 08:30:28 +1000
User-agent: Mutt/1.6.1 (2016-04-27)

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"))

thanks,
Tobin.



reply via email to

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