Mercurial > emacs
comparison etc/NEWS @ 30319:c84efa0acd91
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 19 Jul 2000 14:09:42 +0000 |
parents | 84ff1994e9d1 |
children | 70d759570f7a |
comparison
equal
deleted
inserted
replaced
30318:415e3dd996d8 | 30319:c84efa0acd91 |
---|---|
586 | 586 |
587 The command M-x comint-redirect-send-command-to-process acts like | 587 The command M-x comint-redirect-send-command-to-process acts like |
588 M-x comint-redirect-send-command but additionally reads the name of | 588 M-x comint-redirect-send-command but additionally reads the name of |
589 the buffer whose process should be used from the mini-buffer. | 589 the buffer whose process should be used from the mini-buffer. |
590 | 590 |
591 Packages based on comint.el like shell-mode, and | |
592 scheme-interaction-mode now highlight user input, and support choosing | |
593 previous input with mouse-2. To control this feature, see the | |
594 user-option `comint-highlight-input'. | |
595 | |
591 ** Changes to Rmail mode | 596 ** Changes to Rmail mode |
592 | 597 |
593 *** The new user-option rmail-rmail-user-mail-address-regexp can be | 598 *** The new user-option rmail-rmail-user-mail-address-regexp can be |
594 set to fine tune the identification of of the correspondent when | 599 set to fine tune the identification of of the correspondent when |
595 receiving new mail. If it matches the address of the sender, the | 600 receiving new mail. If it matches the address of the sender, the |
1025 ** The Dabbrev package has a new user-option `dabbrev-ignore-regexps' | 1030 ** The Dabbrev package has a new user-option `dabbrev-ignore-regexps' |
1026 containing a list of regular expressions. Buffers matching a regular | 1031 containing a list of regular expressions. Buffers matching a regular |
1027 expression from that list, are not checked. | 1032 expression from that list, are not checked. |
1028 | 1033 |
1029 ** New modes and packages | 1034 ** New modes and packages |
1035 | |
1036 *** The new package xml.el provides a simple but generic XML | |
1037 parser. It doesn't parse the DTDs however. | |
1030 | 1038 |
1031 *** The comment operations are now provided by the newcomment.el | 1039 *** The comment operations are now provided by the newcomment.el |
1032 package which allows different styles of comment-region and should | 1040 package which allows different styles of comment-region and should |
1033 be more robust while offering the same functionality. | 1041 be more robust while offering the same functionality. |
1034 | 1042 |
1208 | 1216 |
1209 delimit-columns-region Prettify all columns in a text region. | 1217 delimit-columns-region Prettify all columns in a text region. |
1210 delimit-columns-rectangle Prettify all columns in a text rectangle. | 1218 delimit-columns-rectangle Prettify all columns in a text rectangle. |
1211 | 1219 |
1212 *** The package recentf.el maintains a menu for visiting files that | 1220 *** The package recentf.el maintains a menu for visiting files that |
1213 were operated on recently. When enabled, a new "Open Recent" submenu | 1221 were operated on recently. |
1214 is displayed in the "Files" menu. | 1222 |
1215 | 1223 M-x recentf-mode RET toggles recentf mode. |
1216 The recent files list is automatically saved across Emacs sessions. | 1224 |
1217 | 1225 M-x customize-variable RET recentf-mode RET can be used to enable |
1218 To enable/disable recentf use M-x recentf-mode. | 1226 recentf at Emacs startup. |
1219 | 1227 |
1220 To enable recentf at Emacs startup use | 1228 M-x customize-variable RET recentf-menu-filter RET to specify a menu |
1221 M-x customize-variable RET recentf-mode RET. | 1229 filter function to change the menu appearance. For example, the recent |
1222 | 1230 file list can be displayed: |
1223 To change the number of recent files displayed and others options use | 1231 |
1224 M-x customize-group RET recentf RET. | 1232 - organized by major modes, directories or user defined rules. |
1233 - sorted by file pathes, file names, ascending or descending. | |
1234 - showing pathes relative to the current default-directory | |
1235 | |
1236 The `recentf-filter-changer' menu filter function allows to | |
1237 dynamically change the menu appearance. | |
1225 | 1238 |
1226 *** elide-head.el provides a mechanism for eliding boilerplate header | 1239 *** elide-head.el provides a mechanism for eliding boilerplate header |
1227 text. | 1240 text. |
1228 | 1241 |
1229 *** footnote.el provides `footnote-mode', a minor mode supporting use | 1242 *** footnote.el provides `footnote-mode', a minor mode supporting use |