Don't say "buying copies from the FSF" for manuals they do not publish
[bpt/emacs.git] / doc / misc / dired-x.texi
CommitLineData
4009494e
GM
1\input texinfo @comment -*-texinfo-*-
2
c221eff3 3@c dired-x.texi --- Sebastian Kremer's Extra DIRED hacked up for GNU Emacs
4009494e
GM
4@c
5@c Author: Sebastian Kremer <sk@thp.uni-koeln.de>
9360256a 6@c Lawrence R. Dodd <dodd@roebling.poly.edu>
4009494e 7@c [Dodd's address no longer valid.]
4009494e
GM
8
9@comment %**start of header (This is for running Texinfo on a region.)
db78a8cb 10@setfilename ../../info/dired-x
07ca5555
GM
11@settitle Dired Extra User's Manual
12
b322c9af
GM
13@include emacsver.texi
14
4009494e
GM
15@iftex
16@finalout
17@end iftex
9360256a 18@c @setchapternewpage odd % For book style double sided manual.
4009494e
GM
19@comment %**end of header (This is for running Texinfo on a region.)
20
21@copying
acaf905b 22Copyright @copyright{} 1994-1995, 1999, 2001-2012
b322c9af 23Free Software Foundation, Inc.
4009494e
GM
24
25@quotation
26Permission is granted to copy, distribute and/or modify this document
6a2c4aec 27under the terms of the GNU Free Documentation License, Version 1.3 or
7b2d06e1
GM
28any later version published by the Free Software Foundation; with no
29Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
30and with the Back-Cover Texts as in (a) below. A copy of the license
31is included in the section entitled ``GNU Free Documentation License''.
4009494e 32
6f093307 33(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
6bf430d1 34modify this GNU manual.''
4009494e
GM
35@end quotation
36@end copying
37
0c973505 38@dircategory Emacs misc features
4009494e 39@direntry
62e034c2 40* Dired-X: (dired-x). Dired Extra Features.
4009494e
GM
41@end direntry
42
43@c @smallbook
44@tex
45\overfullrule=0pt
46%\global\baselineskip 30pt % For printing in double spaces
47@end tex
48
49@titlepage
50@sp 6
07ca5555 51@center @titlefont{Dired Extra}
4009494e
GM
52@sp 2
53@center @titlefont{For The GNU Emacs}
54@sp 1
55@center @titlefont{Directory Editor}
56@sp 4
57@center Lawrence R@. Dodd
58@c @center @t{dodd@@roebling.poly.edu}
59@sp 5
60@center (Based on @file{dired.texi} by Sebastian Kremer <sk@@thp.uni-koeln.de>)
61@page
62@vskip 0pt plus 1filll
63@insertcopying
64@end titlepage
65
5dc584b5
KB
66@contents
67
4009494e
GM
68
69@ifnottex
70
71@node Top
8a36c07f 72@top Dired Extra
4009494e
GM
73
74@noindent
07ca5555 75This documents the ``extra'' features for GNU Emacs's Dired Mode that are
4009494e
GM
76provided by the file @file{dired-x.el}.
77
78@itemize @bullet
79
80@item
81Based on @file{dired.texi} by Sebastian Kremer <sk@@thp.uni-koeln.de>
82
4009494e 83@item
b322c9af 84For @file{dired-x.el} as distributed with GNU Emacs @value{EMACSVER}.
4009494e
GM
85
86@end itemize
87
5dc584b5
KB
88@insertcopying
89
4009494e
GM
90@menu
91* Introduction::
92* Installation::
93* Omitting Files in Dired::
94* Local Variables::
95* Shell Command Guessing::
96* Virtual Dired::
97* Advanced Mark Commands::
98* Multiple Dired Directories::
99* Find File At Point::
100* Miscellaneous Commands::
101* Bugs::
102
103* GNU Free Documentation License::
104* Concept Index::
105* Command Index::
106* Key Index::
107* Variable Index::
108
109@end menu
110
111@end ifnottex
112
1d5b82ef 113@node Introduction
4009494e
GM
114@chapter Introduction
115
07ca5555
GM
116This documents some @emph{extra} features for GNU Emacs's Dired Mode
117that are provided by @file{dired-x.el} (derived from Sebastian Kremer's
118original @file{dired-x.el}).
4009494e
GM
119
120@ifnottex
121@menu
122* Features::
123* Technical Details::
124@end menu
125@end ifnottex
126
1d5b82ef 127@node Features
4009494e
GM
128@section Features
129@cindex Features
130
817b48a7 131Some features provided by Dired Extra:
4009494e
GM
132
133@enumerate
134@item
817b48a7
GM
135Omitting uninteresting files from Dired listing
136(@pxref{Omitting Files in Dired}).
4009494e 137@item
817b48a7
GM
138Guessing shell commands in Dired buffers
139(@pxref{Shell Command Guessing}).
4009494e 140@item
817b48a7
GM
141Running Dired command in non-Dired buffers
142(@pxref{Virtual Dired}).
4009494e
GM
143@item
144Finding a file mentioned in a buffer
817b48a7 145(@pxref{Find File At Point}).
4009494e 146@item
817b48a7
GM
147Commands using file marking
148(@pxref{Advanced Mark Commands}).
4009494e
GM
149@end enumerate
150
151@noindent
152@file{dired-x.el} binds some functions to keys in Dired Mode (@pxref{Key
153Index}) and also binds @kbd{C-x C-j} and @kbd{C-x 4 C-j} @emph{globally} to
51a13bdd
GM
154@code{dired-jump} (@pxref{Miscellaneous Commands}). Optionally, it
155also binds @kbd{C-x C-f} and @kbd{C-x 4 C-f} to
156@code{dired-x-find-file} and @code{dired-x-find-file-other-window},
157respectively (@pxref{Find File At Point}).
4009494e 158
1d5b82ef 159@node Technical Details
4009494e 160@section Technical Details
bea584fa 161@cindex Modified functions
4009494e
GM
162@cindex @file{dired-aux.el}
163
bea584fa
GM
164When @file{dired-x.el} is loaded, some standard Dired functions from
165@file{dired.el} and @file{dired-aux.el} offer additional features.
166@code{dired-add-entry} obeys Dired Omit mode (@pxref{Omitting Files in
167Dired}), if it is active. @code{dired-find-buffer-nocreate} and
168@code{dired-initial-position} respect the value of
169@code{dired-find-subdir} (@pxref{Miscellaneous Commands}).
170@code{dired-clean-up-after-deletion} respects the value of
171@code{dired-clean-up-buffers-too}. @code{dired-read-shell-command} uses
172@code{dired-guess-shell-command} (@pxref{Shell Command Guessing}) to
173offer a smarter default command.
4009494e 174
1d5b82ef 175@node Installation
4009494e
GM
176@chapter Installation
177
178@noindent
179This manual describes the Dired features provided by the file
180@file{dired-x.el}. To take advantage of these features, you must load the
181file and (optionally) set some variables.
182
183@noindent
07ca5555
GM
184In your @file{~/.emacs} file, or in the system-wide initialization file
185@file{default.el} in the @file{site-lisp} directory, put
4009494e
GM
186
187@example
188(add-hook 'dired-load-hook
189 (lambda ()
190 (load "dired-x")
191 ;; Set dired-x global variables here. For example:
192 ;; (setq dired-guess-shell-gnutar "gtar")
193 ;; (setq dired-x-hands-off-my-keys nil)
194 ))
195(add-hook 'dired-mode-hook
196 (lambda ()
197 ;; Set dired-x buffer-local variables here. For example:
198 ;; (dired-omit-mode 1)
199 ))
200@end example
201
202@noindent
203This will load @file{dired-x.el} when Dired is first invoked (for example,
204when you first type @kbd{C-x d}).
205
206@ifnottex
207@menu
208* Optional Installation Dired Jump::
209* Optional Installation File At Point::
210@end menu
211@end ifnottex
212
1d5b82ef 213@node Optional Installation Dired Jump
4009494e
GM
214@section Optional Installation Dired Jump
215
216@cindex Autoloading @code{dired-jump} and @code{dired-jump-other-window}
217
218In order to have @code{dired-jump} and @code{dired-jump-other-window}
219(@pxref{Miscellaneous Commands}) work @emph{before} @code{dired} and
07ca5555 220@code{dired-x} have been properly loaded you should set-up an autoload
4009494e
GM
221for these functions. In your @file{.emacs} file put
222
223@example
07ca5555
GM
224(autoload 'dired-jump "dired-x"
225 "Jump to Dired buffer corresponding to current buffer." t)
4009494e 226
07ca5555
GM
227(autoload 'dired-jump-other-window "dired-x"
228 "Like \\[dired-jump] (dired-jump) but in other window." t)
4009494e 229
4009494e 230(define-key global-map "\C-x\C-j" 'dired-jump)
07ca5555 231(define-key global-map "\C-x4\C-j" 'dired-jump-other-window)
4009494e
GM
232@end example
233
1d5b82ef 234@node Optional Installation File At Point
4009494e
GM
235@section Optional Installation File At Point
236
237@cindex Binding @code{dired-x-find-file}
238If you choose to have @file{dired-x.el} bind @code{dired-x-find-file} over
239@code{find-file} (@pxref{Find File At Point}), then you will need to set
f31f8469
GM
240@code{dired-x-hands-off-my-keys}. To do this, either set it
241@emph{before} @file{dired-x.el} is loaded, or use @kbd{M-x customize-variable},
242or call @code{dired-x-bind-find-file} after changing the value.
4009494e
GM
243
244@example
245(add-hook 'dired-load-hook
246 (lambda ()
247 ;; Bind dired-x-find-file.
248 (setq dired-x-hands-off-my-keys nil)
249 (load "dired-x")
250 ))
251@end example
252
1d5b82ef 253@node Omitting Files in Dired
4009494e
GM
254@chapter Omitting Files in Dired
255
256@cindex Omitting Files in Dired
257@cindex Uninteresting files
258@dfn{Omitting} a file means removing it from the directory listing. Omitting
259is useful for keeping Dired buffers free of ``uninteresting'' files (for
260instance, auto-save, auxiliary, backup, and revision control files) so that
261the user can concentrate on the interesting files. Like hidden files, omitted
262files are never seen by Dired. Omitting differs from hiding in several
263respects:
264
265@itemize @bullet
266
267@item
268Omitting works on individual files, not on directories; an entire directory
269cannot be omitted (though each of its files could be).
270
271@item
272Omitting is wholesale; if omitting is turned on for a Dired buffer, then all
273uninteresting files listed in that buffer are omitted. The user does not omit
274(or unomit) files one at a time.
275
276@item
277Omitting can be automatic; uninteresting file lines in the buffer can be
278removed before the user ever sees them.
279
280@item
281Marked files are never omitted.
282@end itemize
283
284@table @kbd
285@item M-o
286@kindex M-o
287@findex dired-omit-mode
288(@code{dired-omit-mode}) Toggle between displaying and omitting
289``uninteresting'' files.
290@item * O
291@kindex * O
292@findex dired-mark-omitted
293(@code{dired-mark-omitted}) Mark ``uninteresting'' files.
294@end table
295
296@noindent
297In order to make Dired Omit work you first need to load @file{dired-x.el}
298inside @code{dired-load-hook} (@pxref{Installation}) and then evaluate
299@code{(dired-omit-mode 1)} in some way (@pxref{Omitting Variables}).
300
301@ifnottex
302@menu
303* Omitting Variables::
304* Omitting Examples::
305* Omitting Technical::
306@end menu
307@end ifnottex
308
1d5b82ef 309@node Omitting Variables
4009494e
GM
310@section Omitting Variables
311
312@cindex Customizing file omitting
313The following variables can be used to customize omitting.
314
315@table @code
316
317@vindex dired-omit-mode
318@item dired-omit-mode
319
320Default: @code{nil}
321
322@cindex How to make omitting the default in Dired
323If non-@code{nil}, ``uninteresting'' files are not listed.
324Uninteresting files are those whose files whose names match regexp
325@code{dired-omit-files}, plus those ending with extensions in
326@code{dired-omit-extensions}. @kbd{M-o} (@code{dired-omit-mode})
327toggles its value, which is buffer-local. Put
328
329@example
330(dired-omit-mode 1)
331@end example
332
333@noindent
334inside your @code{dired-mode-hook} to have omitting initially turned on in
335@emph{every} Dired buffer (@pxref{Installation}). You can then use @kbd{M-o} to
336unomit in that buffer.
337
817b48a7
GM
338To enable omitting automatically only in certain directories you can add
339a directory local setting
340(@pxref{Directory Variables,,,emacs,The Gnu Emacs manual}) for Dired mode
4009494e
GM
341
342@example
817b48a7 343((dired-mode . ((dired-omit-mode . t))))
4009494e
GM
344@end example
345
346@noindent
8889f4e2
GM
347to a @file{.dir-locals.el} file in that directory. You can use the
348command @code{add-dir-local-variable} to do this.
4009494e
GM
349
350@vindex dired-omit-files
351@item dired-omit-files
352
353Default: @code{"^#\\|\\.$"}
354
355Files whose names match this buffer-local regexp will not be displayed.
356This only has effect when @code{dired-omit-mode}'s value is @code{t}.
357
358The default value omits the special directories @file{.} and @file{..} and
359autosave files (plus other files ending in @file{.}) (@pxref{Omitting Examples}).
360
361@vindex dired-omit-extensions
362@item dired-omit-extensions
363
364Default: The elements of @code{completion-ignored-extensions},
365@code{dired-latex-unclean-extensions}, @code{dired-bibtex-unclean-extensions}
366and @code{dired-texinfo-unclean-extensions}.
367
368If non-@code{nil}, a list of extensions (strings) to omit from Dired listings.
369Its format is the same as that of @code{completion-ignored-extensions}.
370
371@vindex dired-omit-localp
372@item dired-omit-localp
373
374Default: @code{no-dir}
375
376The @var{localp} argument @code{dired-omit-expunge} passes to
377@code{dired-get-filename}. If it is @code{no-dir}, omitting is much faster,
378but you can only match against the non-directory part of the file name. Set it
379to @code{nil} if you need to match the whole file name or @code{t} to match the
380file name relative to the buffer's top-level directory.
381
382@item dired-omit-marker-char
383@vindex dired-omit-marker-char
384@cindex Omitting additional files
385Default: @kbd{C-o}
386
387Temporary marker used by Dired to implement omitting. Should never be used
388as marker by the user or other packages. There is one exception to this rule:
389by adding
390
391@example
392(setq dired-mark-keys "\C-o")
393;; i.e., the value of dired-omit-marker-char
394;; (which is not defined yet)
395@end example
396
397@noindent
398to your @file{~/.emacs}, you can bind the @kbd{C-o} key to insert a
399@kbd{C-o} marker, thus causing these files to be omitted in addition to the
400usually omitted files. Unfortunately the files you omitted manually this way
401will show up again after reverting the buffer, unlike the others.
402
403@end table
404
1d5b82ef 405@node Omitting Examples
4009494e
GM
406@section Examples of Omitting Various File Types
407
408@itemize @bullet
409
410@item
411@cindex RCS files, how to omit them in Dired
412@cindex Omitting RCS files in Dired
413If you wish to avoid seeing RCS files and the @file{RCS} directory, then put
414
415@example
416(setq dired-omit-files
417 (concat dired-omit-files "\\|^RCS$\\|,v$"))
418@end example
419
420@noindent
421in the @code{dired-load-hook} (@pxref{Installation}). This assumes
422@code{dired-omit-localp} has its default value of @code{no-dir} to make the
423@code{^}-anchored matches work. As a slower alternative, with
424@code{dired-omit-localp} set to @code{nil}, you can use @code{/} instead of
425@code{^} in the regexp.
426
427@item
428@cindex Tib files, how to omit them in Dired
429@cindex Omitting tib files in Dired
430If you use @code{tib}, the bibliography program for use with @TeX{} and
c1dabff0 431@LaTeX{}, and you
4009494e
GM
432want to omit the @file{INDEX} and the @file{*-t.tex} files, then put
433
434@example
435(setq dired-omit-files
436 (concat dired-omit-files "\\|^INDEX$\\|-t\\.tex$"))
437@end example
438
439@noindent
440in the @code{dired-load-hook} (@pxref{Installation}).
441
442@item
443@cindex Dot files, how to omit them in Dired
444@cindex Omitting dot files in Dired
445If you do not wish to see @samp{dot} files (files starting with a @file{.}),
446then put
447
448@example
449(setq dired-omit-files
450 (concat dired-omit-files "\\|^\\..+$"))
451@end example
452
453@noindent
2cdee799
GM
454in the @code{dired-load-hook} (@pxref{Installation}). (Of course, a
455better way to achieve this particular goal is simply to omit @samp{-a} from
456@code{dired-listing-switches}.)
4009494e
GM
457
458@end itemize
459
1d5b82ef 460@node Omitting Technical
4009494e
GM
461@section Some Technical Details of Omitting
462
463Loading @file{dired-x.el} will install Dired Omit by putting
464@code{dired-omit-expunge} on your @code{dired-after-readin-hook}, and will
465call @code{dired-extra-startup}, which in turn calls @code{dired-omit-startup}
466in your @code{dired-mode-hook}.
467
1d5b82ef 468@node Local Variables
4009494e
GM
469@chapter Local Variables for Dired Directories
470
471@cindex Local Variables for Dired Directories
472@vindex dired-local-variables-file
473@vindex dired-enable-local-variables
474@noindent
817b48a7
GM
475This Dired-X feature is obsolete as of Emacs 24.1. The standard Emacs
476directory local variables mechanism (@pxref{Directory
477Variables,,,emacs,The Gnu Emacs manual}) replaces it. For an example of
53964682 478the new mechanisms, @pxref{Omitting Variables}.
817b48a7
GM
479
480When Dired visits a directory, it looks for a file whose name is the
481value of variable @code{dired-local-variables-file} (default: @file{.dired}).
482If such a file is found, Dired will temporarily insert it into the Dired
483buffer and run @code{hack-local-variables}.
4009494e
GM
484
485@noindent
486For example, if the user puts
487
488@example
489Local Variables:
490dired-actual-switches: "-lat"
491dired-omit-mode: t
492End:
493@end example
494
495@noindent
496into a file called @file{.dired} in a directory then when that directory is
497viewed it will be
498
499@enumerate
500@item
501sorted by date
502@item
503omitted automatically
504@end enumerate
505
506@noindent
507You can set @code{dired-local-variables-file} to @code{nil} to suppress this.
508The value of @code{dired-enable-local-variables} controls if and how these
51a13bdd 509local variables are read. This variable exists so that it may override the
4009494e
GM
510default value of @code{enable-local-variables}.
511
512@noindent
513Please see the GNU Emacs Manual to learn more about local variables.
514@xref{File Variables,Local Variables in Files,Local Variables in
515Files,emacs,The GNU Emacs Manual}.
516
517@noindent
518The following variables affect Dired Local Variables
519
520@table @code
521@vindex dired-local-variables-file
522@item dired-local-variables-file
523Default: @code{".dired"}
524
525If non-@code{nil}, file name for local variables for Dired. If Dired finds a
526file with that name in the current directory, it will temporarily insert it
527into the Dired buffer and run @code{hack-local-variables}.
528
529@vindex dired-enable-local-variables
530@item dired-enable-local-variables
531Default: @code{t}
532
817b48a7
GM
533Controls the use of local-variables lists in Dired. This variable
534temporarily overrides the value of @code{enable-local-variables} when
535the Dired Local Variables are hacked. It takes the same values as that
536variable. A value of @code{nil} means to ignore any Dired Local Variables.
4009494e
GM
537@end table
538
1d5b82ef 539@node Shell Command Guessing
4009494e
GM
540@chapter Shell Command Guessing
541@cindex Guessing shell commands for files.
542
543Based upon the name of a file, Dired tries to guess what shell
544command you might want to apply to it. For example, if you have point
545on a file named @file{foo.tar} and you press @kbd{!}, Dired will guess
546you want to @samp{tar xvf} it and suggest that as the default shell
547command.
548
e658c8ee 549The default is mentioned in brackets and you can type @kbd{M-n} to get
4009494e
GM
550the default into the minibuffer and then edit it, e.g., to change
551@samp{tar xvf} to @samp{tar tvf}. If there are several commands for a given
552file, e.g., @samp{xtex} and @samp{dvips} for a @file{.dvi} file, you can type
e658c8ee 553@kbd{M-n} several times to see each of the matching commands.
4009494e
GM
554
555Dired only tries to guess a command for a single file, never for a list
556of marked files.
557
558@table @code
559@item dired-guess-shell-alist-default
560@vindex dired-guess-shell-alist-default
561Predefined rules for shell commands. Set this to @code{nil} to turn guessing off.
562The elements of @code{dired-guess-shell-alist-user} (defined by the
563user) will override these rules.@refill
564
565@item dired-guess-shell-alist-user
566@vindex dired-guess-shell-alist-user
567If non-@code{nil}, a user-defined alist of file regexps and their suggested
568commands. These rules take precedence over the predefined rules in the
569variable @code{dired-guess-shell-alist-default} (to which they are prepended)
570when @code{dired-do-shell-command} is run).
571@refill
572
573Each element of the alist looks like
574
575@example
576(@var{regexp} @var{command}@dots{})
577@end example
578
579@noindent
580where each @var{command} can either be a string or a Lisp expression
581that evaluates to a string. If several commands are given, all of
582them will temporarily be pushed onto the history.
583
584If @samp{*} in the shell command, that means to substitute the file
585name.
586
587You can set this variable in your @file{~/.emacs}. For example,
588to add rules for @samp{.foo} and @samp{.bar} file extensions, write
589
590@example
591(setq dired-guess-shell-alist-user
592 (list
593 (list "\\.foo$" "@var{foo-command}");; fixed rule
594 ;; possibly more rules...
595 (list "\\.bar$";; rule with condition test
596 '(if @var{condition}
597 "@var{bar-command-1}"
598 "@var{bar-command-2}"))))
599@end example
600
601@noindent
602This will override any predefined rules for the same extensions.
603
07ded3db
GM
604@item dired-guess-shell-case-fold-search
605@vindex dired-guess-shell-case-fold-search
606Default: @code{t}
607
608Non-@code{nil} means @code{dired-guess-shell-alist-default} and
609@code{dired-guess-shell-alist-user} are matched case-insensitively.
610
4009494e
GM
611@item dired-guess-shell-gnutar
612@vindex dired-guess-shell-gnutar
613@cindex Passing GNU Tar its @samp{z} switch.
614Default: @code{nil}
615
616If non-@code{nil}, this is the name of the GNU Tar executable (e.g.,
617@samp{tar} or @samp{gnutar}). GNU Tar's @samp{z} switch is used for
618compressed tar files.
619If you don't have GNU tar, set this to @code{nil}: a pipe using @samp{zcat} is
620then used.
621
622@item dired-guess-shell-gzip-quiet
623@vindex dired-guess-shell-gzip-quiet
624@cindex @code{gzip}
625Default: @code{t}
626
627A non-@code{nil} value means that @samp{-q} is passed to @code{gzip}
628overriding a verbose option in the @env{GZIP} environment variable.
629
630@item dired-guess-shell-znew-switches nil
631@vindex dired-guess-shell-znew-switches nil
632@cindex @code{znew}
633Default: @code{nil}
634
635A string of switches passed to @code{znew}. An example is
636@samp{-K} which will make @code{znew} keep a @file{.Z} file when it is
637smaller than the @file{.gz} file.
638
639@item dired-shell-command-history nil
640@vindex dired-shell-command-history nil
641
642History list for commands that read dired-shell commands.
643@end table
644
1d5b82ef 645@node Virtual Dired
4009494e
GM
646@chapter Virtual Dired
647
648@cindex Virtual Dired
649@cindex Perusing @code{ls} listings
650@cindex @code{ls} listings, how to peruse them in Dired
651Using @dfn{Virtual Dired} means putting a buffer with Dired-like
652contents in Dired mode. The files described by the buffer contents need
653not actually exist. This is useful if you want to peruse an @samp{ls -lR}
654output file, for example one you got from an FTP server. You can use
655all motion commands usually available in Dired. You can also use
656it to save a Dired buffer in a file and resume it in a later session.
657
658@findex dired-virtual
659@kindex g
660@findex dired-virtual-revert
661Type @kbd{M-x dired-virtual} to put the current buffer into virtual
662Dired mode. You will be prompted for the top level directory of this
663buffer, with a default value guessed from the buffer contents. To
664convert the virtual to a real Dired buffer again, type @kbd{g} (which
665calls @code{dired-virtual-revert}) in the virtual Dired buffer and
666answer @samp{y}. You don't have to do this, though: you can relist
667single subdirectories using @kbd{l} (@code{dired-do-redisplay}) on the subdirectory
668headerline, leaving the buffer in virtual Dired mode all the time.
669
670@findex dired-virtual-mode
671@vindex auto-mode-alist
672The function @samp{dired-virtual-mode} is specially designed to turn on
673virtual Dired mode from the @code{auto-mode-alist}. To edit all
674@file{*.dired} files automatically in virtual Dired mode, put this into your
675@file{~/.emacs}:
676
677@example
678(setq auto-mode-alist (cons '("[^/]\\.dired$" . dired-virtual-mode)
679 auto-mode-alist))
680@end example
681
682@noindent
683The regexp is a bit more complicated than usual to exclude @file{.dired}
684local-variable files.
685
1d5b82ef 686@node Advanced Mark Commands
4009494e
GM
687@chapter Advanced Mark Commands
688
689@table @kbd
690@item F
691@kindex F
692@cindex Visiting several files at once
693@cindex Simultaneous visiting of several files
694@findex dired-do-find-marked-files
695(@code{dired-do-find-marked-files}) Find all marked files at once displaying
696them simultaneously. If optional @var{noselect} is non-@code{nil} then just
697find the
698files but do not select. If you want to keep the Dired buffer displayed, type
699@kbd{C-x 2} first. If you want just the marked files displayed and nothing
700else, type @kbd{C-x 1} first.
701
702The current window is split across all files marked, as evenly as possible.
703Remaining lines go to the bottom-most window. The number of files that can be
704displayed this way is restricted by the height of the current window and the
705variable @code{window-min-height}.
706@end table
707
708@table @code
709@item dired-mark-extension
710@findex dired-mark-extension
711Mark all files with a certain extension for use in later commands. A @samp{.}
712is not automatically prepended to the string entered, you must type it
713explicitly.
714
715When called from Lisp, @var{extension} may also be a list of extensions
716and an optional argument @var{marker-char} specifies the marker used.
717
718@item dired-flag-extension
719@findex dired-flag-extension
720Flag all files with a certain extension for deletion. A @samp{.} is
721@emph{not} automatically prepended to the string entered.
722@end table
723
724@ifnottex
725@menu
726* Advanced Cleaning Functions::
727* Advanced Cleaning Variables::
728* Special Marking Function::
729@end menu
730@end ifnottex
731
1d5b82ef 732@node Advanced Cleaning Functions
4009494e
GM
733@section Advanced Cleaning Functions
734
735@table @code
736@item dired-clean-patch
737@findex dired-clean-patch
738Flag dispensable files created by the @samp{patch} program for deletion. See
739variable @code{dired-patch-unclean-extensions}.
740
741@item dired-clean-tex
742@findex dired-clean-tex
c1dabff0 743Flag dispensable files created by @TeX{}, @LaTeX{}, and @samp{texinfo} for
4009494e
GM
744deletion. See the following variables (@pxref{Advanced Cleaning Variables}):
745
746@itemize @bullet
747@item
748@code{dired-tex-unclean-extensions}
749@item
750@code{dired-texinfo-unclean-extensions}
751@item
752@code{dired-latex-unclean-extensions}
753@item
754@code{dired-bibtex-unclean-extensions}
755@end itemize
756
757@item dired-very-clean-tex
758@findex dired-very-clean-tex
c1dabff0 759Flag dispensable files created by @TeX{}, @LaTeX{}, @samp{texinfo},
4009494e
GM
760and @file{*.dvi} files for deletion.
761@end table
762
1d5b82ef 763@node Advanced Cleaning Variables
4009494e
GM
764@section Advanced Cleaning Variables
765
766@noindent Variables used by the above cleaning commands (and in the default value for
767variable @code{dired-omit-extensions}, @pxref{Omitting Variables})
768
769@table @code
770@item dired-patch-unclean-extensions
771@vindex dired-patch-unclean-extensions
772Default: @code{(".rej" ".orig")}
773
774List of extensions of dispensable files created by the @samp{patch} program.
775
776@item dired-tex-unclean-extensions
777@vindex dired-tex-unclean-extensions
778Default: @code{(".toc" ".log" ".aux")}
779
780List of extensions of dispensable files created by @TeX{}.
781
782@item dired-texinfo-unclean-extensions
783@vindex dired-texinfo-unclean-extensions
784Default: @code{(".cp" ".cps" ".fn" ".fns" ".ky" ".kys"}
785@code{".pg" ".pgs" ".tp" ".tps" ".vr" ".vrs")}
786
787List of extensions of dispensable files created by @samp{texinfo}.
788
789@item dired-latex-unclean-extensions
790@vindex dired-latex-unclean-extensions
791Default: @code{(".idx" ".lof" ".lot" ".glo")}
792
c1dabff0 793List of extensions of dispensable files created by @LaTeX{}.
4009494e
GM
794
795@item dired-bibtex-unclean-extensions
796@vindex dired-bibtex-unclean-extensions
797Default: @code{(".blg" ".bbl")}
798
799List of extensions of dispensable files created by Bib@TeX{}.
800@end table
801
1d5b82ef 802@node Special Marking Function
4009494e
GM
803@section Special Marking Function
804
805@table @kbd
806@item M-(
807@kindex M-(
808@findex dired-mark-sexp
809@cindex Lisp expression, marking files with in Dired
810@cindex Mark file by Lisp expression
811(@code{dired-mark-sexp}) Mark files for which @var{predicate} returns
812non-@code{nil}. With a prefix argument, unflag those files instead.
813
814The @var{predicate} is a Lisp expression that can refer to the following
815symbols:
816@table @code
817@item inode
818[@i{integer}] the inode of the file (only for @samp{ls -i} output)
819@item s
820[@i{integer}] the size of the file for @samp{ls -s} output (usually in blocks or,
821with @samp{-k}, in KBytes)
822@item mode
823[@i{string}] file permission bits, e.g., @samp{-rw-r--r--}
824@item nlink
825[@i{integer}] number of links to file
826@item uid
827[@i{string}] owner
828@item gid
829[@i{string}] group (If the gid is not displayed by @samp{ls}, this
830will still be set (to the same as uid))
831@item size
832[@i{integer}] file size in bytes
833@item time
834[@i{string}] the time that @samp{ls} displays, e.g., @samp{Feb 12 14:17}
835@item name
836[@i{string}] the name of the file
837@item sym
838[@i{string}] if file is a symbolic link, the linked-to name, else @code{""}
839@end table
840
841@noindent
842For example, use
843@example
844(equal 0 size)
845@end example
846to mark all zero length files.
847
848To find out all not yet compiled Emacs Lisp files in a directory, Dired
849all @file{.el} files in the lisp directory using the wildcard
850@samp{*.el}. Then use @kbd{M-(} with
851@example
852(not (file-exists-p (concat name "c")))
853@end example
854to mark all @file{.el} files without a corresponding @file{.elc} file.
855
856@end table
857
1d5b82ef 858@node Multiple Dired Directories
4009494e
GM
859@chapter Multiple Dired Directories and Non-Dired Commands
860
861@cindex Multiple Dired directories
862@cindex Working directory
863An Emacs buffer can have but one working directory, stored in the
864buffer-local variable @code{default-directory}. A Dired buffer may have
865several subdirectories inserted, but it still has only one working
866directory: that of the top-level Dired directory in that buffer. For
867some commands it is appropriate that they use the current Dired
868directory instead of @code{default-directory}, e.g., @code{find-file} and
869@code{compile}.
870
2777ccbf
GM
871@findex dired-smart-shell-command
872@findex shell-command
873@kindex M-!
874The command @code{dired-smart-shell-command}, bound to @kbd{M-!} in
875Dired buffers, is like @code{shell-command}, but it runs with
876@code{default-directory} bound to the current Dired directory.
4009494e 877
1d5b82ef
GM
878@node Find File At Point
879@chapter Find File At Point
4009494e
GM
880@cindex Visiting a file mentioned in a buffer
881@cindex Finding a file at point
882
883@file{dired-x} provides a method of visiting or editing a file mentioned in
884the buffer you are viewing (e.g., a mail buffer, a news article, a
885@file{README} file, etc.) or to test if that file exists. You can then modify
886this in the minibuffer after snatching the file name.
887
888When installed @file{dired-x} will substitute @code{dired-x-find-file} for
889@code{find-file} (normally bound to @kbd{C-x C-f}) and
890@code{dired-x-find-file-other-window} for @code{find-file-other-window}
891(normally bound to @kbd{C-x 4 C-f}).
892
893In order to use this feature, you will need to set
894@code{dired-x-hands-off-my-keys} to @code{nil} inside @code{dired-load-hook}
895(@pxref{Optional Installation File At Point}).
896
897@table @code
898@item dired-x-find-file
899@findex dired-x-find-file
900@kindex C-x C-f
901
902@code{dired-x-find-file} behaves exactly like @code{find-file} (normally bound
903to @kbd{C-x C-f}) unless a prefix argument is passed to the function in which
904case it will use the file name at point as a guess for the file to visit.
905
906For example, if the buffer you were reading contained the words
907
908@example
909Available via anonymous ftp in
910
911 /roebling.poly.edu:/pub/lisp/crypt++.el.gz
912@end example
913
914@noindent
915then you could move your cursor to the line containing the ftp address and
916type @kbd{C-u C-x C-f} (the @kbd{C-u} is a universal argument). The
917minibuffer would read
918
919@example
920Find file: /roebling.poly.edu:/pub/lisp/crypt++.el.gz
921@end example
922
923@noindent
924with the point after the last @code{/}. If you hit @key{RET}, emacs will visit
925the file at that address. This also works with files on your own computer.
926
927@item dired-x-find-file-other-window
928@findex dired-x-find-file-other-window
929@kindex C-x 4 C-f
930
931@code{dired-x-find-file-other-window} behaves exactly like
932@code{find-file-other-window} (normally bound to @kbd{C-x 4 C-f}) unless a
933prefix argument is used. See @code{dired-x-find-file} for more information.
934
935@item dired-x-hands-off-my-keys
936@vindex dired-x-hands-off-my-keys
937If set to @code{t}, then it means that @file{dired-x} should @emph{not} bind
938@code{dired-x-find-file} over @code{find-file} on keyboard. Similarly, it
939should not bind @code{dired-x-find-file-other-window} over
940@code{find-file-other-window}. If you change this variable after
941@file{dired-x.el} is loaded then do @kbd{M-x dired-x-bind-find-file}. The
942default value of this variable is @code{t}; by default, the binding is not
943done. See @xref{Optional Installation File At Point}.
944
945@item dired-x-bind-find-file
946@findex dired-x-bind-find-file
947A function, which can be called interactively or in your @file{~/.emacs} file,
948that uses the value of @code{dired-x-hands-off-my-keys} to determine if
949@code{dired-x-find-file} should be bound over @code{find-file} and
950@code{dired-x-find-file-other-window} bound over
951@code{find-file-other-window}. See @xref{Optional Installation File At Point}.
952@end table
953
1d5b82ef 954@node Miscellaneous Commands
4009494e
GM
955@chapter Miscellaneous Commands
956
957Miscellaneous features not fitting anywhere else:
958
959@table @code
960@item dired-find-subdir
961@vindex dired-find-subdir
962Default: @code{nil}
963
964If non-@code{nil}, Dired does not make a new buffer for a directory if it can
965be found (perhaps as subdirectory) in some existing Dired buffer.
966
967If there are several Dired buffers for a directory, the most recently
968used is chosen.
969
970Dired avoids switching to the current buffer, so that if you have a
971normal and a wildcard buffer for the same directory, @kbd{C-x d RET}
972will toggle between those two.
973@end table
974
975@table @kbd
976@findex dired-goto-subdir
977@kindex M-G
978@item M-G
979(@code{dired-goto-subdir}) Go to the header line of an inserted directory.
980This command reads its argument, with completion derived from the names of the
981inserted subdirectories.
982@end table
983
984@table @code
4009494e
GM
985
986@item dired-jump
987@findex dired-jump
988@kindex C-x C-j
989@cindex Jumping to Dired listing containing file.
990Bound to @kbd{C-x C-j}. Jump back to Dired: If in a file, edit the current
991directory and move to file's line. If in Dired already, pop up a level and
992go to old directory's line. In case the proper Dired file line cannot be
993found, refresh the Dired buffer and try again.
994
995@item dired-jump-other-window
996@findex dired-jump-other-window
997@kindex C-x 4 C-j
998Bound to @kbd{C-x 4 C-j}. Like @code{dired-jump}, but to other window.
999
1000These functions can be autoloaded so they work even though @file{dired-x.el}
1001has not been loaded yet (@pxref{Optional Installation Dired Jump}).
1002
1003@vindex dired-bind-jump
1004If the variable @code{dired-bind-jump} is @code{nil}, @code{dired-jump} will not be
1005bound to @kbd{C-x C-j} and @code{dired-jump-other-window} will not be bound to
1006@kbd{C-x 4 C-j}.
1007
1008@item dired-vm
1009@cindex Reading mail.
1010@kindex V
1011@findex dired-vm
1012Bound to @kbd{V} if @code{dired-bind-vm} is @code{t}. Run VM on this
1013file (assumed to be a UNIX mail folder).
1014
1015@vindex dired-vm-read-only-folders
1016If you give this command a prefix argument, it will visit the folder
da5e0ce4 1017read-only.
4009494e
GM
1018
1019If the variable @code{dired-vm-read-only-folders} is @code{t},
da5e0ce4
GM
1020@code{dired-vm} will visit all folders read-only. If it is neither
1021@code{nil} nor @code{t}, e.g., the symbol @code{if-file-read-only}, only
1022files not writable by you are visited read-only.
4009494e
GM
1023
1024@vindex dired-bind-vm
1025If the variable @code{dired-bind-vm} is @code{t}, @code{dired-vm} will be bound
1026to @kbd{V}. Otherwise, @code{dired-bind-rmail} will be bound.
1027
1028@item dired-rmail
1029@cindex Reading mail.
1030@findex dired-rmail
1031Bound to @kbd{V} if @code{dired-bind-vm} is @code{nil}. Run Rmail on this
3a44dc1f 1032file (assumed to be mail folder in Rmail format).
4009494e
GM
1033
1034@item dired-info
1035@kindex I
1036@cindex Running info.
1037@findex dired-info
1038Bound to @kbd{I}. Run Info on this file (assumed to be a file in Info
1039format).
1040
1041@vindex dired-bind-info
1042If the variable @code{dired-bind-info} is @code{nil}, @code{dired-info} will
1043not be bound to @kbd{I}.
1044
1045@item dired-man
1046@cindex Running man.
1047@kindex N
1048@findex dired-man
1049Bound to @kbd{N}. Run man on this file (assumed to be a file in @code{nroff}
1050format).
1051
1052@vindex dired-bind-man
1053If the variable @code{dired-bind-man} is @code{nil}, @code{dired-man} will not
1054be bound to @kbd{N}.
1055
1056@item dired-do-relsymlink
1057@cindex Relative symbolic links.
1058@kindex Y
1059@findex dired-do-relsymlink
1060Bound to @kbd{Y}. Relative symlink all marked (or next ARG) files into a
1061directory, or make a relative symbolic link to the current file. This creates
1062relative symbolic links like
1063
1064@example
1065 foo -> ../bar/foo
1066@end example
1067
1068@noindent
1069not absolute ones like
1070
1071@example
1072 foo -> /ugly/path/that/may/change/any/day/bar/foo
1073@end example
1074
1075@item dired-do-relsymlink-regexp
1076@kindex %Y
1077@findex dired-do-relsymlink-regexp
1078Bound to @kbd{%Y}. Relative symlink all marked files containing
1079@var{regexp} to @var{newname}. See functions
1080@code{dired-do-rename-regexp} and @code{dired-do-relsymlink} for more
1081info.
1082@end table
1083
1d5b82ef 1084@node Bugs
4009494e
GM
1085@chapter Bugs
1086@cindex Bugs
4009494e
GM
1087
1088@noindent
07ca5555
GM
1089If you encounter a bug in this package, or wish to suggest an
1090enhancement, then please use @kbd{M-x report-emacs-bug} to report it.
4009494e 1091
1d5b82ef 1092@node GNU Free Documentation License
4009494e
GM
1093@appendix GNU Free Documentation License
1094@include doclicense.texi
1095
1d5b82ef 1096@node Concept Index
4009494e
GM
1097@unnumbered Concept Index
1098@printindex cp
1099
1d5b82ef 1100@node Command Index
4009494e
GM
1101@unnumbered Function Index
1102@printindex fn
1103
1d5b82ef 1104@node Key Index
4009494e
GM
1105@unnumbered Key Index
1106@printindex ky
1107
1d5b82ef 1108@node Variable Index
4009494e
GM
1109@unnumbered Variable Index
1110@printindex vr
1111
4009494e 1112@bye