* 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
* Re: Add a submenu to global menu-bar
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>
1 sibling, 0 replies; 8+ messages in thread
From: Leo @ 2007-01-14 19:16 UTC (permalink / raw)
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)
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <mailman.3055.1168802187.2155.help-gnu-emacs@gnu.org>]
* Re: Add a submenu to global menu-bar
[not found] ` <mailman.3055.1168802187.2155.help-gnu-emacs@gnu.org>
@ 2007-01-15 15:00 ` Rjjd
2007-01-15 18:57 ` Leo
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Rjjd @ 2007-01-15 15:00 UTC (permalink / raw)
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)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Add a submenu to global menu-bar
2007-01-15 15:00 ` Rjjd
@ 2007-01-15 18:57 ` Leo
[not found] ` <mailman.3102.1168887496.2155.help-gnu-emacs@gnu.org>
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Leo @ 2007-01-15 18:57 UTC (permalink / raw)
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
I can't find it in gmane or google.
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <mailman.3102.1168887496.2155.help-gnu-emacs@gnu.org>]
* Re: Add a submenu to global menu-bar
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 21:25 ` Leo
[not found] ` <mailman.3111.1168896338.2155.help-gnu-emacs@gnu.org>
3 siblings, 0 replies; 8+ messages in thread
From: Leo @ 2007-01-15 21:25 UTC (permalink / raw)
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)
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <mailman.3111.1168896338.2155.help-gnu-emacs@gnu.org>]
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.