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

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

[Emacs-bug-tracker] bug#7542: closed (24.0.50; (elisp) `Extended Menu It


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7542: closed (24.0.50; (elisp) `Extended Menu Items' - undefined specifier: KEY-BINDING-DATA)
Date: Sat, 18 Dec 2010 16:23:01 +0000

Your message dated Sat, 18 Dec 2010 11:28:57 -0500
with message-id <address@hidden>
and subject line Re: bug#7542: 24.0.50; (elisp) `Extended Menu Items' - 
undefined specifier: KEY-BINDING-DATA
has caused the GNU bug report #7542,
regarding 24.0.50; (elisp) `Extended Menu Items' - undefined specifier: 
KEY-BINDING-DATA
to be marked as done.

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


-- 
7542: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7542
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; (elisp) `Extended Menu Items' - undefined specifier: KEY-BINDING-DATA Date: Fri, 3 Dec 2010 09:54:47 -0800
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'
 




--- End Message ---
--- Begin Message --- Subject: Re: bug#7542: 24.0.50; (elisp) `Extended Menu Items' - undefined specifier: KEY-BINDING-DATA Date: Sat, 18 Dec 2010 11:28:57 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
>> (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.
 
> Luckily this cache is not used any more.  So we should simply get rid of
> this KEY-BINDING-DATA thingy.

I've just removed it from the trunk.


        Stefan


--- End Message ---

reply via email to

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