emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Fri, 02 Dec 2005 09:03:58 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1289 emacs/etc/NEWS:1.1290
*** emacs/etc/NEWS:1.1289       Sun Nov 27 19:28:09 2005
--- emacs/etc/NEWS      Fri Dec  2 14:03:58 2005
***************
*** 268,273 ****
--- 268,279 ----
  to the text before point.  If there is text in the buffer after point,
  it remains unchanged.
  
+ ** When Emacs prompts for file names, SPC no longer completes the file name.
+ This is so filenames with embedded spaces could be input without the
+ need to quote the space with a C-q.  The underlying changes in the
+ keymaps that are active in the minibuffer are described below under
+ "New keymaps for typing file names".
+ 
  +++
  ** M-o now is the prefix key for setting text properties;
  M-o M-o requests refontification.
***************
*** 4155,4160 ****
--- 4161,4175 ----
  
  +++
  ** Enhancements to keymaps.
+ 
+ *** New keymaps for typing file names
+ 
+ Two new keymaps, `minibuffer-local-filename-completion-map'  and
+ `minibuffer-local-must-match-filename-map', apply whenever
+ Emacs reads a file name in the minibuffer.  These key maps override
+ the usual binding of SPC to `minibuffer-complete-word' (so that file
+ names with embedded spaces could be typed without the need to quote
+ the spaces).
  
  *** Cleaner way to enter key sequences.
  




reply via email to

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