From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Why tool-bar-mode t by default? Date: Wed, 20 Feb 2002 09:24:58 +0200 (IST) Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: quimby2.netfonds.no 1014190076 31191 195.204.10.66 (20 Feb 2002 07:27:56 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 20 Feb 2002 07:27:56 GMT Cc: lektu@terra.es, 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 16dRAR-00086z-00 for ; Wed, 20 Feb 2002 08:27:55 +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 16dR9t-0003Hq-00; Wed, 20 Feb 2002 02:27:21 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dR91-0003FT-00 for ; Wed, 20 Feb 2002 02:26:27 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id JAA22314; Wed, 20 Feb 2002 09:24:58 +0200 (IST) X-Sender: eliz@is Original-To: Per Abrahamsen In-Reply-To: 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:1357 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1357 On Tue, 19 Feb 2002, Per Abrahamsen wrote: > "Eli Zaretskii" writes: > > > For example, it seems like (boundp 'tool-bar-lines) should do. > > It evaluates to nil on Unix/X11 as well. Right, I should have said (intern-soft "tool-bar-lines") instead. But I see that this won't help either, because tool-bar-lines is interned in frame.c on all systems. Hmm... Well, since the tool bar requires image support, how about looking at some image-related feature? For example, does the following work? (fboundp 'image-size) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel