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

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

[debbugs-tracker] bug#15830: closed (24.3.50; `current-active-maps' miss


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15830: closed (24.3.50; `current-active-maps' misses bindings (?))
Date: Fri, 08 Nov 2013 01:25:01 +0000

Your message dated Thu, 07 Nov 2013 20:24:19 -0500
with message-id <address@hidden>
and subject line Re: bug#15830: 24.3.50; `current-active-maps' misses bindings 
(?)
has caused the debbugs.gnu.org bug report #15830,
regarding 24.3.50; `current-active-maps' misses bindings (?)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15830: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15830
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; `current-active-maps' misses bindings (?) Date: Thu, 7 Nov 2013 12:43:07 -0800 (PST)
emacs -Q

(defun foo () (interactive) (message "FOOOOOOOOOOOO"))
(global-set-key [(control meta shift ?u)] 'foo)
(current-active-maps t)

Evaluate all of those, the last one, at least, using `pp-eval-last-sexp'.

C-h f foo RET shows that `foo' is bound to `C-M-S-u' (aka `C-M-U').

Search for `foo' in *Pp Eval Output*.  It's not there.  Shouldn't it be?

The doc for `current-active-maps' leads me to believe that `foo's
binding should be included.  Am I missing something, or is this a bug?

Same thing for `(current-active-maps)', i.e., without any arg.

If I am misunderstanding, what is a way to get all of the currently
active bindings, i.e., what I have been expecting from
`current-active-maps'?



In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-10-19 on LEG570
Bzr revision: 114715 address@hidden
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1'



--- End Message ---
--- Begin Message --- Subject: Re: bug#15830: 24.3.50; `current-active-maps' misses bindings (?) Date: Thu, 07 Nov 2013 20:24:19 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
> Search for `foo' in *Pp Eval Output*.  It's not there.  Shouldn't it be?

No, it shouldn't be, because it's in the symbol-function slot of
the symbol `esc-map'.


        Stefan


--- End Message ---

reply via email to

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