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

* 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

* 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

* Re: Add a submenu to global menu-bar
       [not found]     ` <mailman.3102.1168887496.2155.help-gnu-emacs@gnu.org>
@ 2007-01-15 19:53       ` Mike Treseler
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Treseler @ 2007-01-15 19:53 UTC (permalink / raw)


Leo wrote:

> I can't find it in gmane or google.
> 

http://groups-beta.google.com/group/gnu.emacs.help/search?q=defiune-key-

^ 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>
@ 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

* Re: Add a submenu to global menu-bar
       [not found]     ` <mailman.3111.1168896338.2155.help-gnu-emacs@gnu.org>
@ 2007-01-18  0:33       ` Rjjd
  2007-01-18  1:07         ` Leo
  0 siblings, 1 reply; 8+ messages in thread
From: Rjjd @ 2007-01-18  0:33 UTC (permalink / raw)


Aside...

Re: "I can't find it in gmane or google."

It doesn't matter directly now, but I went to Google groups and
searched for "Code example [Re: define-key OK; defiune-key-".

It found my post at
http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/2263c2a733b9289e/37567ecb03b3f602?lnk=st&q=Code+example+%5BRe%3A+define-key+OK%3B+defiune-key-&rnum=1&hl=en#37567ecb03b3f602

(I couldn't respond earlier.  No electric power since Monday morning!)

Bob

Leo wrote:
> 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

* Re: Add a submenu to global menu-bar
  2007-01-18  0:33       ` Rjjd
@ 2007-01-18  1:07         ` Leo
  0 siblings, 0 replies; 8+ messages in thread
From: Leo @ 2007-01-18  1:07 UTC (permalink / raw)


On 2007-01-18, Rjjd said:

> Aside...
>
> Re: "I can't find it in gmane or google."
>
> It doesn't matter directly now, but I went to Google groups and
> searched for "Code example [Re: define-key OK; defiune-key-".
>
> It found my post at
> http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/2263c2a733b9289e/37567ecb03b3f602?lnk=st&q=Code+example+%5BRe%3A+define-key+OK%3B+defiune-key-&rnum=1&hl=en#37567ecb03b3f602
>
> (I couldn't respond earlier.  No electric power since Monday morning!)
>
> Bob

Appreciated!

-- 
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.