geiser-users
[Top][All Lists]
Advanced

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

Re: Similar interface to Edwin C-x-e evaluation?


From: Jose A. Ortega Ruiz
Subject: Re: Similar interface to Edwin C-x-e evaluation?
Date: Tue, 10 Mar 2020 21:21:39 +0000

On Tue, Mar 10 2020, Nicholas Papadonis wrote:

> I'm using Geiser to interface with MIT Scheme.
>
> I used Edwin and it had a nice interface where the buffer was simply
> text and each expression could be evaluated using C-x-e.  This
> interface appears a bit easier to manage (formatting wise) then
> interface directly with the REPL line by line.
>
> Is there a way to place Geiser in this mode?

that's done by putting the scheme buffer in geiser-mode.  you can
manually type M-x geiser-mode, or ask emacs to do that automatically for
you and associate always the buffer to mit scheme for instance with

    (setq geiser-active-implementations '(mit))

please see the manual:
http://geiser.nongnu.org/geiser_4.html#Between-the-parens

or just (info "geiser")

cheers,
jao
-- 
To achieve great things, two things are needed: a plan, and not quite
enough time.  - Leonard Bernstein




reply via email to

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