emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113757: Add documentation of `ido-confirm-unique-co


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113757: Add documentation of `ido-confirm-unique-completion'.
Date: Thu, 08 Aug 2013 12:52:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113757
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Thu 2013-08-08 20:52:25 +0800
message:
  Add documentation of `ido-confirm-unique-completion'.
  
  doc/misc/ido.texi: (Misc Customization): Add documentation of 
`ido-confirm-unique-completion'.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/ido.texi              ido.texi-20130724222900-50gdum2iefexcdgi-1
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-08-08 12:31:38 +0000
+++ b/doc/misc/ChangeLog        2013-08-08 12:52:25 +0000
@@ -2,6 +2,7 @@
 
        * ido.texi (Top): Insert node "Working Directories" in menu.
        (Working Directories): New node.
+       (Misc Customization): Add documentation of 
`ido-confirm-unique-completion'.
 
 2013-08-07  Eli Zaretskii  <address@hidden>
 

=== modified file 'doc/misc/ido.texi'
--- a/doc/misc/ido.texi 2013-08-08 12:31:38 +0000
+++ b/doc/misc/ido.texi 2013-08-08 12:52:25 +0000
@@ -156,25 +156,17 @@
 @c @cindex merge
 @c or maybe a new node for ``merge''
 
address@hidden @findex ido-merge-work-directories
address@hidden @defun ido-merge-work-directories
address@hidden @end defun
-
address@hidden @findex ido-prev-work-directory
address@hidden @defun ido-prev-work-directory
address@hidden @end defun
-
address@hidden @findex ido-next-work-directory
address@hidden @defun ido-next-work-directory
address@hidden @end defun
-
address@hidden @findex ido-forget-work-directory
address@hidden @defun ido-forget-work-directory
address@hidden @end defun
-
address@hidden @vindex ido-use-merged-list
address@hidden @vindex ido-try-merged-list
address@hidden @vindex ido-pre-merge-state
address@hidden @deffn Command ido-merge-work-directories
+
address@hidden @deffn Command ido-prev-work-directory
+
address@hidden @deffn Command ido-next-work-directory
+
address@hidden @deffn Command ido-forget-work-directory
+
address@hidden @defvar ido-use-merged-list
address@hidden @defvar ido-try-merged-list
address@hidden @defvar ido-pre-merge-state
 
 @defvr {User Option} ido-max-work-directory-list
 This user option specifies maximum number of working directories to
@@ -314,7 +306,7 @@
 To go up to the parent directory, delete any partial file name already
 specified (e.g. using @key{DEL}) and hit @key{DEL}.
 
address@hidden @defun ido-delete-backward-updir
address@hidden @deffn Command ido-delete-backward-updir
 
 @cindex root directory
 @cindex home directory
@@ -344,22 +336,20 @@
 @code{ido-switch-buffer}.
 
 @c @kindex C-x b
address@hidden @findex ido-switch-buffer
address@hidden @defun ido-switch-buffer
address@hidden @deffn Command ido-switch-buffer
 @c This command switch to another buffer interactively.
address@hidden @end defun
address@hidden @end deffn
 
 @c @kindex C-x C-f
address@hidden @findex ido-find-file
address@hidden @defun ido-find-file
address@hidden @deffn Command ido-find-file
 @c Edit file with name obtained via minibuffer.
address@hidden @end defun
address@hidden @end deffn
 
 @c @kindex C-x d
 @c @findex ido-dired
address@hidden @defun ido-dired
address@hidden @deffn Command ido-dired
 @c Call Dired the Ido way.
address@hidden @end defun
address@hidden @end deffn
 
 @node Prefix Matching
 @section Prefix Matching
@@ -454,7 +444,7 @@
 You can toggle display of the hidden buffers and files with @kbd{C-a}
 (@code{ido-toggle-ignore}).
 
address@hidden @defun ido-toggle-ignore
address@hidden @deffn Command ido-toggle-ignore
 
 @node Customization
 @chapter Customization
@@ -603,7 +593,7 @@
 @end defvr
 
 @defvr {User Option} ido-show-dot-for-dired
-If the value of this user option is address@hidden , always put
+If the value of this user option is address@hidden, always put
 @samp{.}  as the first item in file name lists.  This allows the
 current directory to be opened immediately with Dired
 @end defvr
@@ -615,7 +605,13 @@
 @code{nil}).
 @end defvr
 
address@hidden @defvr {User Option} ido-confirm-unique-completion
address@hidden {User Option} ido-confirm-unique-completion
+If the value of this user option is address@hidden , even a unique
+completion must be confirmed.  This means that @code{ido-complete}
+(@key{TAB}) must always be followed by @code{ido-exit-minibuffer}
+(@key{RET}) even when there is only one unique completion.
address@hidden defvr
+
 @c @defvr {User Option} ido-cannot-complete-command
 @c @defvr {User Option} ido-record-commands
 @c @defvr {User Option} ido-max-file-prompt-width
@@ -672,8 +668,8 @@
 press @kbd{C-f} to immediately drop into @code{ido-find-file}.  And
 you can switch back to buffer selection with @kbd{C-b}.
 
address@hidden @defun ido-magic-forward-char
address@hidden @defun ido-magic-backward-char
address@hidden @deffn Command ido-magic-forward-char
address@hidden @deffn Command ido-magic-backward-char
 
 You can also use Ido in your Emacs Lisp programs:
 
@@ -723,7 +719,7 @@
 To use ido for all buffer and file selections in Emacs, customize the
 variable @code{ido-everywhere}.
 
address@hidden @defun ido-everywhere
address@hidden @deffn Command ido-everywhere
 @c @defvr {User Option} ido-everywhere
 
 @node Other Packages


reply via email to

[Prev in Thread] Current Thread [Next in Thread]