home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / emacs / emacs-19.34-bin / emacs-19 / info / dired-x < prev    next >
Encoding:
GNU Info File  |  1997-09-18  |  45.4 KB  |  1,223 lines

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