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

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

Re: How to delete item from menu bar


From: J. David Boyd
Subject: Re: How to delete item from menu bar
Date: Thu, 25 May 2006 16:55:17 -0400
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.0.50 (gnu/linux)

Tim Johnson <tim@johnsons-web.com> writes:

> Hello:
> I'd like to delete an item from the menu bar.
> It may or it may not be created by an easy-menu function.
>
> Specifically, the item "Scheme" in scheme-mode.
>
> How may I do that?
> Thanks
> tim
>
> -- 
> Tim Johnson <tim@johnsons-web.com>
>       http://www.alaska-internet-solutions.com


Doing C-h f easy-menu-remove shows:

easy-menu-remove-item is a compiled Lisp function in `easymenu.el'.
(easy-menu-remove-item map path name)

>From submenu of map with path path remove item name.
map and path are defined as in `easy-menu-add-item'.
name should be a string, the name of the element to be removed.





reply via email to

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