diff options
| author | Dave Love | 1999-11-16 15:39:41 +0000 |
|---|---|---|
| committer | Dave Love | 1999-11-16 15:39:41 +0000 |
| commit | 4563d12e5e8fcd48f6e489dca0b230e9d2a4c290 (patch) | |
| tree | 559c7f914db9dca957344908e7ac5db5685c3db2 | |
| parent | 9e207b901d27b938708a306e0685db46de5b89a4 (diff) | |
| download | emacs-4563d12e5e8fcd48f6e489dca0b230e9d2a4c290.tar.gz emacs-4563d12e5e8fcd48f6e489dca0b230e9d2a4c290.zip | |
Fix makeinfo errors.
| -rw-r--r-- | man/dired-x.texi | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/man/dired-x.texi b/man/dired-x.texi index 9402b12a6b5..8860dff61e2 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi | |||
| @@ -136,7 +136,7 @@ Revision of this manual: 2.52 (1994/08/09 16:51:31) | |||
| 136 | 136 | ||
| 137 | @item | 137 | @item |
| 138 | Bugs to Lawrence R. Dodd <dodd@@roebling.poly.edu>. @emph{Please} type | 138 | Bugs to Lawrence R. Dodd <dodd@@roebling.poly.edu>. @emph{Please} type |
| 139 | @kbd{M-x dired-x-submit-report} to submit a bug report (@xref{Bugs}). | 139 | @kbd{M-x dired-x-submit-report} to submit a bug report (@pxref{Bugs}). |
| 140 | 140 | ||
| 141 | @item | 141 | @item |
| 142 | You can obtain a copy of this package via anonymous ftp in | 142 | You can obtain a copy of this package via anonymous ftp in |
| @@ -203,41 +203,41 @@ Some features provided by Dired Extra | |||
| 203 | @item | 203 | @item |
| 204 | Omitting of uninteresting files from dired listing. | 204 | Omitting of uninteresting files from dired listing. |
| 205 | @itemize @bullet | 205 | @itemize @bullet |
| 206 | @xref{Omitting Files in Dired} | 206 | @xref{Omitting Files in Dired}. |
| 207 | @end itemize | 207 | @end itemize |
| 208 | @item | 208 | @item |
| 209 | Local variables for dired directories. | 209 | Local variables for dired directories. |
| 210 | @itemize @bullet | 210 | @itemize @bullet |
| 211 | @xref{Local Variables} | 211 | @xref{Local Variables}. |
| 212 | @end itemize | 212 | @end itemize |
| 213 | @item | 213 | @item |
| 214 | Guessing shell commands in dired buffers. | 214 | Guessing shell commands in dired buffers. |
| 215 | @itemize @bullet | 215 | @itemize @bullet |
| 216 | @xref{Shell Command Guessing} | 216 | @xref{Shell Command Guessing}. |
| 217 | @end itemize | 217 | @end itemize |
| 218 | @item | 218 | @item |
| 219 | Running dired command in non-dired buffers. | 219 | Running dired command in non-dired buffers. |
| 220 | @itemize @bullet | 220 | @itemize @bullet |
| 221 | @xref{Virtual Dired} | 221 | @xref{Virtual Dired}. |
| 222 | @end itemize | 222 | @end itemize |
| 223 | @item | 223 | @item |
| 224 | Finding a file mentioned in a buffer | 224 | Finding a file mentioned in a buffer |
| 225 | @itemize @bullet | 225 | @itemize @bullet |
| 226 | @xref{Find File At Point} | 226 | @xref{Find File At Point}. |
| 227 | @end itemize | 227 | @end itemize |
| 228 | @item | 228 | @item |
| 229 | Commands using file marking. | 229 | Commands using file marking. |
| 230 | @itemize @bullet | 230 | @itemize @bullet |
| 231 | @xref{Advanced Mark Commands} | 231 | @xref{Advanced Mark Commands}. |
| 232 | @end itemize | 232 | @end itemize |
| 233 | @end enumerate | 233 | @end enumerate |
| 234 | 234 | ||
| 235 | @noindent | 235 | @noindent |
| 236 | @file{dired-x.el} binds some functions to keys in Dired Mode (@xref{Key | 236 | @file{dired-x.el} binds some functions to keys in Dired Mode (@pxref{Key |
| 237 | Index}) and also binds @kbd{C-x C-j} and @kbd{C-x 4 C-j} @emph{globally} to | 237 | Index}) and also binds @kbd{C-x C-j} and @kbd{C-x 4 C-j} @emph{globally} to |
| 238 | @code{dired-jump} (@xref{Miscellaneous Commands}). It may also bind @kbd{C-x | 238 | @code{dired-jump} (@pxref{Miscellaneous Commands}). It may also bind @kbd{C-x |
| 239 | C-f} and @kbd{C-x 4 C-f} to @code{dired-x-find-file} and | 239 | C-f} and @kbd{C-x 4 C-f} to @code{dired-x-find-file} and |
| 240 | @code{dired-x-find-file-other-window}, respectively (@xref{Find File At | 240 | @code{dired-x-find-file-other-window}, respectively (@pxref{Find File At |
| 241 | Point}). | 241 | Point}). |
| 242 | 242 | ||
| 243 | @node Technical Details, Installation, Features, Introduction | 243 | @node Technical Details, Installation, Features, Introduction |
| @@ -322,7 +322,7 @@ when you first do @kbd{C-x d}). | |||
| 322 | @cindex Autoloading @code{dired-jump} and @code{dired-jump-other-window} | 322 | @cindex Autoloading @code{dired-jump} and @code{dired-jump-other-window} |
| 323 | 323 | ||
| 324 | In order to have @code{dired-jump} and @code{dired-jump-other-window} | 324 | In order to have @code{dired-jump} and @code{dired-jump-other-window} |
| 325 | (@xref{Miscellaneous Commands}) work @emph{before} @code{dired} and | 325 | (@pxref{Miscellaneous Commands}) work @emph{before} @code{dired} and |
| 326 | @code{dired-x} have been properly loaded the user should set-up an autoload | 326 | @code{dired-x} have been properly loaded the user should set-up an autoload |
| 327 | for these functions. In your @file{.emacs} file put | 327 | for these functions. In your @file{.emacs} file put |
| 328 | 328 | ||
| @@ -361,7 +361,7 @@ before @code{dired} is loaded. | |||
| 361 | 361 | ||
| 362 | @cindex Binding @code{dired-x-find-file} | 362 | @cindex Binding @code{dired-x-find-file} |
| 363 | If you choose to have @file{dired-x.el} bind @code{dired-x-find-file} over | 363 | If you choose to have @file{dired-x.el} bind @code{dired-x-find-file} over |
| 364 | @code{find-file} (@xref{Find File At Point}), then you will need to set | 364 | @code{find-file} (@pxref{Find File At Point}), then you will need to set |
| 365 | @code{dired-x-hands-off-my-keys} and make a call to the function | 365 | @code{dired-x-hands-off-my-keys} and make a call to the function |
| 366 | @code{dired-x-bind-find-file} in the @code{dired-load-hook}: | 366 | @code{dired-x-bind-find-file} in the @code{dired-load-hook}: |
| 367 | 367 | ||
| @@ -484,8 +484,8 @@ the files, but don't actually omit them. | |||
| 484 | 484 | ||
| 485 | @noindent | 485 | @noindent |
| 486 | In order to make Dired Omit work you first need to load @file{dired-x.el} | 486 | In order to make Dired Omit work you first need to load @file{dired-x.el} |
| 487 | inside @code{dired-load-hook} (@xref{Installation}) and then set | 487 | inside @code{dired-load-hook} (@pxref{Installation}) and then set |
| 488 | @code{dired-omit-files-p} in some way (@xref{Omitting Variables}). | 488 | @code{dired-omit-files-p} in some way (@pxref{Omitting Variables}). |
| 489 | 489 | ||
| 490 | @ifinfo | 490 | @ifinfo |
| 491 | @menu | 491 | @menu |
| @@ -520,7 +520,7 @@ those ending with extensions in @code{dired-omit-extensions}. @kbd{M-o} | |||
| 520 | @end example | 520 | @end example |
| 521 | 521 | ||
| 522 | inside your @code{dired-mode-hook} to have omitting initially turned on in | 522 | inside your @code{dired-mode-hook} to have omitting initially turned on in |
| 523 | @emph{every} Dired buffer (@xref{Installation}). You can then use @kbd{M-o} to | 523 | @emph{every} Dired buffer (@pxref{Installation}). You can then use @kbd{M-o} to |
| 524 | unomit in that buffer. | 524 | unomit in that buffer. |
| 525 | 525 | ||
| 526 | To enable omitting automatically only in certain directories one can use Dired | 526 | To enable omitting automatically only in certain directories one can use Dired |
| @@ -534,7 +534,7 @@ End: | |||
| 534 | 534 | ||
| 535 | @noindent | 535 | @noindent |
| 536 | into a file @file{.dired} (the default value of | 536 | into a file @file{.dired} (the default value of |
| 537 | @code{dired-local-variables-file}) in that directory (@xref{Local Variables}). | 537 | @code{dired-local-variables-file}) in that directory (@pxref{Local Variables}). |
| 538 | 538 | ||
| 539 | @table @code | 539 | @table @code |
| 540 | @findex dired-omit-here-always | 540 | @findex dired-omit-here-always |
| @@ -543,7 +543,7 @@ into a file @file{.dired} (the default value of | |||
| 543 | This is an interactive function that creates a local variables file exactly | 543 | This is an interactive function that creates a local variables file exactly |
| 544 | like the example above (if it does not already exist) in the file | 544 | like the example above (if it does not already exist) in the file |
| 545 | @code{dired-local-variables-file} in the current directory and then refreshes | 545 | @code{dired-local-variables-file} in the current directory and then refreshes |
| 546 | the directory listing (@xref{Local Variables}). | 546 | the directory listing (@pxref{Local Variables}). |
| 547 | @end table | 547 | @end table |
| 548 | 548 | ||
| 549 | @vindex dired-omit-files | 549 | @vindex dired-omit-files |
| @@ -555,7 +555,7 @@ Filenames matching this buffer-local regexp will not be displayed. | |||
| 555 | This only has effect when @code{dired-omit-files-p} is t. | 555 | This only has effect when @code{dired-omit-files-p} is t. |
| 556 | 556 | ||
| 557 | The default value omits the special directories @file{.} and @file{..} and | 557 | The default value omits the special directories @file{.} and @file{..} and |
| 558 | autosave files (plus other files ending in ``.'') (@xref{Omitting Examples}). | 558 | autosave files (plus other files ending in ``.'') (@pxref{Omitting Examples}). |
| 559 | 559 | ||
| 560 | @vindex dired-omit-extensions | 560 | @vindex dired-omit-extensions |
| 561 | @item dired-omit-extensions | 561 | @item dired-omit-extensions |
| @@ -617,7 +617,7 @@ If you wish to avoid seeing RCS files and the RCS directory, then put | |||
| 617 | (concat dired-omit-files "\\|^RCS$\\|,v$")) | 617 | (concat dired-omit-files "\\|^RCS$\\|,v$")) |
| 618 | @end example | 618 | @end example |
| 619 | @noindent | 619 | @noindent |
| 620 | in the @code{dired-load-hook} (@xref{Installation}). This assumes | 620 | in the @code{dired-load-hook} (@pxref{Installation}). This assumes |
| 621 | @code{dired-omit-localp} has its default value of @code{'no-dir} to make the | 621 | @code{dired-omit-localp} has its default value of @code{'no-dir} to make the |
| 622 | @code{^}-anchored matches work. As a slower alternative, with | 622 | @code{^}-anchored matches work. As a slower alternative, with |
| 623 | @code{dired-omit-localp} set to @code{nil}, you can use @code{/} instead of | 623 | @code{dired-omit-localp} set to @code{nil}, you can use @code{/} instead of |
| @@ -635,7 +635,7 @@ might want to omit the @file{INDEX} and the @file{-t.tex} files, then put | |||
| 635 | @end example | 635 | @end example |
| 636 | 636 | ||
| 637 | @noindent | 637 | @noindent |
| 638 | in the @code{dired-load-hook} (@xref{Installation}). | 638 | in the @code{dired-load-hook} (@pxref{Installation}). |
| 639 | 639 | ||
| 640 | @item | 640 | @item |
| 641 | @cindex Dot files, how to omit them in Dired | 641 | @cindex Dot files, how to omit them in Dired |
| @@ -649,7 +649,7 @@ then put | |||
| 649 | @end example | 649 | @end example |
| 650 | 650 | ||
| 651 | @noindent | 651 | @noindent |
| 652 | in the @code{dired-load-hook} (@xref{Installation}). | 652 | in the @code{dired-load-hook} (@pxref{Installation}). |
| 653 | 653 | ||
| 654 | @end itemize | 654 | @end itemize |
| 655 | 655 | ||
| @@ -926,7 +926,7 @@ variable @code{dired-patch-unclean-extensions}. | |||
| 926 | @item dired-clean-tex | 926 | @item dired-clean-tex |
| 927 | @findex dired-clean-tex | 927 | @findex dired-clean-tex |
| 928 | Flag dispensable files created by @TeX{}, La@TeX{}, and @samp{texinfo} for | 928 | Flag dispensable files created by @TeX{}, La@TeX{}, and @samp{texinfo} for |
| 929 | deletion. See the following variables (@xref{Advanced Cleaning Variables}) | 929 | deletion. See the following variables (@pxref{Advanced Cleaning Variables}): |
| 930 | 930 | ||
| 931 | @itemize @bullet | 931 | @itemize @bullet |
| 932 | @item | 932 | @item |
| @@ -951,7 +951,7 @@ files for deletion. | |||
| 951 | @section Advanced Cleaning Variables | 951 | @section Advanced Cleaning Variables |
| 952 | 952 | ||
| 953 | @noindent Variables used by the above cleaning commands (and in the default value for | 953 | @noindent Variables used by the above cleaning commands (and in the default value for |
| 954 | variable @code{dired-omit-extensions}, @xref{Omitting Variables}) | 954 | variable @code{dired-omit-extensions}, @pxref{Omitting Variables}) |
| 955 | 955 | ||
| 956 | @table @code | 956 | @table @code |
| 957 | @item dired-patch-unclean-extensions | 957 | @item dired-patch-unclean-extensions |
| @@ -1095,7 +1095,7 @@ When installed @file{dired-x} will substitute @code{dired-x-find-file} for | |||
| 1095 | 1095 | ||
| 1096 | In order to use this feature, you will need to set | 1096 | In order to use this feature, you will need to set |
| 1097 | @code{dired-x-hands-off-my-keys} to @code{nil} inside @code{dired-load-hook} | 1097 | @code{dired-x-hands-off-my-keys} to @code{nil} inside @code{dired-load-hook} |
| 1098 | (@xref{Optional Installation File At Point}). | 1098 | (@pxref{Optional Installation File At Point}). |
| 1099 | 1099 | ||
| 1100 | @table @code | 1100 | @table @code |
| 1101 | @item dired-x-find-file | 1101 | @item dired-x-find-file |
| @@ -1248,7 +1248,7 @@ found, refresh the Dired buffer and try again. | |||
| 1248 | Bound to @kbd{C-x 4 C-j}. Like @code{dired-jump}, but to other window. | 1248 | Bound to @kbd{C-x 4 C-j}. Like @code{dired-jump}, but to other window. |
| 1249 | 1249 | ||
| 1250 | These functions can be autoloaded so they work even though @file{dired-x.el} | 1250 | These functions can be autoloaded so they work even though @file{dired-x.el} |
| 1251 | has not been loaded yet (@xref{Optional Installation Dired Jump}). | 1251 | has not been loaded yet (@pxref{Optional Installation Dired Jump}). |
| 1252 | 1252 | ||
| 1253 | @vindex dired-bind-jump | 1253 | @vindex dired-bind-jump |
| 1254 | If the variable @code{dired-bind-jump} is @code{nil}, @code{dired-jump} will not be | 1254 | If the variable @code{dired-bind-jump} is @code{nil}, @code{dired-jump} will not be |