Improvements in dired.texi

* doc/emacs/dired.texi (Dired): Mention that Dired works with
remote directories.
(Dired Enter): ls-lisp is used on some remote systems as well.
(Dired Navigation): Mention and index the command names.
(Dired Deletion): Document the 'always' value of
dired-recursive-deletes.  Mention the alternative deletion method.
(Marks vs Flags): Fix spelling of Auto-Revert mode.  Document what
marking does on a subdirectory header line.
(Operating on Files): Document that 'Z' uses gzip or compress.
(Comparison in Dired): Mention ediff-files.
(Misc Dired Features): Fix a typo.  Suggested by Michael Albinus
<michael.albinus@gmx.de> in emacs-manual-bugs@gnu.org.
This commit is contained in:
Eli Zaretskii 2018-03-21 18:49:29 +02:00
parent f8cad16bb3
commit ed05eaa948

View file

@ -12,7 +12,8 @@
Dired makes an Emacs buffer containing a listing of a directory, and Dired makes an Emacs buffer containing a listing of a directory, and
optionally some of its subdirectories as well. You can use the normal optionally some of its subdirectories as well. You can use the normal
Emacs commands to move around in this buffer, and special Dired Emacs commands to move around in this buffer, and special Dired
commands to operate on the listed files. commands to operate on the listed files. Dired works with both local
and remote directories.
The Dired buffer is normally read-only, and inserting text in it is The Dired buffer is normally read-only, and inserting text in it is
not allowed (however, the Wdired mode allows that, @pxref{Wdired}). not allowed (however, the Wdired mode allows that, @pxref{Wdired}).
@ -109,8 +110,9 @@ default) means to perform the check; any other non-@code{nil} value
means to use the @samp{--dired} option; and @code{nil} means not to means to use the @samp{--dired} option; and @code{nil} means not to
use the @samp{--dired} option. use the @samp{--dired} option.
On MS-Windows and MS-DOS systems, Emacs emulates @command{ls}. On MS-Windows and MS-DOS systems, and also on some remote systems,
@xref{ls in Lisp}, for options and peculiarities of this emulation. Emacs emulates @command{ls}. @xref{ls in Lisp}, for options and
peculiarities of this emulation.
@findex dired-other-window @findex dired-other-window
@kindex C-x 4 d @kindex C-x 4 d
@ -131,10 +133,13 @@ deletes its window if the window was created just for that buffer.
@kindex C-n @r{(Dired)} @kindex C-n @r{(Dired)}
@kindex C-p @r{(Dired)} @kindex C-p @r{(Dired)}
@findex dired-next-line
@findex dired-previous-line
All the usual Emacs cursor motion commands are available in Dired All the usual Emacs cursor motion commands are available in Dired
buffers. The keys @kbd{C-n} and @kbd{C-p} are redefined to put the buffers. The keys @kbd{C-n} and @kbd{C-p} are redefined to run
cursor at the beginning of the file name on the line, rather than at @code{dired-next-line} and @code{dired-previous-line}, respectively,
the beginning of the line. and they put the cursor at the beginning of the file name on the line,
rather than at the beginning of the line.
@kindex SPC @r{(Dired)} @kindex SPC @r{(Dired)}
For extra convenience, @key{SPC} and @kbd{n} in Dired are equivalent For extra convenience, @key{SPC} and @kbd{n} in Dired are equivalent
@ -235,10 +240,11 @@ the buffer, and no files actually deleted.
You can delete empty directories just like other files, but normally You can delete empty directories just like other files, but normally
Dired cannot delete directories that are nonempty. If the variable Dired cannot delete directories that are nonempty. If the variable
@code{dired-recursive-deletes} is non-@code{nil}, then Dired can @code{dired-recursive-deletes} is non-@code{nil}, then Dired can
delete nonempty directories including all their contents. That can delete nonempty directories including all their contents. That can be
be somewhat risky. somewhat risky. If the value of the variable is @code{always}, Dired
Even if you have set @code{dired-recursive-deletes} to @code{nil}, will delete nonempty directories recursively, which is even more
you might want sometimes to delete recursively directories risky. Even if you have set @code{dired-recursive-deletes} to
@code{nil}, you might want sometimes to delete recursively directories
without being asked for confirmation for all of them. This is handy without being asked for confirmation for all of them. This is handy
when you have marked many directories for deletion and you are very when you have marked many directories for deletion and you are very
sure that all of them can safely be deleted. For every nonempty sure that all of them can safely be deleted. For every nonempty
@ -252,6 +258,9 @@ questions.
directories into the operating system's Trash, instead of deleting directories into the operating system's Trash, instead of deleting
them outright. @xref{Misc File Ops}. them outright. @xref{Misc File Ops}.
An alternative way of deleting files is to mark them with @kbd{m}
and delete with @kbd{D}, see @ref{Operating on Files}.
@node Flagging Many Files @node Flagging Many Files
@section Flagging Many Files at Once @section Flagging Many Files at Once
@cindex flagging many files for deletion (in Dired) @cindex flagging many files for deletion (in Dired)
@ -420,7 +429,9 @@ Mark the current file with @samp{*} (@code{dired-mark}). If the
region is active, mark all files in the region instead; otherwise, if region is active, mark all files in the region instead; otherwise, if
a numeric argument @var{n} is supplied, mark the next @var{n} files a numeric argument @var{n} is supplied, mark the next @var{n} files
instead, starting with the current file (if @var{n} is negative, mark instead, starting with the current file (if @var{n} is negative, mark
the previous @minus{}@var{n} files). the previous @minus{}@var{n} files). If invoked on a subdirectory
header line (@pxref{Subdirectories in Dired}), this command marks all
the files in that subdirectory.
@item * * @item * *
@kindex * * @r{(Dired)} @kindex * * @r{(Dired)}
@ -578,10 +589,10 @@ command will look in the buffer without revisiting the file, so the results
might be inconsistent with the file on disk if its contents have changed might be inconsistent with the file on disk if its contents have changed
since it was last visited. If you don't want this, you may wish to since it was last visited. If you don't want this, you may wish to
revert the files you have visited in your buffers, or to turn on revert the files you have visited in your buffers, or to turn on
@code{auto-revert} mode in those buffers, before invoking this Auto-Revert mode in those buffers, before invoking this command.
command. @xref{Reverting}. If you prefer that this command should always @xref{Reverting}. If you prefer that this command should always
revisit the file, without you having to revert the file or enable revisit the file, without you having to revert the file or enable
@code{auto-revert} mode, you might want to set Auto-Revert mode, you might want to set
@code{dired-always-read-filesystem} to non-@code{nil}. @code{dired-always-read-filesystem} to non-@code{nil}.
@item C-/ @item C-/
@ -755,7 +766,9 @@ suitable guess made using the variables @code{lpr-command} and
@item Z @item Z
Compress the specified files (@code{dired-do-compress}). If the file Compress the specified files (@code{dired-do-compress}). If the file
appears to be a compressed file already, uncompress it instead. Each appears to be a compressed file already, uncompress it instead. Each
marked file is compressed into its own archive. marked file is compressed into its own archive. This uses the
@command{gzip} program if it is available, otherwise it uses
@command{compress}.
@findex dired-do-compress-to @findex dired-do-compress-to
@kindex c @r{(Dired)} @kindex c @r{(Dired)}
@ -1037,6 +1050,9 @@ minibuffer is the file at the mark (i.e., the ordinary Emacs mark,
not a Dired mark; @pxref{Setting Mark}). Otherwise, if the file at not a Dired mark; @pxref{Setting Mark}). Otherwise, if the file at
point has a backup file (@pxref{Backup}), that is the default. point has a backup file (@pxref{Backup}), that is the default.
You could also compare files using @code{ediff-files}, see
@ref{Major Entry Points,,, ediff, Ediff User's Manual}.
@node Subdirectories in Dired @node Subdirectories in Dired
@section Subdirectories in Dired @section Subdirectories in Dired
@cindex subdirectories in Dired @cindex subdirectories in Dired
@ -1465,7 +1481,7 @@ space.
each marked file. With just @kbd{C-u} as the prefix argument, it uses each marked file. With just @kbd{C-u} as the prefix argument, it uses
file names relative to the Dired buffer's default directory. (This file names relative to the Dired buffer's default directory. (This
can still contain slashes if in a subdirectory.) As a special case, can still contain slashes if in a subdirectory.) As a special case,
if point is on a directory headerline, @kbd{w} gives you the absolute if point is on a directory header line, @kbd{w} gives you the absolute
name of that directory. Any prefix argument or marked files are name of that directory. Any prefix argument or marked files are
ignored in this case. ignored in this case.