[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A user menu in the wrong position
- From: Leo <sdl.web@xxxxxxxxx>
- Date: Wed, 31 Jan 2007 02:03:59 +0000
- X-ml-name: emacs-w3m
- X-mail-count: 09152
Hi all,
I have defined a menu to display in global menu map as follows.
,----
| (easy-menu-define sdl:user-utils-menu nil "User utilities menu."
| '("Add-On"
| ["BBDB" bbdb :visible (fboundp 'bbdb)]
| ["W3M" w3m :visible (fboundp 'w3m)]
| ["Slime" slime :visible (fboundp 'slime)]))
| (define-key-after
| (lookup-key global-map [menu-bar])
| [user-utils]
| (cons "Utils" sdl:user-utils-menu))
`----
In w3m, this menu will be place after the "Help" menu while in all
other modes it is placed after "Tools" menu. I am wondering if w3m is
doing something funny.
Thanks,
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)