From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Icon update Date: Tue, 28 Mar 2006 08:33:31 +0200 Message-ID: <4428D8BB.8050701@swipnet.se> References: <2014.1143413876@olgas.newt.com> <2055.1143413986@olgas.newt.com> <858xqvek7c.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143527635 18272 80.91.229.2 (28 Mar 2006 06:33:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 06:33:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 28 08:33:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FO7m0-00060A-DN for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 08:33:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO7m0-00038m-17 for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 01:33:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FO7lo-00038h-EK for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:33:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FO7lm-00038V-Sz for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:33:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO7lm-00038S-Nl for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:33:34 -0500 Original-Received: from [213.50.74.197] (helo=smtp.operax.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1FO7nR-0003Jo-J6 for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:35:18 -0500 Original-Received: (qmail 35016 invoked by uid 0); 28 Mar 2006 06:33:31 -0000 Original-Received: from dentan.operax.com (HELO ?192.168.1.48?) (192.168.1.48) by treo.operax.com with SMTP; 28 Mar 2006 06:33:31 -0000 User-Agent: Thunderbird 1.5 (X11/20051201) Original-To: David Kastrup In-Reply-To: <858xqvek7c.fsf@lola.goethe.zz> 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:52145 Archived-At: David Kastrup wrote: > Bill Wohler writes: > >> >> By the way, if anyone has GTK experience, the Emacs code should be using >> the GTK libraries to render the icons and only using our built-in icons >> as a fall-back. That way, Emacs icons will pick up theme changes. I have a patch that does just that, but I decided to wait with it until after the release. It will only work for Emacs compiled with GTK, but I guess that is obvious. Jan D.