* howto obtain old meaning of SPC for filename completion
@ 2006-06-26 16:08 Allan Gottlieb
2006-06-26 17:12 ` Peter Dyballa
0 siblings, 1 reply; 4+ messages in thread
From: Allan Gottlieb @ 2006-06-26 16:08 UTC (permalink / raw)
I am using 22.0.50.1 and would prefer the previous meaning of SPC in
minibuffer filename completion (i.e., word completion rather than
actually inserting the space).
I read the emacs info pages on completion and could not find an answer
(but did find several useful options).
thanks,
allan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: howto obtain old meaning of SPC for filename completion
2006-06-26 16:08 howto obtain old meaning of SPC for filename completion Allan Gottlieb
@ 2006-06-26 17:12 ` Peter Dyballa
0 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2006-06-26 17:12 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 26.06.2006 um 18:08 schrieb Allan Gottlieb:
> I am using 22.0.50.1 and would prefer the previous meaning of SPC in
> minibuffer filename completion (i.e., word completion rather than
> actually inserting the space).
>
> I read the emacs info pages on completion and could not find an answer
> (but did find several useful options).
>
| 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
“Computers are good at following instructions, but not at reading
your mind.”
- D. E. Knuth, The TeXbook, Addison-Wesley 1984, 1986, 1996, p. 9
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: howto obtain old meaning of SPC for filename completion
[not found] <mailman.3352.1151338118.9609.help-gnu-emacs@gnu.org>
@ 2006-06-26 22:36 ` Tim X
2006-06-27 4:32 ` Allan Gottlieb
0 siblings, 1 reply; 4+ messages in thread
From: Tim X @ 2006-06-26 22:36 UTC (permalink / raw)
Allan Gottlieb <gottlieb@nyu.edu> writes:
> I am using 22.0.50.1 and would prefer the previous meaning of SPC in
> minibuffer filename completion (i.e., word completion rather than
> actually inserting the space).
>
> I read the emacs info pages on completion and could not find an answer
> (but did find several useful options).
>
> thanks,
> allan
>
>
Look in the NEWS file which comes with emacs 22. Obtaining the old
behavior is described in therre.
Tim
--
tcross (at) rapttech dot com dot au
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: howto obtain old meaning of SPC for filename completion
2006-06-26 22:36 ` Tim X
@ 2006-06-27 4:32 ` Allan Gottlieb
0 siblings, 0 replies; 4+ messages in thread
From: Allan Gottlieb @ 2006-06-27 4:32 UTC (permalink / raw)
At Tue, 27 Jun 2006 08:36:08 +1000 Tim X <timx@nospam.dev.null> wrote:
> Allan Gottlieb <gottlieb@nyu.edu> writes:
>
>> I am using 22.0.50.1 and would prefer the previous meaning of SPC in
>> minibuffer filename completion (i.e., word completion rather than
>> actually inserting the space).
>>
>> I read the emacs info pages on completion and could not find an answer
>> (but did find several useful options).
>>
>> thanks,
>> allan
>>
>>
> Look in the NEWS file which comes with emacs 22. Obtaining the old
> behavior is described in therre.
>
> Tim
thanks,
allan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-27 4:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-26 16:08 howto obtain old meaning of SPC for filename completion Allan Gottlieb
2006-06-26 17:12 ` Peter Dyballa
[not found] <mailman.3352.1151338118.9609.help-gnu-emacs@gnu.org>
2006-06-26 22:36 ` Tim X
2006-06-27 4:32 ` Allan Gottlieb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).