]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention changes in cmuscheme.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2005 07:42:06 +0000 (07:42 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2005 07:42:06 +0000 (07:42 +0000)
etc/NEWS

index 1f31d3faa7b044de64c981285900d4c54e5122f5..71975e02e56fcf8f38e485f9cc1058010b71c8e5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1750,6 +1750,22 @@ This was actually done in Emacs-21.1, and was not documented.
 \f
 * Changes in Specialized Modes and Packages in Emacs 22.1:
 
+---
+** Changes to cmuscheme
+
+*** Emacs now offers to start Scheme if the user tries to
+evaluate a Scheme expression but no Scheme subprocess is running.
+
+*** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter)
+exists in the user's home directory or in `user-emacs-directory', its
+contents are sent to the Scheme subprocess upon startup.
+
+*** There are new commands to instruct the Scheme interpreter to trace
+procedure calls (`scheme-trace-procedure') and to expand syntactic forms
+(`scheme-expand-current-form').  The commands actually sent to the Scheme
+subprocess are controlled by the user options `scheme-trace-command',
+`scheme-untrace-command' and `scheme-expand-current-form'.
+
 ---
 ** Makefile mode has submodes for automake, gmake, makepp and BSD make.