diff options
| author | Juanma Barranquero | 2006-12-05 14:34:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-05 14:34:46 +0000 |
| commit | fb023afbd5308a7074a2b184a5c79f2d60a00f9f (patch) | |
| tree | 65c5c495b0208edb4ac6f53fad294f9d0491b161 | |
| parent | b4e7960114adca7a52a25c8b85694ae5e4350521 (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -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 |
| 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 |
| @@ -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 |
| 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 |