comparison man/mini.texi @ 66991:83e12e37521d

(Minibuffer File): Clarify previous change. Add @findex.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Nov 2005 17:04:22 +0000
parents 2ce8310aed56
children 9768435a278a
comparison
equal deleted inserted replaced
66990:7b94c70f4e78 66991:83e12e37521d
103 103
104 @noindent 104 @noindent
105 @cindex // in file name 105 @cindex // in file name
106 @cindex double slash in file name 106 @cindex double slash in file name
107 @cindex slashes repeated in file name 107 @cindex slashes repeated in file name
108 @findex file-name-shadow-mode
108 GNU Emacs gives a special meaning to a double slash (which is not 109 GNU Emacs gives a special meaning to a double slash (which is not
109 normally a useful thing to write): it means, ``ignore everything before 110 normally a useful thing to write): it means, ``ignore everything
110 the second slash in the pair.'' Thus, @samp{/u2/emacs/src/} is ignored 111 before the second slash in the pair.'' Thus, @samp{/u2/emacs/src/} is
111 in the example above, and you get the file @file{/etc/termcap}. 112 ignored in the example above, and you get the file
112 By default the ignored part of the file name is made dim if the 113 @file{/etc/termcap}. The ignored part of the file name is dimmed if
113 terminal allows it. This is affected by the 114 the terminal allows it; to disable this, turn off
114 @code{file-name-shadow-mode} minor mode. 115 @code{file-name-shadow-mode} minor mode.
115 116
116 If you set @code{insert-default-directory} to @code{nil}, the default 117 If you set @code{insert-default-directory} to @code{nil}, the default
117 directory is not inserted in the minibuffer. This way, the minibuffer 118 directory is not inserted in the minibuffer. This way, the minibuffer
118 starts out empty. But the name you type, if relative, is still 119 starts out empty. But the name you type, if relative, is still