From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tool-bar changes Date: Thu, 08 May 2008 23:25:17 -0400 Message-ID: References: <18457.37369.262079.668907@kahikatea.snap.net.nz> <200805040056.m440u3eS022727@sallyv1.ics.uci.edu> <874p9dn46h.fsf@stupidchicken.com> <87hcd8i7iq.fsf_-_@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210303536 32377 80.91.229.12 (9 May 2008 03:25:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 May 2008 03:25:36 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 09 05:26:10 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 1JuJFJ-0008LF-2W for ged-emacs-devel@m.gmane.org; Fri, 09 May 2008 05:26:09 +0200 Original-Received: from localhost ([127.0.0.1]:35583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuJEa-0000c0-Oy for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 23:25:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuJEW-0000bc-Ol for emacs-devel@gnu.org; Thu, 08 May 2008 23:25:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuJEV-0000bM-7t for emacs-devel@gnu.org; Thu, 08 May 2008 23:25:20 -0400 Original-Received: from [199.232.76.173] (port=48425 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuJEV-0000bG-5H for emacs-devel@gnu.org; Thu, 08 May 2008 23:25:19 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:23498) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JuJEU-00024y-Rt for emacs-devel@gnu.org; Thu, 08 May 2008 23:25:18 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuYEAHRgI0jO+IdAUGdsb2JhbACBU5ApAQEjDZk6 X-IronPort-AV: E=Sophos;i="4.27,458,1204520400"; d="scan'208";a="20136535" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 08 May 2008 23:25:18 -0400 Original-Received: from pastel.home ([206.248.135.64]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id PII55418; Thu, 08 May 2008 23:25:18 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 76F2480D0; Thu, 8 May 2008 23:25:17 -0400 (EDT) In-Reply-To: <87hcd8i7iq.fsf_-_@stupidchicken.com> (Chong Yidong's message of "Thu, 08 May 2008 21:35:41 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:96852 Archived-At: >> I've just installed a change in tool-bar.el which delays the call to >> find-image. Instead of being called in tool-bar-setup, it's now called >> when looking up the tool-bar keymap. This may also allow the toolbar >> to use different icons on different displays (e.g. some color, some b&w) >> in the same Emacs instance. > This change did Something Bad to the tool-bar on i686-pc-linux-gnu, GTK+ > Version 2.12.9. Only the Cut, Paste, Customize, and Help icons are now > displayed on the tool-bar; the other images are missing. Hmm... I didn't notice any such problem here. But admittedly, I haven't tested it extensively. > I didn't, however, try bootstrapping, only `make recompile' followed by > `make' (should a bootstrap be necessary?). That should be enough. Stefan