help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: SPC no longer completes in minibuffer?


From: Romain Francoise
Subject: Re: SPC no longer completes in minibuffer?
Date: Sat, 25 Mar 2006 12:55:13 +0100

Jim Smith <3.141592six@gmail.com> writes:

> Where in the FAQ is this?  I can't seem to find it.

| 10.19 Why doesn't SPC complete file names anymore?
| ==================================================
| 
| Starting with Emacs 22.1, `SPC' no longer completes file names in the
| minibuffer, so that file names with embedded spaces could be typed
| without the need to quote the spaces.
| 
|    You can get the old behavior by binding `SPC' to
| `minibuffer-complete-word' in the minibuffer, as follows:
| 
|      (define-key minibuffer-local-filename-completion-map (kbd "SPC")
|        'minibuffer-complete-word)
| 
|      (define-key minibuffer-local-must-match-filename-map (kbd "SPC")
|        'minibuffer-complete-word)

-- 
Romain Francoise <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter


reply via email to

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