Mercurial > emacs
comparison etc/NEWS @ 47070:6976e7e4cb1e
read-file-name-electric-shadow-mode -> file-name-shadow-mode
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 28 Aug 2002 00:53:07 +0000 |
parents | 632e05bbcb98 |
children | a881d14145d0 |
comparison
equal
deleted
inserted
replaced
47069:1194d94c5eae | 47070:6976e7e4cb1e |
---|---|
968 together with the Emacs User Manual, into the Info directory. A menu | 968 together with the Emacs User Manual, into the Info directory. A menu |
969 item was added to the menu bar that makes it easy accessible | 969 item was added to the menu bar that makes it easy accessible |
970 (Help->More Manuals->Introduction to Emacs Lisp). | 970 (Help->More Manuals->Introduction to Emacs Lisp). |
971 | 971 |
972 --- | 972 --- |
973 *** The new global minor mode `read-file-name-electric-shadow-mode' | 973 *** The new global minor mode `file-name-shadow-mode' modifies the way |
974 modifies the way filenames being entered by the user in the minibuffer are | 974 filenames being entered by the user in the minibuffer are displayed, so |
975 displayed, so that it's clear when part of the entered filename will be | 975 that it's clear when part of the entered filename will be ignored due to |
976 ignored due to emacs' filename parsing rules. The ignored portion can be | 976 emacs' filename parsing rules. The ignored portion can be made dim, |
977 made dim, invisible, or otherwise less visually noticable. The display | 977 invisible, or otherwise less visually noticable. The display method may |
978 method may be displayed by customizing the variable | 978 be displayed by customizing the variable `file-name-shadow-properties'. |
979 `read-file-name-electric-shadow-properties'. | |
980 | 979 |
981 --- | 980 --- |
982 *** The ruler-mode.el library provides a minor mode for displaying an | 981 *** The ruler-mode.el library provides a minor mode for displaying an |
983 "active" ruler in the header line. You can use the mouse to visually | 982 "active" ruler in the header line. You can use the mouse to visually |
984 change the `fill-column', `window-margins' and `tab-stop-list' | 983 change the `fill-column', `window-margins' and `tab-stop-list' |