aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-08 21:53:30 +0800
committerXue Fuqiao2013-08-08 21:53:30 +0800
commit9dfc8491bb0b62e1a83265f6141d4a866e96d91d (patch)
treee4632b2cb6eab72d595874fcb08df76141a76c1b /doc/misc
parent15938cf47495515e2df9edffc84cea1d2cbd0fe5 (diff)
downloademacs-9dfc8491bb0b62e1a83265f6141d4a866e96d91d.tar.gz
emacs-9dfc8491bb0b62e1a83265f6141d4a866e96d91d.zip
doc/lispref/buffers.texi: Add documentation of some user options for Ido.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog3
-rw-r--r--doc/misc/ido.texi32
2 files changed, 30 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index d33c4512505..4134895073f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -2,7 +2,8 @@
2 2
3 * ido.texi (Top): Insert node "Working Directories" in menu. 3 * ido.texi (Top): Insert node "Working Directories" in menu.
4 (Working Directories): New node. 4 (Working Directories): New node.
5 (Misc Customization): Add documentation of `ido-confirm-unique-completion'. 5 (Misc Customization): Add documentation of
6 `ido-confirm-unique-completion' and some other user options.
6 7
72013-08-07 Eli Zaretskii <eliz@gnu.org> 82013-08-07 Eli Zaretskii <eliz@gnu.org>
8 9
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi
index a31db26fc27..48636a9fb92 100644
--- a/doc/misc/ido.texi
+++ b/doc/misc/ido.texi
@@ -582,6 +582,9 @@ the name of an ignored file, Ido will still let you open it just fine.
582@section Miscellaneous Customization 582@section Miscellaneous Customization
583@cindex miscellaneous customization for Ido 583@cindex miscellaneous customization for Ido
584 584
585@c Variables described in this sections may be moved to new nodes in
586@c the future.
587
585@defvr {User Option} ido-mode 588@defvr {User Option} ido-mode
586This user option determines for which functional group (buffer and 589This user option determines for which functional group (buffer and
587files) Ido behavior should be enabled. 590files) Ido behavior should be enabled.
@@ -606,16 +609,37 @@ if you type a dot as first char (even if @code{ido-enable-prefix} is
606@end defvr 609@end defvr
607 610
608@defvr {User Option} ido-confirm-unique-completion 611@defvr {User Option} ido-confirm-unique-completion
609If the value of this user option is non-@code{nil} , even a unique 612If the value of this user option is non-@code{nil}, even a unique
610completion must be confirmed. This means that @code{ido-complete} 613completion must be confirmed. This means that @code{ido-complete}
611(@key{TAB}) must always be followed by @code{ido-exit-minibuffer} 614(@key{TAB}) must always be followed by @code{ido-exit-minibuffer}
612(@key{RET}) even when there is only one unique completion. 615(@key{RET}) even when there is only one unique completion.
613@end defvr 616@end defvr
614 617
615@c @defvr {User Option} ido-cannot-complete-command 618@defvr {User Option} ido-cannot-complete-command
619When @code{ido-complete} can't complete any more, it will run the
620command specified by this user option. The most useful values are
621@code{ido-completion-help}, which pops up a window with completion
622alternatives, or @code{ido-next-match} or @code{ido-prev-match}, which
623cycle the buffer list.
624@end defvr
625
626@defvr {User Option} ido-max-file-prompt-width
627This user option specifies the upper limit of the prompt string. If
628its value is an integer, it specifies the number of characters of the
629string. If its value is a floating point number, it specifies a
630fraction of the frame width.
631@end defvr
632
633@defvr {User Option} ido-max-window-height
634If the value of this user option is non@code{nil}, its value will
635override the variable @code{max-mini-window-height}, which is the
636maximum height for resizing mini-windows (the minibuffer and the echo
637area). If it's a floating point number, it specifies a fraction of
638the mini-window frame's height. If it's an integer, it specifies the
639number of lines.
640@end defvr
641
616@c @defvr {User Option} ido-record-commands 642@c @defvr {User Option} ido-record-commands
617@c @defvr {User Option} ido-max-file-prompt-width
618@c @defvr {User Option} ido-max-window-height
619@c @defvr {User Option} ido-enable-last-directory-history 643@c @defvr {User Option} ido-enable-last-directory-history
620@c @defvr {User Option} ido-enable-tramp-completion 644@c @defvr {User Option} ido-enable-tramp-completion
621@c @defvr {User Option} ido-unc-hosts 645@c @defvr {User Option} ido-unc-hosts