bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11940: 24.1; not seeing bindings in `minibuffer-local-filename-compl


From: Stefan Monnier
Subject: 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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>  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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]