From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jan Newsgroups: gmane.emacs.help Subject: Re: getting rid of button bar Date: 29 Oct 2003 13:05:18 -0800 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067393350 22308 80.91.224.253 (29 Oct 2003 02:09:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2003 02:09:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 29 03:09:07 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEflj-0001J4-00 for ; Wed, 29 Oct 2003 03:09:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEfgV-0002G1-J3 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2003 21:03:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEfgD-0002F8-6f for help-gnu-emacs@gnu.org; Tue, 28 Oct 2003 21:03:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEffg-00028J-2m for help-gnu-emacs@gnu.org; Tue, 28 Oct 2003 21:03:23 -0500 Original-Received: from [210.50.76.52] (helo=smtp02.syd.iprimus.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEfff-00027Q-JV for help-gnu-emacs@gnu.org; Tue, 28 Oct 2003 21:02:51 -0500 Original-Received: from ABE (210.50.172.13) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A003C8F23 for help-gnu-emacs@gnu.org; Wed, 29 Oct 2003 13:02:47 +1100 Original-To: help-gnu-emacs@gnu.org In-Reply-To: Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13594 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13594 > > On my emacs at work, there is a bar of graphical buttons, just > > above the regular editing area. How do I get rid of it? > > (tool-bar-mode -1) And as a bonus tip for all the mouse haters out there, you can get rid of the other bars aswell. (menu-bar-mode 0) (scroll-bar-mode -1) -- jan