comparison man/msdog.texi @ 80566:8cae8b681159

(Windows Files): Update the documentation of w32-get-true-file-attributes.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 May 2008 08:42:23 +0000
parents 02b9a9aa5b0c
children
comparison
equal deleted inserted replaced
80565:8db4c99b8739 80566:8cae8b681159
169 @cindex file-name completion, on MS-Windows 169 @cindex file-name completion, on MS-Windows
170 On MS-DOS/MS-Windows, file names are case-insensitive, so Emacs by 170 On MS-DOS/MS-Windows, file names are case-insensitive, so Emacs by
171 default ignores letter-case in file names during completion. 171 default ignores letter-case in file names during completion.
172 172
173 @vindex w32-get-true-file-attributes 173 @vindex w32-get-true-file-attributes
174 If the variable @code{w32-get-true-file-attributes} is 174 If the variable @code{w32-get-true-file-attributes} is @code{local}
175 non-@code{nil} (the default), Emacs tries to determine the accurate 175 (the default), Emacs tries to determine the accurate link counts and
176 link counts for files. This option is only useful on NTFS volumes, 176 file types for files on local fixed drives. Any other non-@code{nil}
177 and it considerably slows down Dired and other features, so use it 177 value means do this even on remote and removable volumes, where it
178 only on fast machines. 178 could slow down Dired and other similar features; @code{nil} means
179 never do this. Setting this option to non-@code{nil} is only useful
180 on NTFS volumes.
179 181
180 @node ls in Lisp 182 @node ls in Lisp
181 @section Emulation of @code{ls} on MS-Windows 183 @section Emulation of @code{ls} on MS-Windows
182 @cindex Dired, and MS-Windows/MS-DOS 184 @cindex Dired, and MS-Windows/MS-DOS
183 @cindex @code{ls} emulation 185 @cindex @code{ls} emulation