Mercurial > emacs
comparison etc/NEWS @ 64747:a6b6f7ca07c5
Mention changes in cmuscheme.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Aug 2005 07:42:06 +0000 |
parents | 7dba5e116596 |
children | f55bcc082f4a |
comparison
equal
deleted
inserted
replaced
64746:addcbf284f81 | 64747:a6b6f7ca07c5 |
---|---|
1747 --- | 1747 --- |
1748 ** The TCL package tcl-mode.el was replaced by tcl.el. | 1748 ** The TCL package tcl-mode.el was replaced by tcl.el. |
1749 This was actually done in Emacs-21.1, and was not documented. | 1749 This was actually done in Emacs-21.1, and was not documented. |
1750 | 1750 |
1751 * Changes in Specialized Modes and Packages in Emacs 22.1: | 1751 * Changes in Specialized Modes and Packages in Emacs 22.1: |
1752 | |
1753 --- | |
1754 ** Changes to cmuscheme | |
1755 | |
1756 *** Emacs now offers to start Scheme if the user tries to | |
1757 evaluate a Scheme expression but no Scheme subprocess is running. | |
1758 | |
1759 *** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter) | |
1760 exists in the user's home directory or in `user-emacs-directory', its | |
1761 contents are sent to the Scheme subprocess upon startup. | |
1762 | |
1763 *** There are new commands to instruct the Scheme interpreter to trace | |
1764 procedure calls (`scheme-trace-procedure') and to expand syntactic forms | |
1765 (`scheme-expand-current-form'). The commands actually sent to the Scheme | |
1766 subprocess are controlled by the user options `scheme-trace-command', | |
1767 `scheme-untrace-command' and `scheme-expand-current-form'. | |
1752 | 1768 |
1753 --- | 1769 --- |
1754 ** Makefile mode has submodes for automake, gmake, makepp and BSD make. | 1770 ** Makefile mode has submodes for automake, gmake, makepp and BSD make. |
1755 | 1771 |
1756 The former two couldn't be differentiated before, and the latter two | 1772 The former two couldn't be differentiated before, and the latter two |