1 \input texinfo @comment -*-texinfo-*-
3 @c dired-x.texi --- Sebastian Kremer's Extra DIRED hacked up for GNU Emacs19
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.]
9 @c Date: 2001/02/25 14:05:46
10 @c Keywords: dired extensions
11 @c dired-x.el REVISION NUMBER: 2
14 @c Ident: dired-x.texi,v 2.53 2001/02/25 14:05:46 dodd Released
16 @comment %**start of header (This is for running Texinfo on a region.)
17 @c FOR GNU EMACS USE ../info/dired-x BELOW
18 @setfilename ../info/dired-x
19 @c dired-x.el REVISION NUMBER
20 @settitle Dired Extra Version 2 User's Manual
24 @c @setchapternewpage odd % For book style double sided manual.
25 @comment %**end of header (This is for running Texinfo on a region.)
28 This documents the ``extra'' features for Dired Mode for GNU Emacs found in
29 the file @file{dired-x.el}.
31 Copyright @copyright{} 1993, 1994, 2001, 2002 Free Software Foundation, Inc.
34 Permission is granted to make and distribute verbatim copies of this
35 manual provided the copyright notice and this permission notice are
36 preserved on all copies.
38 Permission is granted to copy and distribute modified versions of
39 this manual under the conditions for verbatim copying, provided that
40 the entire resulting derived work is distributed under the terms of
41 a permission notice identical to this one.
43 Permission is granted to copy and distribute translations of this
44 manual into another language, under the above conditions for
45 modified versions, except that this permission notice may be stated
46 in a translation approved by the Free Software Foundation.
48 The file used to create this is called @file{dired-x.texi}, but the
49 original work that was altered to make that file was called
50 @file{dired.texi} written by Sebastian Kremer.
53 Permission is granted to process this file through TeX and print the
54 results, provided the printed document carries copying permission
55 notice identical to this one except for the removal of this paragraph
56 (this paragraph not being relevant to the printed manual).
64 * Dired-X: (dired-x). Dired Extra Features.
70 %\global\baselineskip 30pt % For printing in double spaces
75 @c dired-x.el REVISION NUMBER
76 @center @titlefont{Dired Extra Version 2}
78 @center @titlefont{For The GNU Emacs}
80 @center @titlefont{Directory Editor}
82 @center Manual Revision: 2.53
83 @center 2001/02/25 14:05:46
85 @center Lawrence R@. Dodd
86 @c @center @t{dodd@@roebling.poly.edu}
88 @center (Based on @file{dired.texi} by Sebastian Kremer <sk@@thp.uni-koeln.de>)
90 @vskip 0pt plus 1filll
99 @comment node-name, next, previous, up
102 This documents the ``extra'' features for Dired Mode for GNU Emacs that are
103 provided by the file @file{dired-x.el}.
108 Based on @file{dired.texi} by Sebastian Kremer <sk@@thp.uni-koeln.de>
110 @c dired-x.el REVISION NUMBER
112 For @file{dired-x.el} revision 2
115 @c Revision of this manual: 2.53 (2001/02/25 14:05:46)
118 @c Bugs to Lawrence R. Dodd <dodd@@roebling.poly.edu>. @emph{Please} type
119 @c @kbd{M-x dired-x-submit-report} to submit a bug report (@pxref{Bugs}).
122 @c You can obtain a copy of this package via anonymous ftp in
123 @c @t{/roebling.poly.edu:/pub/packages/dired-x.tar.gz}
130 * Omitting Files in Dired::
132 * Shell Command Guessing::
134 * Advanced Mark Commands::
135 * Multiple Dired Directories::
136 * Find File At Point::
137 * Miscellaneous Commands::
149 @node Introduction, Installation, Top, Top
150 @comment node-name, next, previous, up
151 @chapter Introduction
153 This documents the @emph{extra} features for Dired Mode for GNU Emacs. It
154 is derived from version 1.191 of Sebastian Kremer's @file{dired-x.el}.
156 In adopting this @file{dired-x.el} to GNU Emacs v19 some material that has
157 been incorporated into @file{dired.el} and @file{dired-aux.el} of the GNU Emacs
158 19 distribution has been removed and some material was modified for agreement
159 with the functions in @file{dired.el} and @file{dired-aux.el}. For example,
160 the code using @code{gmhist} history functions was replaced with code using
161 the mini-buffer history now built into GNU Emacs. Finally, a few other
162 features have been added and a few more functions have been bound to keys.
167 * Technical Details::
171 @node Features, Technical Details, , Introduction
172 @comment node-name, next, previous, up
176 Some features provided by Dired Extra
180 Omitting uninteresting files from Dired listing.
182 @xref{Omitting Files in Dired}.
185 Local variables for Dired directories.
187 @xref{Local Variables}.
190 Guessing shell commands in Dired buffers.
192 @xref{Shell Command Guessing}.
195 Running Dired command in non-Dired buffers.
197 @xref{Virtual Dired}.
200 Finding a file mentioned in a buffer
202 @xref{Find File At Point}.
205 Commands using file marking.
207 @xref{Advanced Mark Commands}.
212 @file{dired-x.el} binds some functions to keys in Dired Mode (@pxref{Key
213 Index}) and also binds @kbd{C-x C-j} and @kbd{C-x 4 C-j} @emph{globally} to
214 @code{dired-jump} (@pxref{Miscellaneous Commands}). It may also bind @kbd{C-x
215 C-f} and @kbd{C-x 4 C-f} to @code{dired-x-find-file} and
216 @code{dired-x-find-file-other-window}, respectively (@pxref{Find File At
219 @node Technical Details, , Features, Introduction
220 @comment node-name, next, previous, up
221 @section Technical Details
222 @cindex Redefined functions
223 @cindex @file{dired-aux.el}
225 When loaded this code @emph{redefines} the following functions of GNU Emacs
230 @code{dired-clean-up-after-deletion}
232 @code{dired-find-buffer-nocreate}
234 @code{dired-initial-position}
236 @code{dired-up-directory}
240 and the following functions from @file{dired-aux.el}
244 @code{dired-add-entry}
246 @code{dired-read-shell-command}
249 @node Installation, Omitting Files in Dired, Introduction, Top
250 @comment node-name, next, previous, up
251 @chapter Installation
254 This manual describes the Dired features provided by the file
255 @file{dired-x.el}. To take advantage of these features, you must load the
256 file and (optionally) set some variables.
259 In your @file{.emacs} file in your home directory, or in the system-wide
260 initialization file @file{default.el} in the @file{site-lisp} directory, put
263 (add-hook 'dired-load-hook
266 ;; Set dired-x global variables here. For example:
267 ;; (setq dired-guess-shell-gnutar "gtar")
268 ;; (setq dired-x-hands-off-my-keys nil)
270 (add-hook 'dired-mode-hook
272 ;; Set dired-x buffer-local variables here. For example:
273 ;; (dired-omit-mode 1)
278 This will load @file{dired-x.el} when Dired is first invoked (for example,
279 when you first type @kbd{C-x d}).
283 * Optional Installation Dired Jump::
284 * Optional Installation File At Point::
288 @node Optional Installation Dired Jump, Optional Installation File At Point, , Installation
289 @comment node-name, next, previous, up
290 @section Optional Installation Dired Jump
292 @cindex Autoloading @code{dired-jump} and @code{dired-jump-other-window}
294 In order to have @code{dired-jump} and @code{dired-jump-other-window}
295 (@pxref{Miscellaneous Commands}) work @emph{before} @code{dired} and
296 @code{dired-x} have been properly loaded the user should set-up an autoload
297 for these functions. In your @file{.emacs} file put
300 ;;; Autoload `dired-jump' and `dired-jump-other-window'.
301 ;;; We autoload from FILE dired.el. This will then load dired-x.el
302 ;;; and hence define `dired-jump' and `dired-jump-other-window'.
303 (define-key global-map "\C-x\C-j" 'dired-jump)
304 (define-key global-map "\C-x4\C-j" 'dired-jump-other-window)
306 (autoload (quote dired-jump) "dired" "\
307 Jump to Dired buffer corresponding to current buffer.
308 If in a file, Dired the current directory and move to file's line.
309 If in Dired already, pop up a level and goto old directory's line.
310 In case the proper Dired file line cannot be found, refresh the Dired
311 buffer and try again." t nil)
313 (autoload (quote dired-jump-other-window) "dired" "\
314 Like \\[dired-jump] (dired-jump) but in other window." t nil)
317 Note that in recent releases of GNU Emacs 19 (i.e., 19.25 or later) the file
318 @file{../lisp/loaddefs.el} of the Emacs distribution already contains the
319 proper auto-loading for @code{dired-jump} so you need only put
322 (define-key global-map "\C-x\C-j" 'dired-jump)
326 in your @file{.emacs} file in order to have @kbd{C-x C-j} work
327 before @code{dired} is loaded.
329 @node Optional Installation File At Point, , Optional Installation Dired Jump, Installation
330 @comment node-name, next, previous, up
331 @section Optional Installation File At Point
333 @cindex Binding @code{dired-x-find-file}
334 If you choose to have @file{dired-x.el} bind @code{dired-x-find-file} over
335 @code{find-file} (@pxref{Find File At Point}), then you will need to set
336 @code{dired-x-hands-off-my-keys} and make a call to the function
337 @code{dired-x-bind-find-file} in the @code{dired-load-hook}:
340 (add-hook 'dired-load-hook
343 ;; Bind dired-x-find-file.
344 (setq dired-x-hands-off-my-keys nil)
345 ;; Make sure our binding preference is invoked.
346 (dired-x-bind-find-file)
350 Alternatively, you can set the variable @emph{before} @file{dired-x.el} is
354 (add-hook 'dired-load-hook
356 ;; Bind dired-x-find-file.
357 (setq dired-x-hands-off-my-keys nil)
362 @node Omitting Files in Dired, Local Variables, Installation, Top
363 @comment node-name, next, previous, up
364 @chapter Omitting Files in Dired
366 @cindex Omitting Files in Dired
367 @cindex Uninteresting files
368 @dfn{Omitting} a file means removing it from the directory listing. Omitting
369 is useful for keeping Dired buffers free of ``uninteresting'' files (for
370 instance, auto-save, auxiliary, backup, and revision control files) so that
371 the user can concentrate on the interesting files. Like hidden files, omitted
372 files are never seen by Dired. Omitting differs from hiding in several
378 Omitting works on individual files, not on directories; an entire directory
379 cannot be omitted (though each of its files could be).
382 Omitting is wholesale; if omitting is turned on for a Dired buffer, then all
383 uninteresting files listed in that buffer are omitted. The user does not omit
384 (or unomit) files one at a time.
387 Omitting can be automatic; uninteresting file lines in the buffer can be
388 removed before the user ever sees them.
391 Marked files are never omitted.
397 @findex dired-omit-mode
398 (@code{dired-omit-mode}) Toggle between displaying and omitting
399 ``uninteresting'' files.
402 @findex dired-mark-omitted
403 (@code{dired-mark-omitted}) Mark ``uninteresting'' files.
407 In order to make Dired Omit work you first need to load @file{dired-x.el}
408 inside @code{dired-load-hook} (@pxref{Installation}) and then evaluate
409 @code{(dired-omit-mode 1)} in some way (@pxref{Omitting Variables}).
413 * Omitting Variables::
414 * Omitting Examples::
415 * Omitting Technical::
419 @node Omitting Variables, Omitting Examples, , Omitting Files in Dired
420 @comment node-name, next, previous, up
422 @section Omitting Variables
424 @cindex Customizing file omitting
425 The following variables can be used to customize omitting.
429 @vindex dired-omit-mode
430 @item dired-omit-mode
434 @cindex How to make omitting the default in Dired
435 If non-@code{nil}, ``uninteresting'' files are not listed.
436 Uninteresting files are those whose files whose names match regexp
437 @code{dired-omit-files}, plus those ending with extensions in
438 @code{dired-omit-extensions}. @kbd{M-o} (@code{dired-omit-mode})
439 toggles its value, which is buffer-local. Put
446 inside your @code{dired-mode-hook} to have omitting initially turned on in
447 @emph{every} Dired buffer (@pxref{Installation}). You can then use @kbd{M-o} to
448 unomit in that buffer.
450 To enable omitting automatically only in certain directories one can use Dired
451 Local Variables and put
460 into a file @file{.dired} (the default value of
461 @code{dired-local-variables-file}) in that directory (@pxref{Local Variables}).
464 @findex dired-omit-here-always
465 @item dired-omit-here-always
467 This is an interactive function that creates a local variables file exactly
468 like the example above (if it does not already exist) in the file
469 @code{dired-local-variables-file} in the current directory and then refreshes
470 the directory listing (@pxref{Local Variables}).
473 @vindex dired-omit-files
474 @item dired-omit-files
476 Default: @code{"^#\\|\\.$"}
478 Files whose names match this buffer-local regexp will not be displayed.
479 This only has effect when @code{dired-omit-mode}'s value is @code{t}.
481 The default value omits the special directories @file{.} and @file{..} and
482 autosave files (plus other files ending in @file{.}) (@pxref{Omitting Examples}).
484 @vindex dired-omit-extensions
485 @item dired-omit-extensions
487 Default: The elements of @code{completion-ignored-extensions},
488 @code{dired-latex-unclean-extensions}, @code{dired-bibtex-unclean-extensions}
489 and @code{dired-texinfo-unclean-extensions}.
491 If non-@code{nil}, a list of extensions (strings) to omit from Dired listings.
492 Its format is the same as that of @code{completion-ignored-extensions}.
494 @vindex dired-omit-localp
495 @item dired-omit-localp
497 Default: @code{no-dir}
499 The @var{localp} argument @code{dired-omit-expunge} passes to
500 @code{dired-get-filename}. If it is @code{no-dir}, omitting is much faster,
501 but you can only match against the non-directory part of the file name. Set it
502 to @code{nil} if you need to match the whole file name or @code{t} to match the
503 file name relative to the buffer's top-level directory.
505 @item dired-omit-marker-char
506 @vindex dired-omit-marker-char
507 @cindex Omitting additional files
510 Temporary marker used by Dired to implement omitting. Should never be used
511 as marker by the user or other packages. There is one exception to this rule:
515 (setq dired-mark-keys "\C-o")
516 ;; i.e., the value of dired-omit-marker-char
517 ;; (which is not defined yet)
521 to your @file{~/.emacs}, you can bind the @kbd{C-o} key to insert a
522 @kbd{C-o} marker, thus causing these files to be omitted in addition to the
523 usually omitted files. Unfortunately the files you omitted manually this way
524 will show up again after reverting the buffer, unlike the others.
528 @node Omitting Examples, Omitting Technical, Omitting Variables, Omitting Files in Dired
529 @comment node-name, next, previous, up
530 @section Examples of Omitting Various File Types
535 @cindex RCS files, how to omit them in Dired
536 @cindex Omitting RCS files in Dired
537 If you wish to avoid seeing RCS files and the @file{RCS} directory, then put
540 (setq dired-omit-files
541 (concat dired-omit-files "\\|^RCS$\\|,v$"))
545 in the @code{dired-load-hook} (@pxref{Installation}). This assumes
546 @code{dired-omit-localp} has its default value of @code{no-dir} to make the
547 @code{^}-anchored matches work. As a slower alternative, with
548 @code{dired-omit-localp} set to @code{nil}, you can use @code{/} instead of
549 @code{^} in the regexp.
552 @cindex Tib files, how to omit them in Dired
553 @cindex Omitting tib files in Dired
554 If you use @code{tib}, the bibliography program for use with @TeX{} and
556 want to omit the @file{INDEX} and the @file{*-t.tex} files, then put
559 (setq dired-omit-files
560 (concat dired-omit-files "\\|^INDEX$\\|-t\\.tex$"))
564 in the @code{dired-load-hook} (@pxref{Installation}).
567 @cindex Dot files, how to omit them in Dired
568 @cindex Omitting dot files in Dired
569 If you do not wish to see @samp{dot} files (files starting with a @file{.}),
573 (setq dired-omit-files
574 (concat dired-omit-files "\\|^\\..+$"))
578 in the @code{dired-load-hook} (@pxref{Installation}).
582 @node Omitting Technical, , Omitting Examples, Omitting Files in Dired
583 @comment node-name, next, previous, up
584 @section Some Technical Details of Omitting
586 Loading @file{dired-x.el} will install Dired Omit by putting
587 @code{dired-omit-expunge} on your @code{dired-after-readin-hook}, and will
588 call @code{dired-extra-startup}, which in turn calls @code{dired-omit-startup}
589 in your @code{dired-mode-hook}.
591 @node Local Variables, Shell Command Guessing, Omitting Files in Dired, Top
592 @comment node-name, next, previous, up
593 @chapter Local Variables for Dired Directories
595 @cindex Local Variables for Dired Directories
596 @vindex dired-local-variables-file
597 @vindex dired-enable-local-variables
599 When Dired visits a directory, it looks for a file whose name is the value of
600 variable @code{dired-local-variables-file} (default: @file{.dired}). If such
601 a file is found, Dired will temporarily insert it into the Dired buffer and
602 run @code{hack-local-variables}.
605 For example, if the user puts
609 dired-actual-switches: "-lat"
615 into a file called @file{.dired} in a directory then when that directory is
622 omitted automatically
626 You can set @code{dired-local-variables-file} to @code{nil} to suppress this.
627 The value of @code{dired-enable-local-variables} controls if and how these
628 local variables are read. This variable exists so that if may override the
629 default value of @code{enable-local-variables}.
632 Please see the GNU Emacs Manual to learn more about local variables.
633 @xref{File Variables,Local Variables in Files,Local Variables in
634 Files,emacs,The GNU Emacs Manual}.
637 The following variables affect Dired Local Variables
640 @vindex dired-local-variables-file
641 @item dired-local-variables-file
642 Default: @code{".dired"}
644 If non-@code{nil}, file name for local variables for Dired. If Dired finds a
645 file with that name in the current directory, it will temporarily insert it
646 into the Dired buffer and run @code{hack-local-variables}.
648 @vindex dired-enable-local-variables
649 @item dired-enable-local-variables
652 Controls the use of local-variables lists in Dired. The value can be @code{t},
653 @code{nil}, or something else. A value of @code{t} means local-variables
654 lists are obeyed in the @code{dired-local-variables-file}; @code{nil} means
655 they are ignored; anything else means query. This variable temporarily
656 overrides the value of @code{enable-local-variables} when the Dired Local
657 Variables are hacked.
660 @node Shell Command Guessing, Virtual Dired, Local Variables, Top
661 @comment node-name, next, previous, up
662 @chapter Shell Command Guessing
663 @cindex Guessing shell commands for files.
665 Based upon the name of a file, Dired tries to guess what shell
666 command you might want to apply to it. For example, if you have point
667 on a file named @file{foo.tar} and you press @kbd{!}, Dired will guess
668 you want to @samp{tar xvf} it and suggest that as the default shell
671 The default is mentioned in brackets and you can type @kbd{M-p} to get
672 the default into the minibuffer and then edit it, e.g., to change
673 @samp{tar xvf} to @samp{tar tvf}. If there are several commands for a given
674 file, e.g., @samp{xtex} and @samp{dvips} for a @file{.dvi} file, you can type
675 @kbd{M-p} several times to see each of the matching commands.
677 Dired only tries to guess a command for a single file, never for a list
681 @item dired-guess-shell-alist-default
682 @vindex dired-guess-shell-alist-default
683 Predefined rules for shell commands. Set this to @code{nil} to turn guessing off.
684 The elements of @code{dired-guess-shell-alist-user} (defined by the
685 user) will override these rules.@refill
687 @item dired-guess-shell-alist-user
688 @vindex dired-guess-shell-alist-user
689 If non-@code{nil}, a user-defined alist of file regexps and their suggested
690 commands. These rules take precedence over the predefined rules in the
691 variable @code{dired-guess-shell-alist-default} (to which they are prepended)
692 when @code{dired-do-shell-command} is run).
695 Each element of the alist looks like
698 (@var{regexp} @var{command}@dots{})
702 where each @var{command} can either be a string or a Lisp expression
703 that evaluates to a string. If several commands are given, all of
704 them will temporarily be pushed onto the history.
706 If @samp{*} in the shell command, that means to substitute the file
709 You can set this variable in your @file{~/.emacs}. For example,
710 to add rules for @samp{.foo} and @samp{.bar} file extensions, write
713 (setq dired-guess-shell-alist-user
715 (list "\\.foo$" "@var{foo-command}");; fixed rule
716 ;; possibly more rules...
717 (list "\\.bar$";; rule with condition test
719 "@var{bar-command-1}"
720 "@var{bar-command-2}"))))
724 This will override any predefined rules for the same extensions.
726 @item dired-guess-shell-gnutar
727 @vindex dired-guess-shell-gnutar
728 @cindex Passing GNU Tar its @samp{z} switch.
731 If non-@code{nil}, this is the name of the GNU Tar executable (e.g.,
732 @samp{tar} or @samp{gnutar}). GNU Tar's @samp{z} switch is used for
733 compressed tar files.
734 If you don't have GNU tar, set this to @code{nil}: a pipe using @samp{zcat} is
737 @item dired-guess-shell-gzip-quiet
738 @vindex dired-guess-shell-gzip-quiet
742 A non-@code{nil} value means that @samp{-q} is passed to @code{gzip}
743 overriding a verbose option in the @env{GZIP} environment variable.
745 @item dired-guess-shell-znew-switches nil
746 @vindex dired-guess-shell-znew-switches nil
750 A string of switches passed to @code{znew}. An example is
751 @samp{-K} which will make @code{znew} keep a @file{.Z} file when it is
752 smaller than the @file{.gz} file.
754 @item dired-shell-command-history nil
755 @vindex dired-shell-command-history nil
757 History list for commands that read dired-shell commands.
760 @node Virtual Dired, Advanced Mark Commands, Shell Command Guessing, Top
761 @comment node-name, next, previous, up
762 @chapter Virtual Dired
764 @cindex Virtual Dired
765 @cindex Perusing @code{ls} listings
766 @cindex @code{ls} listings, how to peruse them in Dired
767 Using @dfn{Virtual Dired} means putting a buffer with Dired-like
768 contents in Dired mode. The files described by the buffer contents need
769 not actually exist. This is useful if you want to peruse an @samp{ls -lR}
770 output file, for example one you got from an FTP server. You can use
771 all motion commands usually available in Dired. You can also use
772 it to save a Dired buffer in a file and resume it in a later session.
774 @findex dired-virtual
776 @findex dired-virtual-revert
777 Type @kbd{M-x dired-virtual} to put the current buffer into virtual
778 Dired mode. You will be prompted for the top level directory of this
779 buffer, with a default value guessed from the buffer contents. To
780 convert the virtual to a real Dired buffer again, type @kbd{g} (which
781 calls @code{dired-virtual-revert}) in the virtual Dired buffer and
782 answer @samp{y}. You don't have to do this, though: you can relist
783 single subdirectories using @kbd{l} (@code{dired-do-redisplay}) on the subdirectory
784 headerline, leaving the buffer in virtual Dired mode all the time.
786 @findex dired-virtual-mode
787 @vindex auto-mode-alist
788 The function @samp{dired-virtual-mode} is specially designed to turn on
789 virtual Dired mode from the @code{auto-mode-alist}. To edit all
790 @file{*.dired} files automatically in virtual Dired mode, put this into your
794 (setq auto-mode-alist (cons '("[^/]\\.dired$" . dired-virtual-mode)
799 The regexp is a bit more complicated than usual to exclude @file{.dired}
800 local-variable files.
802 @node Advanced Mark Commands, Multiple Dired Directories, Virtual Dired, Top
803 @comment node-name, next, previous, up
804 @chapter Advanced Mark Commands
809 @cindex Visiting several files at once
810 @cindex Simultaneous visiting of several files
811 @findex dired-do-find-marked-files
812 (@code{dired-do-find-marked-files}) Find all marked files at once displaying
813 them simultaneously. If optional @var{noselect} is non-@code{nil} then just
815 files but do not select. If you want to keep the Dired buffer displayed, type
816 @kbd{C-x 2} first. If you want just the marked files displayed and nothing
817 else, type @kbd{C-x 1} first.
819 The current window is split across all files marked, as evenly as possible.
820 Remaining lines go to the bottom-most window. The number of files that can be
821 displayed this way is restricted by the height of the current window and the
822 variable @code{window-min-height}.
826 @item dired-mark-extension
827 @findex dired-mark-extension
828 Mark all files with a certain extension for use in later commands. A @samp{.}
829 is not automatically prepended to the string entered, you must type it
832 When called from Lisp, @var{extension} may also be a list of extensions
833 and an optional argument @var{marker-char} specifies the marker used.
835 @item dired-flag-extension
836 @findex dired-flag-extension
837 Flag all files with a certain extension for deletion. A @samp{.} is
838 @emph{not} automatically prepended to the string entered.
843 * Advanced Cleaning Functions::
844 * Advanced Cleaning Variables::
845 * Special Marking Function::
849 @node Advanced Cleaning Functions, Advanced Cleaning Variables, , Advanced Mark Commands
850 @comment node-name, next, previous, up
852 @section Advanced Cleaning Functions
855 @item dired-clean-patch
856 @findex dired-clean-patch
857 Flag dispensable files created by the @samp{patch} program for deletion. See
858 variable @code{dired-patch-unclean-extensions}.
860 @item dired-clean-tex
861 @findex dired-clean-tex
862 Flag dispensable files created by @TeX{}, La@TeX{}, and @samp{texinfo} for
863 deletion. See the following variables (@pxref{Advanced Cleaning Variables}):
867 @code{dired-tex-unclean-extensions}
869 @code{dired-texinfo-unclean-extensions}
871 @code{dired-latex-unclean-extensions}
873 @code{dired-bibtex-unclean-extensions}
876 @item dired-very-clean-tex
877 @findex dired-very-clean-tex
878 Flag dispensable files created by @TeX{}, La@TeX{}, @samp{texinfo},
879 and @file{*.dvi} files for deletion.
882 @node Advanced Cleaning Variables, Special Marking Function, Advanced Cleaning Functions, Advanced Mark Commands
883 @comment node-name, next, previous, up
885 @section Advanced Cleaning Variables
887 @noindent Variables used by the above cleaning commands (and in the default value for
888 variable @code{dired-omit-extensions}, @pxref{Omitting Variables})
891 @item dired-patch-unclean-extensions
892 @vindex dired-patch-unclean-extensions
893 Default: @code{(".rej" ".orig")}
895 List of extensions of dispensable files created by the @samp{patch} program.
897 @item dired-tex-unclean-extensions
898 @vindex dired-tex-unclean-extensions
899 Default: @code{(".toc" ".log" ".aux")}
901 List of extensions of dispensable files created by @TeX{}.
903 @item dired-texinfo-unclean-extensions
904 @vindex dired-texinfo-unclean-extensions
905 Default: @code{(".cp" ".cps" ".fn" ".fns" ".ky" ".kys"}
906 @code{".pg" ".pgs" ".tp" ".tps" ".vr" ".vrs")}
908 List of extensions of dispensable files created by @samp{texinfo}.
910 @item dired-latex-unclean-extensions
911 @vindex dired-latex-unclean-extensions
912 Default: @code{(".idx" ".lof" ".lot" ".glo")}
914 List of extensions of dispensable files created by La@TeX{}.
916 @item dired-bibtex-unclean-extensions
917 @vindex dired-bibtex-unclean-extensions
918 Default: @code{(".blg" ".bbl")}
920 List of extensions of dispensable files created by Bib@TeX{}.
923 @node Special Marking Function, , Advanced Cleaning Variables, Advanced Mark Commands
924 @comment node-name, next, previous, up
926 @section Special Marking Function
931 @findex dired-mark-sexp
932 @cindex Lisp expression, marking files with in Dired
933 @cindex Mark file by Lisp expression
934 (@code{dired-mark-sexp}) Mark files for which @var{predicate} returns
935 non-@code{nil}. With a prefix argument, unflag those files instead.
937 The @var{predicate} is a Lisp expression that can refer to the following
941 [@i{integer}] the inode of the file (only for @samp{ls -i} output)
943 [@i{integer}] the size of the file for @samp{ls -s} output (usually in blocks or,
944 with @samp{-k}, in KBytes)
946 [@i{string}] file permission bits, e.g., @samp{-rw-r--r--}
948 [@i{integer}] number of links to file
952 [@i{string}] group (If the gid is not displayed by @samp{ls}, this
953 will still be set (to the same as uid))
955 [@i{integer}] file size in bytes
957 [@i{string}] the time that @samp{ls} displays, e.g., @samp{Feb 12 14:17}
959 [@i{string}] the name of the file
961 [@i{string}] if file is a symbolic link, the linked-to name, else @code{""}
969 to mark all zero length files.
971 To find out all not yet compiled Emacs Lisp files in a directory, Dired
972 all @file{.el} files in the lisp directory using the wildcard
973 @samp{*.el}. Then use @kbd{M-(} with
975 (not (file-exists-p (concat name "c")))
977 to mark all @file{.el} files without a corresponding @file{.elc} file.
981 @node Multiple Dired Directories, Find File At Point, Advanced Mark Commands, Top
982 @comment node-name, next, previous, up
983 @chapter Multiple Dired Directories and Non-Dired Commands
985 @cindex Multiple Dired directories
986 @cindex Working directory
987 An Emacs buffer can have but one working directory, stored in the
988 buffer-local variable @code{default-directory}. A Dired buffer may have
989 several subdirectories inserted, but it still has only one working
990 directory: that of the top-level Dired directory in that buffer. For
991 some commands it is appropriate that they use the current Dired
992 directory instead of @code{default-directory}, e.g., @code{find-file} and
995 A general mechanism is provided for special handling of the working
996 directory in special major modes:
999 @item default-directory-alist
1000 @vindex default-directory-alist
1001 Default: @code{((dired-mode . (dired-current-directory)))}
1003 Alist of major modes and their notion of @code{default-directory}, as a
1004 Lisp expression to evaluate. A resulting value of @code{nil} is ignored
1005 in favor of @code{default-directory}.
1007 @item default-directory
1008 @findex default-directory
1009 Function with usage like variable @code{default-directory}, but knows about the
1010 special cases in variable @code{default-directory-alist}.
1013 @node Find File At Point, Miscellaneous Commands, Multiple Dired Directories, Top
1014 @comment node-name, next, previous, up
1016 @section Find File At Point
1017 @cindex Visiting a file mentioned in a buffer
1018 @cindex Finding a file at point
1020 @file{dired-x} provides a method of visiting or editing a file mentioned in
1021 the buffer you are viewing (e.g., a mail buffer, a news article, a
1022 @file{README} file, etc.) or to test if that file exists. You can then modify
1023 this in the minibuffer after snatching the file name.
1025 When installed @file{dired-x} will substitute @code{dired-x-find-file} for
1026 @code{find-file} (normally bound to @kbd{C-x C-f}) and
1027 @code{dired-x-find-file-other-window} for @code{find-file-other-window}
1028 (normally bound to @kbd{C-x 4 C-f}).
1030 In order to use this feature, you will need to set
1031 @code{dired-x-hands-off-my-keys} to @code{nil} inside @code{dired-load-hook}
1032 (@pxref{Optional Installation File At Point}).
1035 @item dired-x-find-file
1036 @findex dired-x-find-file
1039 @code{dired-x-find-file} behaves exactly like @code{find-file} (normally bound
1040 to @kbd{C-x C-f}) unless a prefix argument is passed to the function in which
1041 case it will use the file name at point as a guess for the file to visit.
1043 For example, if the buffer you were reading contained the words
1046 Available via anonymous ftp in
1048 /roebling.poly.edu:/pub/lisp/crypt++.el.gz
1052 then you could move your cursor to the line containing the ftp address and
1053 type @kbd{C-u C-x C-f} (the @kbd{C-u} is a universal argument). The
1054 minibuffer would read
1057 Find file: /roebling.poly.edu:/pub/lisp/crypt++.el.gz
1061 with the point after the last @code{/}. If you hit @key{RET}, emacs will visit
1062 the file at that address. This also works with files on your own computer.
1064 @item dired-x-find-file-other-window
1065 @findex dired-x-find-file-other-window
1068 @code{dired-x-find-file-other-window} behaves exactly like
1069 @code{find-file-other-window} (normally bound to @kbd{C-x 4 C-f}) unless a
1070 prefix argument is used. See @code{dired-x-find-file} for more information.
1072 @item dired-x-hands-off-my-keys
1073 @vindex dired-x-hands-off-my-keys
1074 If set to @code{t}, then it means that @file{dired-x} should @emph{not} bind
1075 @code{dired-x-find-file} over @code{find-file} on keyboard. Similarly, it
1076 should not bind @code{dired-x-find-file-other-window} over
1077 @code{find-file-other-window}. If you change this variable after
1078 @file{dired-x.el} is loaded then do @kbd{M-x dired-x-bind-find-file}. The
1079 default value of this variable is @code{t}; by default, the binding is not
1080 done. See @xref{Optional Installation File At Point}.
1082 @item dired-x-bind-find-file
1083 @findex dired-x-bind-find-file
1084 A function, which can be called interactively or in your @file{~/.emacs} file,
1085 that uses the value of @code{dired-x-hands-off-my-keys} to determine if
1086 @code{dired-x-find-file} should be bound over @code{find-file} and
1087 @code{dired-x-find-file-other-window} bound over
1088 @code{find-file-other-window}. See @xref{Optional Installation File At Point}.
1091 @node Miscellaneous Commands, Bugs, Find File At Point, Top
1092 @comment node-name, next, previous, up
1093 @chapter Miscellaneous Commands
1095 Miscellaneous features not fitting anywhere else:
1098 @item dired-find-subdir
1099 @vindex dired-find-subdir
1102 If non-@code{nil}, Dired does not make a new buffer for a directory if it can
1103 be found (perhaps as subdirectory) in some existing Dired buffer.
1105 If there are several Dired buffers for a directory, the most recently
1108 Dired avoids switching to the current buffer, so that if you have a
1109 normal and a wildcard buffer for the same directory, @kbd{C-x d RET}
1110 will toggle between those two.
1114 @findex dired-goto-subdir
1117 (@code{dired-goto-subdir}) Go to the header line of an inserted directory.
1118 This command reads its argument, with completion derived from the names of the
1119 inserted subdirectories.
1123 @item dired-smart-shell-command
1124 @findex dired-smart-shell-command
1125 @findex shell-command
1127 Like function @code{shell-command}, but in the current Dired directory.
1128 Bound to @kbd{M-!} in Dired buffers.
1133 @cindex Jumping to Dired listing containing file.
1134 Bound to @kbd{C-x C-j}. Jump back to Dired: If in a file, edit the current
1135 directory and move to file's line. If in Dired already, pop up a level and
1136 go to old directory's line. In case the proper Dired file line cannot be
1137 found, refresh the Dired buffer and try again.
1139 @item dired-jump-other-window
1140 @findex dired-jump-other-window
1142 Bound to @kbd{C-x 4 C-j}. Like @code{dired-jump}, but to other window.
1144 These functions can be autoloaded so they work even though @file{dired-x.el}
1145 has not been loaded yet (@pxref{Optional Installation Dired Jump}).
1147 @vindex dired-bind-jump
1148 If the variable @code{dired-bind-jump} is @code{nil}, @code{dired-jump} will not be
1149 bound to @kbd{C-x C-j} and @code{dired-jump-other-window} will not be bound to
1153 @cindex Reading mail.
1156 Bound to @kbd{V} if @code{dired-bind-vm} is t. Run VM on this file (assumed
1157 to be a UNIX mail folder).
1159 @vindex dired-vm-read-only-folders
1160 If you give this command a prefix argument, it will visit the folder
1161 read-only. This only works in VM 5, not VM 4.
1163 If the variable @code{dired-vm-read-only-folders} is @code{t},
1164 @code{dired-vm} will
1165 visit all folders read-only. If it is neither @code{nil} nor @code{t}, e.g.,
1166 the symbol @code{if-file-read-only}, only files not writable by you are
1167 visited read-only. This is the recommended value if you run VM 5.
1169 @vindex dired-bind-vm
1170 If the variable @code{dired-bind-vm} is t, @code{dired-vm} will be bound to
1171 @kbd{V}. Otherwise, @code{dired-bind-rmail} will be bound.
1174 @cindex Reading mail.
1176 Bound to @kbd{V} if @code{dired-bind-vm} is @code{nil}. Run Rmail on this
1177 file (assumed to be mail folder in Rmail/BABYL format).
1181 @cindex Running info.
1183 Bound to @kbd{I}. Run Info on this file (assumed to be a file in Info
1186 @vindex dired-bind-info
1187 If the variable @code{dired-bind-info} is @code{nil}, @code{dired-info} will
1188 not be bound to @kbd{I}.
1191 @cindex Running man.
1194 Bound to @kbd{N}. Run man on this file (assumed to be a file in @code{nroff}
1197 @vindex dired-bind-man
1198 If the variable @code{dired-bind-man} is @code{nil}, @code{dired-man} will not
1199 be bound to @kbd{N}.
1201 @item dired-do-relative-symlink
1202 @cindex Relative symbolic links.
1204 @findex dired-do-relative-symlink
1205 Bound to @kbd{Y}. Relative symlink all marked (or next ARG) files into a
1206 directory, or make a relative symbolic link to the current file. This creates
1207 relative symbolic links like
1214 not absolute ones like
1217 foo -> /ugly/path/that/may/change/any/day/bar/foo
1220 @item dired-do-relative-symlink-regexp
1222 @findex dired-do-relative-symlink-regexp
1223 Bound to @kbd{%Y}. Relative symlink all marked files containing
1224 @var{regexp} to @var{newname}. See functions
1225 @code{dired-do-rename-regexp} and @code{dired-do-relsymlink} for more
1229 @node Bugs, Concept Index, Miscellaneous Commands, Top
1230 @comment node-name, next, previous, up
1233 @findex dired-x-submit-report
1236 If you encounter a bug in this package, wish to suggest an
1237 enhancement, or want to make a smart remark, then type
1240 @kbd{M-x dired-x-submit-report}
1244 to set up an outgoing mail buffer, with the proper address to the
1245 @file{dired-x.el} maintainer automatically inserted in the @samp{To:@:} field.
1246 This command also inserts information that the Dired X maintainer can use to
1247 recreate your exact setup, making it easier to verify your bug or social
1251 @c <dodd@@roebling.poly.edu>
1253 @node Concept Index, Command Index, Bugs, Top
1254 @comment node-name, next, previous, up
1255 @unnumbered Concept Index
1258 @node Command Index, Key Index, Concept Index, Top
1259 @comment node-name, next, previous, up
1260 @unnumbered Function Index
1263 @node Key Index, Variable Index, Command Index, Top
1264 @comment node-name, next, previous, up
1265 @unnumbered Key Index
1268 @node Variable Index, , Key Index, Top
1269 @comment node-name, next, previous, up
1270 @unnumbered Variable Index
1273 @setchapternewpage odd
1278 @c dired-x.texi ends here.
1281 arch-tag: 201727aa-9318-4c74-a0d7-4f51c550c4de