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

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

Re: modify menu


From: Kai Großjohann
Subject: Re: modify menu
Date: Sun, 09 Mar 2003 15:18:30 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux)

Hans Larsen <larsen587@firemail.de> writes:

> I hope someone can help me to modify the emacs menu.
> What I want to do is adding new items to existing menus.

C-h k, then choose existing menu item.  Shows something like this:

<menu-bar> <files> <open-file> runs the command find-file

So it's the item <open-file> in the menu <menu-bar> <files>.  To
define another item in that menu:

(global-set-key (kbd "<menu-bar> <files> <frob>") 'frobnicate)
-- 
A preposition is not a good thing to end a sentence with.


reply via email to

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