comparison etc/NEWS @ 74450:dc2d02a90d3d

(Changes to cmuscheme): Mention the alternative for `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'. (Init file changes): Same for `~/.emacs_SHELL' versus `~/.emacs.d/init_SHELL.sh'.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Dec 2006 14:34:46 +0000
parents 6d42e0eb1e0a
children 24272e5d1a3b
comparison
equal deleted inserted replaced
74449:6ee6a5eee80d 74450:dc2d02a90d3d
233 displays a buffer menu. This option turns the buffer menu off. 233 displays a buffer menu. This option turns the buffer menu off.
234 234
235 +++ 235 +++
236 ** Init file changes 236 ** Init file changes
237 If the init file ~/.emacs does not exist, Emacs will try 237 If the init file ~/.emacs does not exist, Emacs will try
238 ~/.emacs.d/init.el or ~/.emacs.d/init.elc. You can also put the shell 238 ~/.emacs.d/init.el or ~/.emacs.d/init.elc. Likewise, if the shell init file
239 init file .emacs_SHELL under ~/.emacs.d. 239 ~/.emacs_SHELL is not found, Emacs will try ~/.emacs.d/init_SHELL.sh.
240 240
241 +++ 241 +++
242 ** Emacs now reads the standard abbrevs file ~/.abbrev_defs 242 ** Emacs now reads the standard abbrevs file ~/.abbrev_defs
243 automatically at startup, if it exists. When Emacs offers to save 243 automatically at startup, if it exists. When Emacs offers to save
244 modified buffers, it saves the abbrevs too if they have changed. It 244 modified buffers, it saves the abbrevs too if they have changed. It
2160 ** Changes to cmuscheme 2160 ** Changes to cmuscheme
2161 2161
2162 *** Emacs now offers to start Scheme if the user tries to 2162 *** Emacs now offers to start Scheme if the user tries to
2163 evaluate a Scheme expression but no Scheme subprocess is running. 2163 evaluate a Scheme expression but no Scheme subprocess is running.
2164 2164
2165 *** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter) 2165 *** If the file ~/.emacs_NAME or ~/.emacs.d/init_NAME.scm (where NAME
2166 exists in the user's home directory or in ~/.emacs.d, its 2166 is the name of the Scheme interpreter) exists, its contents are sent
2167 contents are sent to the Scheme subprocess upon startup. 2167 to the Scheme subprocess upon startup.
2168 2168
2169 *** There are new commands to instruct the Scheme interpreter to trace 2169 *** There are new commands to instruct the Scheme interpreter to trace
2170 procedure calls (`scheme-trace-procedure') and to expand syntactic forms 2170 procedure calls (`scheme-trace-procedure') and to expand syntactic forms
2171 (`scheme-expand-current-form'). The commands actually sent to the Scheme 2171 (`scheme-expand-current-form'). The commands actually sent to the Scheme
2172 subprocess are controlled by the user options `scheme-trace-command', 2172 subprocess are controlled by the user options `scheme-trace-command',