From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tool-bar and multi-tty Date: Fri, 10 Oct 2008 20:27:19 +0200 Message-ID: References: <873aj56v2p.fsf@cyd.mit.edu> <87prm8fkjn.fsf@cyd.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1223663544 1008 80.91.229.12 (10 Oct 2008 18:32:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2008 18:32:24 +0000 (UTC) Cc: 1133@emacsbugs.donarmstrong.com, dann@ics.uci.edu, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 10 20:33:21 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KoMnJ-0002Du-OV for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 20:32:58 +0200 Original-Received: from localhost ([127.0.0.1]:58262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoMmF-0006Ew-KC for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 14:31:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KoMhy-00040C-AD for emacs-devel@gnu.org; Fri, 10 Oct 2008 14:27:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoMhx-0003zM-12 for emacs-devel@gnu.org; Fri, 10 Oct 2008 14:27:25 -0400 Original-Received: from [199.232.76.173] (port=48104 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoMhw-0003z9-9Q for emacs-devel@gnu.org; Fri, 10 Oct 2008 14:27:24 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:53450) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KoMhw-00023G-DM for emacs-devel@gnu.org; Fri, 10 Oct 2008 14:27:24 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.3.182]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K8J0030XCNO8Q00@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Fri, 10 Oct 2008 20:28:37 +0200 (IST) In-reply-to: <87prm8fkjn.fsf@cyd.mit.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104464 Archived-At: > From: Chong Yidong > Cc: dann@ics.uci.edu, 1133@emacsbugs.donarmstrong.com, emacs-devel@gnu.org > Date: Fri, 10 Oct 2008 13:05:00 -0400 > > As I said, various properties of the tool-bar, such as the icons to use, > depend on X resources and GTK resources which are not available until > the first graphical frame is loaded. What properties require X resources? Can we refactor the code so that it only accesses X resources when the tool bar is about to be displayed?