diff options
| author | Lars Ingebrigtsen | 2019-08-03 19:19:17 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-08-03 19:19:17 +0200 |
| commit | 9fa60c19d0470176b1b49e9d7d4ce8e030e75657 (patch) | |
| tree | f1781b5590860880b7ba545f24a5d5a5f4745941 | |
| parent | 95d2250bcf762296ec88e78d88f0c3b310b119ae (diff) | |
| download | emacs-9fa60c19d0470176b1b49e9d7d4ce8e030e75657.tar.gz emacs-9fa60c19d0470176b1b49e9d7d4ce8e030e75657.zip | |
Add some function index entries for ido.texi
* doc/misc/ido.texi: Add index entries for functions (bug#18691).
| -rw-r--r-- | doc/misc/ido.texi | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi index bb7e7232657..29a204cf9e2 100644 --- a/doc/misc/ido.texi +++ b/doc/misc/ido.texi | |||
| @@ -65,6 +65,7 @@ Appendices | |||
| 65 | * GNU Free Documentation License:: The license for this documentation. | 65 | * GNU Free Documentation License:: The license for this documentation. |
| 66 | 66 | ||
| 67 | Indexes | 67 | Indexes |
| 68 | * Function Index:: An entry for each documented function. | ||
| 68 | * Variable Index:: An entry for each documented variable. | 69 | * Variable Index:: An entry for each documented variable. |
| 69 | 70 | ||
| 70 | @detailmenu | 71 | @detailmenu |
| @@ -175,6 +176,7 @@ record. | |||
| 175 | @end defopt | 176 | @end defopt |
| 176 | 177 | ||
| 177 | @c see (info "(elisp) File Name Completion") | 178 | @c see (info "(elisp) File Name Completion") |
| 179 | @findex ido-reread-directory | ||
| 178 | @defopt ido-max-dir-file-cache | 180 | @defopt ido-max-dir-file-cache |
| 179 | This user option specifies maximum number of working directories to be | 181 | This user option specifies maximum number of working directories to be |
| 180 | cached. This is the size of the cache of | 182 | cached. This is the size of the cache of |
| @@ -246,6 +248,7 @@ end of the list by pressing @kbd{C-s} or @kbd{<right>}, or bring the | |||
| 246 | last element to the head of the list by pressing @kbd{C-r} or | 248 | last element to the head of the list by pressing @kbd{C-r} or |
| 247 | @kbd{<left>}. | 249 | @kbd{<left>}. |
| 248 | 250 | ||
| 251 | @findex ido-complete | ||
| 249 | The item in [...] indicates what can be added to your input by | 252 | The item in [...] indicates what can be added to your input by |
| 250 | pressing @key{TAB} (@code{ido-complete}). In this case, you will get | 253 | pressing @key{TAB} (@code{ido-complete}). In this case, you will get |
| 251 | "3" added to your input. | 254 | "3" added to your input. |
| @@ -271,6 +274,7 @@ Since there is only one matching buffer left, it is given in [] and it | |||
| 271 | is shown in the @code{ido-only-match} face (ForestGreen). You can now | 274 | is shown in the @code{ido-only-match} face (ForestGreen). You can now |
| 272 | press @key{TAB} or @key{RET} to go to that buffer. | 275 | press @key{TAB} or @key{RET} to go to that buffer. |
| 273 | 276 | ||
| 277 | @findex ido-select-text | ||
| 274 | If you want to create a new buffer named @file{234}, you can press | 278 | If you want to create a new buffer named @file{234}, you can press |
| 275 | @kbd{C-j} (@code{ido-select-text}) instead of @key{TAB} or @key{RET}. | 279 | @kbd{C-j} (@code{ido-select-text}) instead of @key{TAB} or @key{RET}. |
| 276 | 280 | ||
| @@ -289,6 +293,7 @@ the quickest way to get to the @file{123456} file would be just to | |||
| 289 | type @kbd{4} and then @key{RET} (assuming there isn't any newer buffer | 293 | type @kbd{4} and then @key{RET} (assuming there isn't any newer buffer |
| 290 | with @kbd{4} in its name). | 294 | with @kbd{4} in its name). |
| 291 | 295 | ||
| 296 | @findex ido-find-file | ||
| 292 | Likewise, if you use @kbd{C-x C-f} (@code{ido-find-file}), the list of | 297 | Likewise, if you use @kbd{C-x C-f} (@code{ido-find-file}), the list of |
| 293 | files and directories in the current directory is provided in the same | 298 | files and directories in the current directory is provided in the same |
| 294 | fashion as the buffers above. The files and directories are normally | 299 | fashion as the buffers above. The files and directories are normally |
| @@ -367,6 +372,7 @@ users Ido offers in addition to the default substring matching method | |||
| 367 | the only difference to the description of the substring matching | 372 | the only difference to the description of the substring matching |
| 368 | above. | 373 | above. |
| 369 | 374 | ||
| 375 | @findex ido-toggle-prefix | ||
| 370 | @cindex toggle prefix matching | 376 | @cindex toggle prefix matching |
| 371 | You can toggle prefix matching with @kbd{C-p} | 377 | You can toggle prefix matching with @kbd{C-p} |
| 372 | (@code{ido-toggle-prefix}). | 378 | (@code{ido-toggle-prefix}). |
| @@ -413,6 +419,7 @@ you to type @samp{[ch]$} for example and see all file names ending in | |||
| 413 | @samp{c} or @samp{h}. | 419 | @samp{c} or @samp{h}. |
| 414 | 420 | ||
| 415 | @defopt ido-enable-regexp | 421 | @defopt ido-enable-regexp |
| 422 | @findex ido-toggle-regexp | ||
| 416 | If the value of this user option is non-@code{nil}, Ido will do regexp | 423 | If the value of this user option is non-@code{nil}, Ido will do regexp |
| 417 | matching. The value of this user option can be toggled within | 424 | matching. The value of this user option can be toggled within |
| 418 | ido-mode using @code{ido-toggle-regexp}. | 425 | ido-mode using @code{ido-toggle-regexp}. |
| @@ -426,6 +433,7 @@ enable regexp matching. | |||
| 426 | @cindex highlighting | 433 | @cindex highlighting |
| 427 | 434 | ||
| 428 | @noindent | 435 | @noindent |
| 436 | @vindex ido-use-faces | ||
| 429 | The highlighting of matching items is controlled via | 437 | The highlighting of matching items is controlled via |
| 430 | @code{ido-use-faces}. The faces used are @code{ido-first-match}, | 438 | @code{ido-use-faces}. The faces used are @code{ido-first-match}, |
| 431 | @code{ido-only-match} and @code{ido-subdir}. | 439 | @code{ido-only-match} and @code{ido-subdir}. |
| @@ -443,6 +451,7 @@ substring you enter does not match any of the visible buffers or | |||
| 443 | files, Ido will automatically look for completions among the hidden | 451 | files, Ido will automatically look for completions among the hidden |
| 444 | buffers or files. | 452 | buffers or files. |
| 445 | 453 | ||
| 454 | @findex ido-toggle-ignore | ||
| 446 | You can toggle display of the hidden buffers and files with @kbd{C-a} | 455 | You can toggle display of the hidden buffers and files with @kbd{C-a} |
| 447 | (@code{ido-toggle-ignore}). | 456 | (@code{ido-toggle-ignore}). |
| 448 | 457 | ||
| @@ -466,6 +475,7 @@ or customize a certain variable: | |||
| 466 | M-x customize-variable @key{RET} ido-xxxxx @key{RET} | 475 | M-x customize-variable @key{RET} ido-xxxxx @key{RET} |
| 467 | @end example | 476 | @end example |
| 468 | 477 | ||
| 478 | @vindex ido-setup-hook | ||
| 469 | To modify the keybindings, use the @code{ido-setup-hook}. For example: | 479 | To modify the keybindings, use the @code{ido-setup-hook}. For example: |
| 470 | 480 | ||
| 471 | @example | 481 | @example |
| @@ -575,6 +585,7 @@ enable it: | |||
| 575 | (setq ido-ignore-extensions t) | 585 | (setq ido-ignore-extensions t) |
| 576 | @end example | 586 | @end example |
| 577 | 587 | ||
| 588 | @vindex completion-ignored-extensions | ||
| 578 | Now you can customize @code{completion-ignored-extensions} as well. | 589 | Now you can customize @code{completion-ignored-extensions} as well. |
| 579 | Go ahead and add all the useless object files, backup files, shared | 590 | Go ahead and add all the useless object files, backup files, shared |
| 580 | library files and other computing flotsam you don't want Ido to show. | 591 | library files and other computing flotsam you don't want Ido to show. |
| @@ -793,10 +804,10 @@ buffer name, a file name, or a directory name in the @emph{Ido} way. | |||
| 793 | @appendix GNU Free Documentation License | 804 | @appendix GNU Free Documentation License |
| 794 | @include doclicense.texi | 805 | @include doclicense.texi |
| 795 | 806 | ||
| 796 | @c @node Function Index | 807 | @node Function Index |
| 797 | @c @unnumbered Function Index | 808 | @unnumbered Function Index |
| 798 | 809 | ||
| 799 | @c @printindex fn | 810 | @printindex fn |
| 800 | 811 | ||
| 801 | @node Variable Index | 812 | @node Variable Index |
| 802 | @unnumbered Variable Index | 813 | @unnumbered Variable Index |