GNU bug report logs -
#7542
24.0.50; (elisp) `Extended Menu Items' - undefined specifier: KEY-BINDING-DATA
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Fri, 3 Dec 2010 17:50:03 UTC
Severity: normal
Found in version 24.0.50
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The node says this:
To define a real menu item which can be selected, the extended format
binding looks like this:
(menu-item ITEM-NAME REAL-BINDING
. ITEM-PROPERTY-LIST)
Here, ITEM-NAME is an expression which evaluates to the menu item
string. Thus, the string need not be a constant. The third element,
REAL-BINDING, is the command to execute. The tail of the list,
ITEM-PROPERTY-LIST, has the form of a property list which contains
other information.
When an equivalent keyboard key binding is cached, the extended menu
item binding looks like this:
(menu-item ITEM-NAME REAL-BINDING (KEY-BINDING-DATA)
. ITEM-PROPERTY-LIST)
There is no description (anywhere) of KEY-BINDING-DATA - no explanation
of what it looks like or what it means/does. IOW, this information about
cached bindings is incomplete and incomprehensible.
The same problem exists for node `Simple Menu Items'.
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
of 2010-11-30 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags
-Ic:/imagesupport/include'
This bug report was last modified 14 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.