emacs-devel
[Top][All Lists]
Advanced

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

Patch to cmuscheme: start file for Scheme processes


From: Emilio Lopes
Subject: Patch to cmuscheme: start file for Scheme processes
Date: Sun, 24 Jul 2005 14:29:21 +0200
User-agent: Emacs Gnus

The package "comint", upon which "cmuscheme" is based, provides a
mechanism for sending commands stored in a file to the underlying
process on start-up.  Cmuscheme does not currently make use of this
mechanism, although this could be useful for Scheme interpreters that
do not provide such a functionality themselves or for providing Emacs
specific customizations.

With the following patch cmuscheme instructs comint to use such a
start file if it's present on the file system.  The name of the start
file depends on the interpreter used, so that interpreter specific
customizations are possible.


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

        * cmuscheme.el (run-scheme): get start file from `scheme-start-file'
        and pass it to `make-comint'.
        (scheme-start-file): new function.

Attachment: cmuscheme-startfile.patch
Description: Text Data


reply via email to

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