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

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

Re: the SPACE filename completion is not working


From: Peter Dyballa
Subject: Re: the SPACE filename completion is not working
Date: Wed, 14 Jun 2006 00:53:18 +0200


Am 14.06.2006 um 00:41 schrieb Luis A Escobar:

Then when I key in SPACE after the last /, I get a "blank" space rather
than a filename completion.

| 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)

--
Greetings

  Pete

The human animal differs from the lesser primates in his passion for lists of "Ten Best".
                                     -- H. Allen Smith






reply via email to

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