* Remove Games from the Menu @ 2008-04-24 6:13 Matthias 2008-04-24 9:17 ` Jason Rumney 2008-04-24 17:55 ` David Hansen 0 siblings, 2 replies; 3+ messages in thread From: Matthias @ 2008-04-24 6:13 UTC (permalink / raw) To: help-gnu-emacs Hi there, is there a way to get rid of the Games in the menu-bar? It makes the editor look like toy. I don't care wether it's a tweak for .emacs or a patch an i have to re-compile. I just want to make the entries vanish... matthias ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Remove Games from the Menu 2008-04-24 6:13 Remove Games from the Menu Matthias @ 2008-04-24 9:17 ` Jason Rumney 2008-04-24 17:55 ` David Hansen 1 sibling, 0 replies; 3+ messages in thread From: Jason Rumney @ 2008-04-24 9:17 UTC (permalink / raw) To: help-gnu-emacs On Apr 24, 7:13 am, "Matthias" <pfe...@web.de> wrote: > is there a way to get rid of the Games in the menu-bar? It makes the editor > look like toy. I don't care wether it's a tweak for .emacs or a patch an i > have to re-compile. I just want to make the entries vanish... (define-key menu-bar-tools-menu [games] nil) ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Remove Games from the Menu 2008-04-24 6:13 Remove Games from the Menu Matthias 2008-04-24 9:17 ` Jason Rumney @ 2008-04-24 17:55 ` David Hansen 1 sibling, 0 replies; 3+ messages in thread From: David Hansen @ 2008-04-24 17:55 UTC (permalink / raw) To: help-gnu-emacs On Thu, 24 Apr 2008 08:13:15 +0200 Matthias wrote: > is there a way to get rid of the Games in the menu-bar? It makes the editor > look like toy. I don't care wether it's a tweak for .emacs or a patch an i > have to re-compile. I just want to make the entries vanish... To make it look like a real editor: (menu-bar-mode -1) ;P ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-24 17:55 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-04-24 6:13 Remove Games from the Menu Matthias 2008-04-24 9:17 ` Jason Rumney 2008-04-24 17:55 ` David Hansen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).