From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim X Newsgroups: gmane.emacs.help Subject: Re: Remove Graphical Menu in emacs 21? Date: Wed, 23 May 2007 14:31:58 +1000 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <87bqgccg8x.fsf@lion.rapttech.com.au> References: <5bg4rlF2rrc2nU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179895381 32566 80.91.229.12 (23 May 2007 04:43:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 May 2007 04:43:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 23 06:42:58 2007 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 1Hqigb-0001Qe-PE for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 06:42:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hqigc-0002Yl-Im for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 00:42:58 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!sn-xt-sjc-02!sn-xt-sjc-01!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:8zcFWapBhZSLKgNgEMkRPL1VuKs= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 39 Original-Xref: shelby.stanford.edu gnu.emacs.help:148719 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:44308 Archived-At: Arno Wagner writes: > Hi, > > being a victim of a forced upgrade to emacs 21 under Debian, I now have > this second menu bar on the top that is all pictures. This thing has > zero value for me and is eating my screenspace, which annoys me no > end. Browsing the FAQ and manual, I failed to find a way to turn it > off. Can somebody tell me how or at least give me a pointer on where > to look for the relevant documentation? Thanks! > > Arno Its the toolbar - the very first thing I disabled when moving to emacs 21. There are a number of ways to disable it 1. In your .Xresources i.e. Emacs.toolBar: 0 2. put (tool-bar-mode -1) in your .emacs 3. Use customize to disable the mode ,----[ C-h f tool-bar-mode RET ] | tool-bar-mode is an interactive compiled Lisp function in `tool-bar.el'. | It is bound to . | (tool-bar-mode &optional arg) | | Toggle use of the tool bar. | With numeric arg, display the tool bar if and only if arg is positive. | | See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for | conveniently adding tool bar items. | | [back] `---- Tim -- tcross (at) rapttech dot com dot au