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

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

Re: standard popup menu


From: Bruce Ingalls
Subject: Re: standard popup menu
Date: Mon, 14 Jul 2003 15:43:43 GMT
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

Kevin Rodgers wrote:
See the "Simple Menu Items" and "Extended Menu Items" nodes of the Emacs

Lisp manual.

I would also recommend using make-sparse-keymap and define-key (iterating
over the menu-items) to build the menu keymap instead of building it with
list functions.

I believe you & Stephan Monnier hit upon the real solution.
keymaps are a more painful syntax, but one it appears I am required to learn. I liked Sandip Chitale's popup menu work, as it made it easy for users, and myself to modify the menu.
Thanks.



reply via email to

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