all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Joseph Brenner <doom@kzsu.stanford.edu>
Cc: emacs-pretest-bug@gnu.org, 5186@emacsbugs.donarmstrong.com
Subject: bug#5186: 23.1.90; filename space bar completion broken/changed again
Date: Sat, 12 Dec 2009 00:25:11 -0500	[thread overview]
Message-ID: <jwv638ceqe5.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <877hss6ebx.fsf@kzsu.stanford.edu> (Joseph Brenner's message of "Fri, 11 Dec 2009 19:50:10 -0800")

> I've been using this in my emacs init files:

>   ; Fixing SPC complete on filenames in emacs 22+
>   (if (boundp 'minibuffer-local-filename-completion-map)
>       (progn
>         (define-key
>           minibuffer-local-filename-completion-map
>           " "
>           'minibuffer-complete-word)
>         (define-key
>           minibuffer-local-must-match-filename-map
>           " "
>           'minibuffer-complete-word)
>         ))

Hmm... thanks for catching it, it was an accident in a recent commit.
Should be fixed now.  BTW the variable's name has been changed to
minibuffer-local-filename-must-match-map.


        Stefan





      reply	other threads:[~2009-12-12  5:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-12  3:50 bug#5186: 23.1.90; filename space bar completion broken/changed again Joseph Brenner
2009-12-12  5:25 ` Stefan Monnier [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv638ceqe5.fsf-monnier+emacsbugreports@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=5186@emacsbugs.donarmstrong.com \
    --cc=doom@kzsu.stanford.edu \
    --cc=emacs-pretest-bug@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.