GNU bug report logs - #11940
24.1; not seeing bindings in `minibuffer-local-filename-completion-map' that are there and work

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Fri, 13 Jul 2012 21:09:02 UTC

Severity: normal

Found in version 24.1

Done: "Drew Adams" <drew.adams <at> oracle.com>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 11940 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 11940 <at> debbugs.gnu.org
Subject: Re: bug#11940: 24.1;
	not seeing bindings in `minibuffer-local-filename-completion-map'
	that are there and work
Date: Sun, 12 Aug 2012 14:19:41 -0400
>  key             binding
>  ---             -------
 
>  C-c             Prefix Command
>  C-o             1on1-fit-minibuffer-frame
>  C-x             Prefix Command
 
> Which makes little sense to me.  The keys on prefix keys C-c and C-x are
> not listed.  Seems like they should be.
 
> But those keys are in fact on the keymap.  This is the value of
> `minibuffer-local-filename-completion-map':
 
> (keymap
>  (24 keymap (97) (109)) ; C-x a, C-x m
>  (3 keymap (43))        ; C-+
>  (C-backspace)          ; C-backspace
>  (15 . 1on1-fit-minibuffer-frame) ; C-o
>  (32))
 
The above keymap maps [24 97] (aka C-x a) to nil and [24 109] (aka C-x
m) to nil.  So it's no wonder these bindings don't show up in the print
out.  IOW the problem you're seeing probably comes from elsewhere.


        Stefan




This bug report was last modified 12 years and 344 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.