From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: GNU Manuals Online- GNU Project - Free Software Foundation (FSF) Date: Tue, 24 Sep 2002 22:02:47 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <3405-Tue24Sep2002220246+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032894250 1256 127.0.0.1 (24 Sep 2002 19:04:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Sep 2002 19:04:10 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17tuye-0000K8-00 for ; Tue, 24 Sep 2002 21:04:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tuyk-0001HU-00; Tue, 24 Sep 2002 15:04:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tuxe-0001Gi-00 for bug-gnu-emacs@gnu.org; Tue, 24 Sep 2002 15:03:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tuxX-0001Fw-00 for bug-gnu-emacs@gnu.org; Tue, 24 Sep 2002 15:03:05 -0400 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tuxX-0001Fh-00 for bug-gnu-emacs@gnu.org; Tue, 24 Sep 2002 15:02:59 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BTX71478; Tue, 24 Sep 2002 22:02:44 +0300 (IDT) Original-To: eijkhout@cs.utk.edu X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Victor Eijkhout on Mon, 23 Sep 2002 15:20:53 -0400) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3564 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3564 > From: Victor Eijkhout > Date: Mon, 23 Sep 2002 15:20:53 -0400 > > Emacs manual, tool-bar page: it would seem like a good idea to me to > add the information about how to disable the tool-bar by default. > > After a bit of experimenting I found that > (tool-bar-mode nil) > in the .emacs file did the trick, but this would have been impossible > to discover in the manual in finite time. The manual does say that tool-bar-mode toggles the tool bar, so reading the on-line docs of the function tool-bar-mode would have told you that.