From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.help Subject: Re: tool bar mode Date: Sun, 25 Apr 2004 10:56:35 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <6VFic.24735$w96.1870331@attbi_s54> Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082883799 30160 80.91.224.253 (25 Apr 2004 09:03:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2004 09:03:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 25 11:03:09 2004 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 1BHfXZ-0002iw-00 for ; Sun, 25 Apr 2004 11:03:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHfVG-0006PU-Ow for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Apr 2004 05:00:46 -0400 Original-Newsgroups: gnu.emacs.help X-Face: P05mdcZT&lL[-s2=mw~RsllZ0zZAb?vdE}.s 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:17973 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17973 On Sun, Apr 25 2004, Charles Jamieson wrote: > I am unable to get rid of the toolbar in emacs 21.3. I include the line > > (setq tool-bar-mode nil) > > in the .emacs file. But the tool bar is still there. I am using Linux. How about reading the documentation? ,----[ C-h v tool-bar-mode RET ] | tool-bar-mode's value is nil | | Documentation: | Non-nil if Tool-Bar mode is enabled. | See the command `tool-bar-mode' for a description of this minor-mode. | Setting this variable directly does not take effect; | use either M-x customize or the function `tool-bar-mode'. | | You can customize this variable. | | Defined in `tool-bar'. `---- Thus, you should use "(tool-bar-mode -1)" or better... ,----[ ~/.Xresources (see [1]) ] | Emacs.toolBar: 0 `---- If you turn it off via Lisp, Emacs starts with a tool-bar and turns it off later (when the Lisp code is run). When set via Xresources, no tool-bar is created at all. Bye, Reiner. [1] ,----[ NEWS - `C-h n' ] | ** Tool bar support. | | Emacs supports a tool bar at the top of a frame under X. The frame | parameter `tool-bar-lines' (X resource "toolBar", class "ToolBar") | controls how may lines to reserve for the tool bar. A zero value | suppresses the tool bar. [...] `---- -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/