guile-user
[Top][All Lists]
Advanced

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

Re: Running Guile through Emacs


From: Martin Grabmueller
Subject: Re: Running Guile through Emacs
Date: Sat, 13 Jan 2001 09:09:07 +0100

> From: Chris Baker <address@hidden>
> Date: 12 Jan 2001 23:25:09 -0800
> 
> M-x run-scheme
> 
> runs a scheme process in a buffer, but it wants the interpreter to be
> called scheme.
> 
> C-u M-x run-scheme
> 
> lets you specify the command line (e.g. guile, or whatever your
> libguile app is called).  From thence forth, you can use scheme-mode
> commands to send stuff to the guile process.

For your convenience, an excerpt from my .emacs:

; Make `run-scheme' run Guile
(setq scheme-program-name "guile")

and run-scheme will run Guile without any prefix-twiddling.

'mgrabmue
-- 
Martin Grabmueller              address@hidden
http://www.pintus.de/mgrabmue/  address@hidden on EFnet



reply via email to

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