aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-05 14:34:46 +0000
committerJuanma Barranquero2006-12-05 14:34:46 +0000
commitfb023afbd5308a7074a2b184a5c79f2d60a00f9f (patch)
tree65c5c495b0208edb4ac6f53fad294f9d0491b161
parentb4e7960114adca7a52a25c8b85694ae5e4350521 (diff)
downloademacs-fb023afbd5308a7074a2b184a5c79f2d60a00f9f.tar.gz
emacs-fb023afbd5308a7074a2b184a5c79f2d60a00f9f.zip
(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'.
-rw-r--r--etc/NEWS10
1 files 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.
235+++ 235+++
236** Init file changes 236** Init file changes
237If the init file ~/.emacs does not exist, Emacs will try 237If 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
239init 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
@@ -2162,9 +2162,9 @@ at point is suggested as default, but not inserted at the prompt.
2162*** Emacs now offers to start Scheme if the user tries to 2162*** Emacs now offers to start Scheme if the user tries to
2163evaluate a Scheme expression but no Scheme subprocess is running. 2163evaluate 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
2166exists in the user's home directory or in ~/.emacs.d, its 2166is the name of the Scheme interpreter) exists, its contents are sent
2167contents are sent to the Scheme subprocess upon startup. 2167to 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
2170procedure calls (`scheme-trace-procedure') and to expand syntactic forms 2170procedure calls (`scheme-trace-procedure') and to expand syntactic forms