From fb023afbd5308a7074a2b184a5c79f2d60a00f9f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 5 Dec 2006 14:34:46 +0000 Subject: [PATCH] (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'. --- etc/NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 6d740c37d9d..983683f0215 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -235,8 +235,8 @@ displays a buffer menu. This option turns the buffer menu off. +++ ** Init file changes If the init file ~/.emacs does not exist, Emacs will try -~/.emacs.d/init.el or ~/.emacs.d/init.elc. You can also put the shell -init file .emacs_SHELL under ~/.emacs.d. +~/.emacs.d/init.el or ~/.emacs.d/init.elc. Likewise, if the shell init file +~/.emacs_SHELL is not found, Emacs will try ~/.emacs.d/init_SHELL.sh. +++ ** Emacs now reads the standard abbrevs file ~/.abbrev_defs @@ -2162,9 +2162,9 @@ at point is suggested as default, but not inserted at the prompt. *** 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 ~/.emacs.d, its -contents are sent to the Scheme subprocess upon startup. +*** If the file ~/.emacs_NAME or ~/.emacs.d/init_NAME.scm (where NAME +is the name of the Scheme interpreter) exists, 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 -- 2.39.2