all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Add a submenu to global menu-bar
@ 2007-01-03 23:40 Leo
  2007-01-14 19:16 ` Leo
       [not found] ` <mailman.3055.1168802187.2155.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Leo @ 2007-01-03 23:40 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-01-18  1:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 23:40 Add a submenu to global menu-bar Leo
2007-01-14 19:16 ` Leo
     [not found] ` <mailman.3055.1168802187.2155.help-gnu-emacs@gnu.org>
2007-01-15 15:00   ` Rjjd
2007-01-15 18:57     ` Leo
     [not found]     ` <mailman.3102.1168887496.2155.help-gnu-emacs@gnu.org>
2007-01-15 19:53       ` Mike Treseler
2007-01-15 21:25     ` Leo
     [not found]     ` <mailman.3111.1168896338.2155.help-gnu-emacs@gnu.org>
2007-01-18  0:33       ` Rjjd
2007-01-18  1:07         ` Leo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.