Mercurial > emacs
comparison etc/NEWS @ 43061:357ce0fca815
Document the new behavior of novice.el under "emacs -q".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Feb 2002 13:12:45 +0000 |
parents | 39d6853f817c |
children | b31f95ef830a |
comparison
equal
deleted
inserted
replaced
43060:08dfbeaa1003 | 43061:357ce0fca815 |
---|---|
1386 *** If Emacs was invoked with the `-q' or `--no-init-file' options, it | 1386 *** If Emacs was invoked with the `-q' or `--no-init-file' options, it |
1387 does not allow you to save customizations in your `~/.emacs' init | 1387 does not allow you to save customizations in your `~/.emacs' init |
1388 file. This is because saving customizations from such a session would | 1388 file. This is because saving customizations from such a session would |
1389 wipe out all the other customizationss you might have on your init | 1389 wipe out all the other customizationss you might have on your init |
1390 file. | 1390 file. |
1391 | |
1392 ** If Emacs was invoked with the `-q' or `--no-init-file' options, it | |
1393 does not save disabled and enabled commands for future sessions, to | |
1394 avoid overwriting existing customizations of this kind that are | |
1395 already in your init file. | |
1391 | 1396 |
1392 ** New features in evaluation commands | 1397 ** New features in evaluation commands |
1393 | 1398 |
1394 *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp | 1399 *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp |
1395 modes, C-j in Lisp Interaction mode, and M-:, now bind the variables | 1400 modes, C-j in Lisp Interaction mode, and M-:, now bind the variables |