Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Add a submenu to global menu-bar

0 views
Skip to first unread message

Leo

unread,
Jan 3, 2007, 6:40:05 PM1/3/07
to help-gn...@gnu.org
Hi all,

The following code will add an "Add-On" menu before "File". How can I
control the position of this submenu? i.e. I want to move the menu to
between "Tools" and "Help". Thank you for your help.

,----
| (easy-menu-define sdl-add-on-menu global-map "My Emacs Add-On menu."
| '("Add-On"
| ["Find file at point" ffap]
| ["BBDB" bbdb :visible (fboundp 'bbdb)]
| ["Planner" plan :visible (fboundp 'plan)]))
`----

--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)

0 new messages