emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/minibuf.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Thu, 08 Dec 2005 13:07:17 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.67 emacs/lispref/minibuf.texi:1.68
*** emacs/lispref/minibuf.texi:1.67     Fri Oct 28 16:44:20 2005
--- emacs/lispref/minibuf.texi  Thu Dec  8 18:07:17 2005
***************
*** 85,109 ****
  @code{enable-recursive-minibuffers} or by putting properties of that
  name on command symbols (@pxref{Recursive Mini}).
  
!   Like other buffers, a minibuffer may use any of several local keymaps
! (@pxref{Keymaps}); these contain various exit commands and in some cases
! completion commands (@pxref{Completion}).
! 
! @itemize @bullet
! @item
! @code{minibuffer-local-map} is for ordinary input (no completion).
! 
! @item
! @code{minibuffer-local-ns-map} is similar, except that @key{SPC} exits
! just like @key{RET}.
! 
! @item
! @code{minibuffer-local-completion-map} is for permissive completion.
! 
! @item
! @code{minibuffer-local-must-match-map} is for strict completion and
! for cautious completion.
! @end itemize
  
    When Emacs is running in batch mode, any request to read from the
  minibuffer actually reads a line from the standard input descriptor that
--- 85,96 ----
  @code{enable-recursive-minibuffers} or by putting properties of that
  name on command symbols (@pxref{Recursive Mini}).
  
!   Like other buffers, a minibuffer use a local keymap
! (@pxref{Keymaps}) to specify special key bindings.  The function that
! invokes the minibuffer also sets up its local map according to the job
! to be done.  @xref{Text from Minibuffer}, for the non-completion
! minibuffer local maps.  @xref{Completion Commands}, for the minibuffer
! local maps for completion.
  
    When Emacs is running in batch mode, any request to read from the
  minibuffer actually reads a line from the standard input descriptor that
***************
*** 1032,1037 ****
--- 1019,1034 ----
  
  @noindent
  with other characters bound as in @code{minibuffer-local-map}.
+ @end defvar
+ 
+ @defvar minibuffer-local-filename-completion-map
+ This is like @code{minibuffer-local-completion-map}
+ except that it does not bind @key{SPC}.
+ @end defvar
+ 
+ @defvar minibuffer-local-must-match-filename-map
+ This is like @code{minibuffer-local-must-match-map}
+ except that it does not bind @key{SPC}.
  @end defvar
  
  @node High-Level Completion




reply via email to

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