unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to turn off that pesky new 'space-no-longer-completes-filenames' "feature" in emacs 22
@ 2007-06-22 18:34 jkuzeja
  2007-06-22 18:35 ` jkuzeja
  0 siblings, 1 reply; 2+ messages in thread
From: jkuzeja @ 2007-06-22 18:34 UTC (permalink / raw)
  To: help-gnu-emacs

To let filenames complete using spaces again (like in the olden days),
just add this to your .emacs file:

;; oh lord, PLEASE let filenames be completed with spaces again!
(setq minibuffer-local-filename-completion-map minibuffer-local-
completion-map)
(setq minibuffer-local-must-match-filename-map minibuffer-local-must-
match-map)

Your welcome.  :)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to turn off that pesky new 'space-no-longer-completes-filenames' "feature" in emacs 22
  2007-06-22 18:34 How to turn off that pesky new 'space-no-longer-completes-filenames' "feature" in emacs 22 jkuzeja
@ 2007-06-22 18:35 ` jkuzeja
  0 siblings, 0 replies; 2+ messages in thread
From: jkuzeja @ 2007-06-22 18:35 UTC (permalink / raw)
  To: help-gnu-emacs

On Jun 22, 2:34 pm, jkuz...@gmail.com wrote:
> To let filenames complete using spaces again (like in the olden days),
> just add this to your .emacs file:
>
> ;; oh lord, PLEASE let filenames be completed with spaces again!
> (setq minibuffer-local-filename-completion-map minibuffer-local-completion-map)
> (setq minibuffer-local-must-match-filename-map minibuffer-local-must-match-map)
>
> Your welcome.  :)

Your welcome is my thanks, that is.  Of course I meant "you're
welcome."  Sigh.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-22 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-22 18:34 How to turn off that pesky new 'space-no-longer-completes-filenames' "feature" in emacs 22 jkuzeja
2007-06-22 18:35 ` jkuzeja

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