Mercurial > emacs
comparison etc/NEWS @ 52902:796a3196d80c
cfengine-mode
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 21 Oct 2003 11:32:22 +0000 |
parents | 42dbbf226df4 |
children | ff56d93fae3f |
comparison
equal
deleted
inserted
replaced
52901:dcdfe0849845 | 52902:796a3196d80c |
---|---|
1463 and `x-super-keysym' can be used to choose which keysyms Emacs should | 1463 and `x-super-keysym' can be used to choose which keysyms Emacs should |
1464 use for the modifiers. For example, the following two lines swap | 1464 use for the modifiers. For example, the following two lines swap |
1465 Meta and Alt: | 1465 Meta and Alt: |
1466 (setq x-alt-keysym 'meta) | 1466 (setq x-alt-keysym 'meta) |
1467 (setq x-meta-keysym 'alt) | 1467 (setq x-meta-keysym 'alt) |
1468 | 1468 |
1469 * New modes and packages in 21.4 | 1469 * New modes and packages in 21.4 |
1470 | 1470 |
1471 +++ | 1471 +++ |
1472 ** The new global minor mode `size-indication-mode' (off by default) | 1472 ** The new global minor mode `size-indication-mode' (off by default) |
1473 shows the size of accessible part of the buffer on the mode line. | 1473 shows the size of accessible part of the buffer on the mode line. |
1681 ** If you set `query-replace-skip-read-only' non-nil, | 1681 ** If you set `query-replace-skip-read-only' non-nil, |
1682 `query-replace' and related functions simply ignore | 1682 `query-replace' and related functions simply ignore |
1683 a match if part of it has a read-only property. | 1683 a match if part of it has a read-only property. |
1684 | 1684 |
1685 ** The new Lisp library fringe.el controls the apperance of fringes. | 1685 ** The new Lisp library fringe.el controls the apperance of fringes. |
1686 | |
1687 ** `cfengine-mode' is a major mode for editing GNU Cfengine | |
1688 configuration files. | |
1686 | 1689 |
1687 * Lisp Changes in Emacs 21.4 | 1690 * Lisp Changes in Emacs 21.4 |
1688 | 1691 |
1689 ** Major modes can define `eldoc-print-current-symbol-info-function' | 1692 ** Major modes can define `eldoc-print-current-symbol-info-function' |
1690 locally to provide Eldoc functionality by some method appropriate to | 1693 locally to provide Eldoc functionality by some method appropriate to |