diff options
| author | Xue Fuqiao | 2013-08-08 21:53:30 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-08 21:53:30 +0800 |
| commit | 9dfc8491bb0b62e1a83265f6141d4a866e96d91d (patch) | |
| tree | e4632b2cb6eab72d595874fcb08df76141a76c1b /doc/misc | |
| parent | 15938cf47495515e2df9edffc84cea1d2cbd0fe5 (diff) | |
| download | emacs-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/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/misc/ido.texi | 32 |
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 | ||
| 7 | 2013-08-07 Eli Zaretskii <eliz@gnu.org> | 8 | 2013-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 |
| 586 | This user option determines for which functional group (buffer and | 589 | This user option determines for which functional group (buffer and |
| 587 | files) Ido behavior should be enabled. | 590 | files) 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 |
| 609 | If the value of this user option is non-@code{nil} , even a unique | 612 | If the value of this user option is non-@code{nil}, even a unique |
| 610 | completion must be confirmed. This means that @code{ido-complete} | 613 | completion 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 |
| 619 | When @code{ido-complete} can't complete any more, it will run the | ||
| 620 | command specified by this user option. The most useful values are | ||
| 621 | @code{ido-completion-help}, which pops up a window with completion | ||
| 622 | alternatives, or @code{ido-next-match} or @code{ido-prev-match}, which | ||
| 623 | cycle the buffer list. | ||
| 624 | @end defvr | ||
| 625 | |||
| 626 | @defvr {User Option} ido-max-file-prompt-width | ||
| 627 | This user option specifies the upper limit of the prompt string. If | ||
| 628 | its value is an integer, it specifies the number of characters of the | ||
| 629 | string. If its value is a floating point number, it specifies a | ||
| 630 | fraction of the frame width. | ||
| 631 | @end defvr | ||
| 632 | |||
| 633 | @defvr {User Option} ido-max-window-height | ||
| 634 | If the value of this user option is non@code{nil}, its value will | ||
| 635 | override the variable @code{max-mini-window-height}, which is the | ||
| 636 | maximum height for resizing mini-windows (the minibuffer and the echo | ||
| 637 | area). If it's a floating point number, it specifies a fraction of | ||
| 638 | the mini-window frame's height. If it's an integer, it specifies the | ||
| 639 | number 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 |