From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Why tool-bar-mode t by default? Date: Tue, 19 Feb 2002 19:25:28 +0100 Message-ID: <20020219192200.B215.LEKTU@terra.es> References: <20020219175716.B20A.LEKTU@terra.es> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: quimby2.netfonds.no 1014143568 31541 195.204.10.66 (19 Feb 2002 18:32:48 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 19 Feb 2002 18:32:48 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16dF4J-0008Cd-00 for ; Tue, 19 Feb 2002 19:32:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dEyu-00037o-00; Tue, 19 Feb 2002 13:27:12 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dExm-00033W-00 for ; Tue, 19 Feb 2002 13:26:02 -0500 Original-Received: from jbarranquero (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g1JIPRY25501; Tue, 19 Feb 2002 19:25:28 +0100 Original-To: Per Abrahamsen In-Reply-To: X-BkRandomSig-Folder: 3ade7ea7.mb\!!!!Inbox\ X-Mailer: Becky! ver. 2.00.07 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1329 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1329 On Tue, 19 Feb 2002 18:17:56 +0100, Per Abrahamsen wrote: > Because we couldn't think of a reason not to, and it makes customize > work better. Well, it was nil on 21.1 (at least on Windows). Setting it to t by default and then resetting it to nil in .emacs causes (or caused) problems with the initial frame size. Message-Id: Message-ID: <20011228071950.53677.qmail@bombillo.stanford.edu> (on bug-gnu-emacs@gnu.org). > Sound like the standard value should test for Windows. What is the > clean way to do that? Don't know, I suppose doing something like :init-value (not (eq system-type 'windows-nt)) or the like. OTOH, at least now it works fine with (tool-bar-mode -1) on .emacs /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel