From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Baloff Newsgroups: gmane.emacs.help Subject: Re: Options menu Date: 25 Aug 2005 02:58:10 +1000 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <878xyrmfvh.fsf@wash.edu> References: <87hddh11pi.fsf@wash.edu> <85acj9kpj8.fsf@obelix.seki.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1124903921 6280 80.91.229.2 (24 Aug 2005 17:18:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Aug 2005 17:18:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 24 19:18:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E7yrQ-00040H-Pv for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Aug 2005 19:16:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7yvG-0007KF-Ei for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Aug 2005 13:20:22 -0400 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-Original-NNTP-Posting-Host: 210.50.72.37 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 42 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1124903575 un-2park-reader-02.sydney.pipenetworks.com.au 15518 203.134.67.67:2917 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!news1.optus.net.au!optus!news.uwa.edu.au!nntp.waia.asn.au!202.72.130.18.MISMATCH!quokka.wn.com.au!token.pipenetworks.com!218.100.2.58.MISMATCH!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:133429 Original-To: help-gnu-emacs@gnu.org 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:28960 Archived-At: Sébastien Kirche writes: > At 10:08 on aoû 23 2005, Baloff said : > > > I am looking for Options -> Show/Hide -> Tool-bar. > > not here, any body knows where they went > > here is my Options menu. > > I don't know where your menu is gone, > but you can toggle the toolbar with M-x tool-bar-mode > > HTH. > -- > Sébastien Kirche 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? thanks ************************************************************ (require 'xcscope) ;"$man cscope" for more info (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(case-fold-search t) '(current-language-environment "English") '(ecb-options-version "2.27") '(global-font-lock-mode t nil (font-lock)) '(gnus-summary-line-format "%U%R%z%I%(%[%4L: %-20,20n%]%) %s ") '(initial-major-mode (quote text-mode)) '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify flyspell-mode))) '(transient-mark-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. ) ************************************************************