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