From: Eli Zaretskii <eliz@gnu.org>
To: Sivaram Neelakantan <nsivaram.net@gmail.com>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Insufficient documentation on *how* to change SPC behaviour in minibuffer
Date: Fri, 06 Jul 2007 19:16:17 +0300 [thread overview]
Message-ID: <uzm29bj8u.fsf@gnu.org> (raw)
In-Reply-To: <uk5tebtgq.fsf@gmail.com> (message from Sivaram Neelakantan on Thu, 05 Jul 2007 23:53:17 +0530)
> From: Sivaram Neelakantan <nsivaram.net@gmail.com>
> User-Mail-Address: nsivaram.net@gmail.com
> Date: Thu, 05 Jul 2007 23:53:17 +0530
>
> In Emacs 22.1, the behaviour of SPC has changed to handle filenames
> with spaces as is evident from the NEWS file. The information about
> keymaps is not sufficient to determine what needs to be done in order
> to get the old behaviour of file name completion(if it's provided for
> at all).
>
> What customization should a user do to get the old behaviour?
> ,----[ NEWS ]
> | ** When Emacs prompts for file names, SPC no longer completes the file name.
> | This is so filenames with embedded spaces could be input without the
> | need to quote the space with a C-q. The underlying changes in the
> | keymaps that are active in the minibuffer are described below under
> | "New keymaps for typing file names".
> `----
Thank you for your report.
I added this text to the above entry:
If you want the old behavior back, put these two key bindings to your
~/.emacs init file:
(define-key minibuffer-local-filename-completion-map
" " 'minibuffer-complete-word)
(define-key minibuffer-local-must-match-filename-map
" " 'minibuffer-complete-word)
Does it give you enough information now? Did the recipe work for you?
next prev parent reply other threads:[~2007-07-06 16:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-05 18:23 Insufficient documentation on *how* to change SPC behaviour in minibuffer Sivaram Neelakantan
2007-07-06 16:16 ` Eli Zaretskii [this message]
2007-07-06 18:03 ` Sivaram Neelakantan
2007-07-06 18:26 ` Insufficient documentation on *how* to change SPC behaviour inminibuffer Drew Adams
2007-07-07 9:48 ` Eli Zaretskii
2007-07-07 12:37 ` Insufficient documentation on *how* to change SPC behaviourinminibuffer Drew Adams
2007-07-07 20:47 ` Insufficient documentation on *how* to change SPC behaviour inminibuffer Richard Stallman
2007-07-07 9:46 ` Insufficient documentation on *how* to change SPC behaviour in minibuffer Eli Zaretskii
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=uzm29bj8u.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=bug-gnu-emacs@gnu.org \
--cc=nsivaram.net@gmail.com \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).