From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.help Subject: Re: Options menu Date: Wed, 24 Aug 2005 20:40:51 -0400 Message-ID: <87ek8i6e7g.fsf@gmail.com> References: <87hddh11pi.fsf@wash.edu> <85acj9kpj8.fsf@obelix.seki.fr> <878xyrmfvh.fsf@wash.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1124930839 16087 80.91.229.2 (25 Aug 2005 00:47:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2005 00:47:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 25 02:47:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E85sn-0000x1-R1 for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Aug 2005 02:46:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E85we-0005nz-8k for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Aug 2005 20:50:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E85wG-0005lc-UU for help-gnu-emacs@gnu.org; Wed, 24 Aug 2005 20:49:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E85wC-0005hP-2K for help-gnu-emacs@gnu.org; Wed, 24 Aug 2005 20:49:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E85wB-0005fA-Oa for help-gnu-emacs@gnu.org; Wed, 24 Aug 2005 20:49:47 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1E85qw-0001HO-0A for help-gnu-emacs@gnu.org; Wed, 24 Aug 2005 20:44:22 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E85oG-0000HB-D5 for help-gnu-emacs@gnu.org; Thu, 25 Aug 2005 02:41:36 +0200 Original-Received: from pool-70-19-104-239.ny325.east.verizon.net ([70.19.104.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Aug 2005 02:41:36 +0200 Original-Received: from sean.sieger by pool-70-19-104-239.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Aug 2005 02:41:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-19-104-239.ny325.east.verizon.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:ozYnlE8gquKpL37fMwS1hHKoVVw= 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:28971 Archived-At: Baloff writes: I want to hide the tool bar so that it does not show next time I start emacs, M-x tool-bar-mode, Options -> Save Options. here is the Custom part of my .emacs, now when I restart emacs, the tool bar shows again. am I doing something wrong? Put this is your .emacs, Baloff. (tool-bar-mode 0) I think I learned that at emacswiki. -- Sean Sieger