GNU bug report logs -
#11940
24.1; not seeing bindings in `minibuffer-local-filename-completion-map' that are there and work
Previous Next
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
View this message in rfc822 format
> > key binding
> > --- -------
>
> > C-c Prefix Command
> > C-o 1on1-fit-minibuffer-frame
> > C-x Prefix Command
> >
> > 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.
My bad, sorry. I was not paying attention to the fact that the bindings are in
fact nil at that point.
These keys are bound on the fly during a command, and then unbound. But the C-c
and C-x prefix keys are not unbound (so they show up in
`substitute-command-keys'). I will close the bug.
This bug report was last modified 12 years and 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.