changeset 66953:2ce8310aed56

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 Nov 2005 02:54:23 +0000
parents e4b45b2f12d7
children f21088b804e2
files etc/NEWS man/mini.texi
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Nov 16 22:44:53 2005 +0000
+++ b/etc/NEWS	Thu Nov 17 02:54:23 2005 +0000
@@ -673,6 +673,10 @@
 ** Minibuffer changes:
 
 +++
+*** The new file-name-shadow-mode is turned ON by default, so that when
+entering a file name, any prefix which Emacs will ignore is dimmed.
+
++++
 *** There's a new face `minibuffer-prompt'.
 Emacs adds this face to the list of text properties stored in the
 variable `minibuffer-prompt-properties', which is used to display the
--- a/man/mini.texi	Wed Nov 16 22:44:53 2005 +0000
+++ b/man/mini.texi	Thu Nov 17 02:54:23 2005 +0000
@@ -109,6 +109,9 @@
 normally a useful thing to write): it means, ``ignore everything before
 the second slash in the pair.''  Thus, @samp{/u2/emacs/src/} is ignored
 in the example above, and you get the file @file{/etc/termcap}.
+By default the ignored part of the file name is made dim if the
+terminal allows it.  This is affected by the
+@code{file-name-shadow-mode} minor mode.
 
   If you set @code{insert-default-directory} to @code{nil}, the default
 directory is not inserted in the minibuffer.  This way, the minibuffer