aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-08-03 19:19:17 +0200
committerLars Ingebrigtsen2019-08-03 19:19:17 +0200
commit9fa60c19d0470176b1b49e9d7d4ce8e030e75657 (patch)
treef1781b5590860880b7ba545f24a5d5a5f4745941 /doc
parent95d2250bcf762296ec88e78d88f0c3b310b119ae (diff)
downloademacs-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).
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ido.texi17
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
67Indexes 67Indexes
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
179This user option specifies maximum number of working directories to be 181This user option specifies maximum number of working directories to be
180cached. This is the size of the cache of 182cached. 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
246last element to the head of the list by pressing @kbd{C-r} or 248last 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
249The item in [...] indicates what can be added to your input by 252The item in [...] indicates what can be added to your input by
250pressing @key{TAB} (@code{ido-complete}). In this case, you will get 253pressing @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
271is shown in the @code{ido-only-match} face (ForestGreen). You can now 274is shown in the @code{ido-only-match} face (ForestGreen). You can now
272press @key{TAB} or @key{RET} to go to that buffer. 275press @key{TAB} or @key{RET} to go to that buffer.
273 276
277@findex ido-select-text
274If you want to create a new buffer named @file{234}, you can press 278If 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
289type @kbd{4} and then @key{RET} (assuming there isn't any newer buffer 293type @kbd{4} and then @key{RET} (assuming there isn't any newer buffer
290with @kbd{4} in its name). 294with @kbd{4} in its name).
291 295
296@findex ido-find-file
292Likewise, if you use @kbd{C-x C-f} (@code{ido-find-file}), the list of 297Likewise, if you use @kbd{C-x C-f} (@code{ido-find-file}), the list of
293files and directories in the current directory is provided in the same 298files and directories in the current directory is provided in the same
294fashion as the buffers above. The files and directories are normally 299fashion 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
367the only difference to the description of the substring matching 372the only difference to the description of the substring matching
368above. 373above.
369 374
375@findex ido-toggle-prefix
370@cindex toggle prefix matching 376@cindex toggle prefix matching
371You can toggle prefix matching with @kbd{C-p} 377You 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
416If the value of this user option is non-@code{nil}, Ido will do regexp 423If the value of this user option is non-@code{nil}, Ido will do regexp
417matching. The value of this user option can be toggled within 424matching. The value of this user option can be toggled within
418ido-mode using @code{ido-toggle-regexp}. 425ido-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
429The highlighting of matching items is controlled via 437The 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
443files, Ido will automatically look for completions among the hidden 451files, Ido will automatically look for completions among the hidden
444buffers or files. 452buffers or files.
445 453
454@findex ido-toggle-ignore
446You can toggle display of the hidden buffers and files with @kbd{C-a} 455You 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:
466M-x customize-variable @key{RET} ido-xxxxx @key{RET} 475M-x customize-variable @key{RET} ido-xxxxx @key{RET}
467@end example 476@end example
468 477
478@vindex ido-setup-hook
469To modify the keybindings, use the @code{ido-setup-hook}. For example: 479To 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
578Now you can customize @code{completion-ignored-extensions} as well. 589Now you can customize @code{completion-ignored-extensions} as well.
579Go ahead and add all the useless object files, backup files, shared 590Go ahead and add all the useless object files, backup files, shared
580library files and other computing flotsam you don't want Ido to show. 591library 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