From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Remove Games from the Menu Date: Thu, 24 Apr 2008 19:55:37 +0200 Organization: disorganized Message-ID: <87lk33dtnq.fsf@localhorst.mine.nu> References: <67amocF2mjlmjU1@mid.dfncis.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209060724 26417 80.91.229.12 (24 Apr 2008 18:12:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2008 18:12:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 24 20:12:31 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jp5vj-00078y-4H for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Apr 2008 20:12:23 +0200 Original-Received: from localhost ([127.0.0.1]:39542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jp5v2-0003aa-R3 for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Apr 2008 14:11:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jp5s1-0002ID-Iu for help-gnu-emacs@gnu.org; Thu, 24 Apr 2008 14:08:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jp5rz-0002Hp-Uy for help-gnu-emacs@gnu.org; Thu, 24 Apr 2008 14:08:33 -0400 Original-Received: from [199.232.76.173] (port=52468 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jp5rz-0002Hc-Ot for help-gnu-emacs@gnu.org; Thu, 24 Apr 2008 14:08:31 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jp5rz-0005CO-Cc for help-gnu-emacs@gnu.org; Thu, 24 Apr 2008 14:08:31 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jp5rs-0008Hd-Dn for help-gnu-emacs@gnu.org; Thu, 24 Apr 2008 18:08:24 +0000 Original-Received: from e178033131.adsl.alicedsl.de ([85.178.33.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Apr 2008 18:08:24 +0000 Original-Received: from david.hansen by e178033131.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Apr 2008 18:08:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 7 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178033131.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:eyosq4Bp+YksSo/B/FRxlKDk85Q= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53517 Archived-At: 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