From: jkuzeja@gmail.com
To: help-gnu-emacs@gnu.org
Subject: How to turn off that pesky new 'space-no-longer-completes-filenames' "feature" in emacs 22
Date: Fri, 22 Jun 2007 18:34:16 -0000 [thread overview]
Message-ID: <1182537256.794524.301130@q69g2000hsb.googlegroups.com> (raw)
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. :)
next reply other threads:[~2007-06-22 18:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-22 18:34 jkuzeja [this message]
2007-06-22 18:35 ` How to turn off that pesky new 'space-no-longer-completes-filenames' "feature" in emacs 22 jkuzeja
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1182537256.794524.301130@q69g2000hsb.googlegroups.com \
--to=jkuzeja@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).