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

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

Re: Add a submenu to global menu-bar


From: Leo
Subject: Re: Add a submenu to global menu-bar
Date: Mon, 15 Jan 2007 21:25:10 +0000
User-agent: No Gnus v0.6, Emacs/22.0.92.2 (2007-01-10), Fedora 6 gnu/linux

On 2007-01-15, Rjjd said:

> A while back, I posted a menu example.
> Search for "Code example [Re: define-key OK; defiune-key-" (with the
> misspelling!)
>
> Bob
>
> Leo wrote:
>> On 2007-01-03, Leo said:
>>
>> > 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)]))
>> > `----
>>
>> Help?
>>
>> --
>> Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

On 2007-01-15, Mike Treseler said:

> Leo wrote:
>
>> I can't find it in gmane or google.
>> 
>
> http://groups-beta.google.com/group/gnu.emacs.help/search?q=defiune-key-

Thank you all for help. That answers my question.

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





reply via email to

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