diff options
| author | Xue Fuqiao | 2013-08-09 07:56:25 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-09 07:56:25 +0800 |
| commit | 919a9575445cf99683217f28f48ffd327e25130b (patch) | |
| tree | 2c0e1bf78132bc9674f7b74cb928eff2089e5d52 | |
| parent | 0ca3f70e4f83a1cbfaa4356865f1eec180419786 (diff) | |
| download | emacs-919a9575445cf99683217f28f48ffd327e25130b.tar.gz emacs-919a9575445cf99683217f28f48ffd327e25130b.zip | |
doc/misc/ido.texi: Document some user options.
| -rw-r--r-- | doc/misc/ido.texi | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi index e0b28e3b2cb..5688b7a922b 100644 --- a/doc/misc/ido.texi +++ b/doc/misc/ido.texi | |||
| @@ -474,6 +474,9 @@ To modify the keybindings, use the @code{ido-setup-hook}. For example: | |||
| 474 | (define-key ido-completion-map " " 'ido-next-match)) | 474 | (define-key ido-completion-map " " 'ido-next-match)) |
| 475 | @end example | 475 | @end example |
| 476 | 476 | ||
| 477 | @c @defvr {User Option} ido-setup-hook | ||
| 478 | @c a new node for Ido hooks? | ||
| 479 | |||
| 477 | @menu | 480 | @menu |
| 478 | * Changing List Order:: Changing the list of files. | 481 | * Changing List Order:: Changing the list of files. |
| 479 | * Find File At Point:: Make Ido guess the context. | 482 | * Find File At Point:: Make Ido guess the context. |
| @@ -645,11 +648,29 @@ commands in the variable @code{command-history}. Note that non-Ido | |||
| 645 | equivalent is recorded. | 648 | equivalent is recorded. |
| 646 | @end defvr | 649 | @end defvr |
| 647 | 650 | ||
| 648 | @c @defvr {User Option} ido-enable-last-directory-history | 651 | @defvr {User Option} ido-all-frames |
| 652 | This user option will be passed to @code{walk-windows} as its | ||
| 653 | @var{all-frames} argument when Ido is finding buffers. @xref{Cyclic | ||
| 654 | Window Ordering, , Cyclic Ordering of Windows, elisp, GNU Emacs Lisp | ||
| 655 | Reference Manual}. | ||
| 656 | @end defvr | ||
| 657 | |||
| 658 | @defvr {User Option} ido-minibuffer-setup-hook | ||
| 659 | This hook variable contains Ido-specific customization of minibuffer | ||
| 660 | setup. It is run during minibuffer setup if Ido is active, and is | ||
| 661 | intended for use in customizing ido for interoperation with other | ||
| 662 | packages. | ||
| 663 | @end defvr | ||
| 664 | |||
| 649 | @c @defvr {User Option} ido-enable-tramp-completion | 665 | @c @defvr {User Option} ido-enable-tramp-completion |
| 666 | @c cross-reference to tramp.texi | ||
| 667 | |||
| 668 | @c @cindex UNC host names, completion | ||
| 650 | @c @defvr {User Option} ido-unc-hosts | 669 | @c @defvr {User Option} ido-unc-hosts |
| 651 | @c @defvr {User Option} ido-downcase-unc-hosts | 670 | @c @defvr {User Option} ido-downcase-unc-hosts |
| 652 | @c @defvr {User Option} ido-cache-unc-host-shares-time | 671 | @c @defvr {User Option} ido-cache-unc-host-shares-time |
| 672 | |||
| 673 | @c @defvr {User Option} ido-enable-last-directory-history | ||
| 653 | @c @defvr {User Option} ido-max-work-file-list | 674 | @c @defvr {User Option} ido-max-work-file-list |
| 654 | @c @defvr {User Option} ido-work-directory-match-only | 675 | @c @defvr {User Option} ido-work-directory-match-only |
| 655 | @c @defvr {User Option} ido-auto-merge-work-directories-length | 676 | @c @defvr {User Option} ido-auto-merge-work-directories-length |
| @@ -660,7 +681,6 @@ equivalent is recorded. | |||
| 660 | @c @defvr {User Option} ido-rotate-file-list-default | 681 | @c @defvr {User Option} ido-rotate-file-list-default |
| 661 | @c @defvr {User Option} ido-enter-matching-directory | 682 | @c @defvr {User Option} ido-enter-matching-directory |
| 662 | @c @defvr {User Option} ido-create-new-buffer | 683 | @c @defvr {User Option} ido-create-new-buffer |
| 663 | @c @defvr {User Option} ido-setup-hook | ||
| 664 | @c @defvr {User Option} ido-separator | 684 | @c @defvr {User Option} ido-separator |
| 665 | @c @defvr {User Option} ido-decorations | 685 | @c @defvr {User Option} ido-decorations |
| 666 | @c @defvr {User Option} ido-use-virtual-buffers | 686 | @c @defvr {User Option} ido-use-virtual-buffers |
| @@ -671,8 +691,6 @@ equivalent is recorded. | |||
| 671 | @c @defvr {User Option} ido-rewrite-file-prompt-functions | 691 | @c @defvr {User Option} ido-rewrite-file-prompt-functions |
| 672 | @c @defvr {User Option} ido-completion-buffer | 692 | @c @defvr {User Option} ido-completion-buffer |
| 673 | @c @defvr {User Option} ido-completion-buffer-all-completions | 693 | @c @defvr {User Option} ido-completion-buffer-all-completions |
| 674 | @c @defvr {User Option} ido-all-frames | ||
| 675 | @c @defvr {User Option} ido-minibuffer-setup-hook | ||
| 676 | @c @defvr {User Option} ido-save-directory-list-file | 694 | @c @defvr {User Option} ido-save-directory-list-file |
| 677 | @c @defvr {User Option} ido-read-file-name-as-directory-commands | 695 | @c @defvr {User Option} ido-read-file-name-as-directory-commands |
| 678 | @c @defvr {User Option} ido-read-file-name-non-ido | 696 | @c @defvr {User Option} ido-read-file-name-non-ido |