guile-user
[Top][All Lists]
Advanced

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

Re: Running Guile through Emacs


From: Chris Baker
Subject: Re: Running Guile through Emacs
Date: 12 Jan 2001 23:25:09 -0800
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Neil Jerram <address@hidden> writes:

> >>>>> "Mikael" == Mikael Djurfeldt <address@hidden> writes:
> 
>     Mikael> I run Guile through Emacs.  Typically, I make a change to
>     Mikael> a definition and press C-M-x to send that individual
>     Mikael> definition over to Guile.
> 
> How do you run Guile through Emacs?  I'm aware of the emacs.scm file
> in the Guile distro, but I have no idea where to get or how to use the
> Emacs side of the interface.

I'll bite.

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.

hth,

cbb




reply via email to

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