From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Gtk+ stock tool bar icons Date: Wed, 03 Oct 2007 18:10:41 +0200 Message-ID: <4703BF01.1090804@swipnet.se> References: <4700B856.90807@swipnet.se> <87zlz3cc41.wl%nomiya@galaxy.dti.ne.jp> <47026A2B.4020003@swipnet.se> <47034099.5090208@swipnet.se> <871wcci4nz.GNU's_Not_Unix!%yavor@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1191427929 4045 80.91.229.12 (3 Oct 2007 16:12:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2007 16:12:09 +0000 (UTC) To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , emacs-devel@gnu.org, Yavor Doganov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 18:12:02 2007 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 1Id6pK-0003u5-Pp for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 18:11:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id6pG-0007Wq-E0 for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 12:11:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Id6p2-0007BV-18 for emacs-devel@gnu.org; Wed, 03 Oct 2007 12:11:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Id6p0-00078b-4q for emacs-devel@gnu.org; Wed, 03 Oct 2007 12:11:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id6oz-00078D-Su for emacs-devel@gnu.org; Wed, 03 Oct 2007 12:11:38 -0400 Original-Received: from av6-1-sn3.vrr.skanova.net ([81.228.9.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Id6ov-0002Lx-E6; Wed, 03 Oct 2007 12:11:33 -0400 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 467533881A; Wed, 3 Oct 2007 18:11:22 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av6-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 2E66338058; Wed, 3 Oct 2007 18:11:22 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 1AB3F37E42; Wed, 3 Oct 2007 18:11:22 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) In-Reply-To: <871wcci4nz.GNU's_Not_Unix!%yavor@gnu.org> X-Detected-Kernel: Linux 2.4-2.6 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:80192 Archived-At: Yavor Doganov skrev: > Jan Dj=E4rv wrote: >> Something is wrong in wl itself. It probably uses an old mechanism fo= r=20 >> specifying images that is no longer valid.=20 >=20 > Certainly; I never meant that something in Emacs is wrong. The idea > was to allow such packages to adapt their code as time goes by. It > would be a bit surprising for users to have Emacs 22.1 working but > 22.2 not. The byte compiler gives warnigs like these (in apel): filename.el:94:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. I guess something like this is the cause. Jan D.