emacs-devel
[Top][All Lists]
Advanced

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

Patch to cmuscheme: start a new Scheme process if necessary


From: Emilio Lopes
Subject: Patch to cmuscheme: start a new Scheme process if necessary
Date: Sun, 24 Jul 2005 13:53:34 +0200
User-agent: Emacs Gnus

In a Scheme buffer, if the user tries to evaluate an expression and no
Scheme process is running, Emacs signals an error.  This is not very
useful; Emacs can indeed do better.

With the following patch Emacs asks the user in such cases which
Scheme program to start, presenting `scheme-program-name' as the
default choice.

2005-06-12  Emilio C. Lopes  <address@hidden>

        * cmuscheme.el (switch-to-scheme, scheme-proc): call
        `scheme-interactively-start-process' if no Scheme buffer/process
        available.
        (scheme-get-process): new function extracted from `scheme-proc'
        (scheme-interactively-start-process): new function


Attachment: cmuscheme.el.patch
Description: Text Data


reply via email to

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