X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/56d495a3e2a7a753baa5792866eddd4772f2f027..90e4b32d3a45b460f8155389ceb857c9473a0793:/man/dired-x.texi diff --git a/man/dired-x.texi b/man/dired-x.texi index 3e1c724dd5..7a53e5a681 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi @@ -28,7 +28,8 @@ This documents the ``extra'' features for Dired Mode for GNU Emacs found in the file @file{dired-x.el}. -Copyright @copyright{} 1993, 1994, 2001, 2002 Free Software Foundation, Inc. +Copyright @copyright{} 1993, 1994, 2001, 2002, 2003, 2004, +2005, 2006 Free Software Foundation, Inc. @quotation Permission is granted to make and distribute verbatim copies of this @@ -93,7 +94,7 @@ notice identical to this one except for the removal of this paragraph @page -@ifinfo +@ifnottex @node Top @comment node-name, next, previous, up @@ -144,7 +145,7 @@ For @file{dired-x.el} revision 2 @end menu -@end ifinfo +@end ifnottex @node Introduction, Installation, Top, Top @comment node-name, next, previous, up @@ -161,12 +162,12 @@ the code using @code{gmhist} history functions was replaced with code using the mini-buffer history now built into GNU Emacs. Finally, a few other features have been added and a few more functions have been bound to keys. -@ifinfo +@ifnottex @menu * Features:: * Technical Details:: @end menu -@end ifinfo +@end ifnottex @node Features, Technical Details, , Introduction @comment node-name, next, previous, up @@ -278,12 +279,12 @@ initialization file @file{default.el} in the @file{site-lisp} directory, put This will load @file{dired-x.el} when Dired is first invoked (for example, when you first type @kbd{C-x d}). -@ifinfo +@ifnottex @menu * Optional Installation Dired Jump:: * Optional Installation File At Point:: @end menu -@end ifinfo +@end ifnottex @node Optional Installation Dired Jump, Optional Installation File At Point, , Installation @comment node-name, next, previous, up @@ -297,9 +298,9 @@ In order to have @code{dired-jump} and @code{dired-jump-other-window} for these functions. In your @file{.emacs} file put @example -;;; Autoload `dired-jump' and `dired-jump-other-window'. -;;; We autoload from FILE dired.el. This will then load dired-x.el -;;; and hence define `dired-jump' and `dired-jump-other-window'. +;; Autoload `dired-jump' and `dired-jump-other-window'. +;; We autoload from FILE dired.el. This will then load dired-x.el +;; and hence define `dired-jump' and `dired-jump-other-window'. (define-key global-map "\C-x\C-j" 'dired-jump) (define-key global-map "\C-x4\C-j" 'dired-jump-other-window) @@ -408,13 +409,13 @@ In order to make Dired Omit work you first need to load @file{dired-x.el} inside @code{dired-load-hook} (@pxref{Installation}) and then evaluate @code{(dired-omit-mode 1)} in some way (@pxref{Omitting Variables}). -@ifinfo +@ifnottex @menu * Omitting Variables:: * Omitting Examples:: * Omitting Technical:: @end menu -@end ifinfo +@end ifnottex @node Omitting Variables, Omitting Examples, , Omitting Files in Dired @comment node-name, next, previous, up @@ -838,13 +839,13 @@ Flag all files with a certain extension for deletion. A @samp{.} is @emph{not} automatically prepended to the string entered. @end table -@ifinfo +@ifnottex @menu * Advanced Cleaning Functions:: * Advanced Cleaning Variables:: * Special Marking Function:: @end menu -@end ifinfo +@end ifnottex @node Advanced Cleaning Functions, Advanced Cleaning Variables, , Advanced Mark Commands @comment node-name, next, previous, up @@ -1199,10 +1200,10 @@ format). If the variable @code{dired-bind-man} is @code{nil}, @code{dired-man} will not be bound to @kbd{N}. -@item dired-do-relative-symlink +@item dired-do-relsymlink @cindex Relative symbolic links. @kindex Y -@findex dired-do-relative-symlink +@findex dired-do-relsymlink Bound to @kbd{Y}. Relative symlink all marked (or next ARG) files into a directory, or make a relative symbolic link to the current file. This creates relative symbolic links like @@ -1218,9 +1219,9 @@ not absolute ones like foo -> /ugly/path/that/may/change/any/day/bar/foo @end example -@item dired-do-relative-symlink-regexp +@item dired-do-relsymlink-regexp @kindex %Y -@findex dired-do-relative-symlink-regexp +@findex dired-do-relsymlink-regexp Bound to @kbd{%Y}. Relative symlink all marked files containing @var{regexp} to @var{newname}. See functions @code{dired-do-rename-regexp} and @code{dired-do-relsymlink} for more