From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: About `image-load-path' Date: Thu, 22 Sep 2005 15:08:46 +0100 Message-ID: <4332BAEE.9050600@gnu.org> References: <11424103.1127388503810.JavaMail.www@wwinf1604> 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 1127399455 17270 80.91.229.2 (22 Sep 2005 14:30:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2005 14:30:55 +0000 (UTC) Cc: david.ponce@wanadoo.fr, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 22 16:30:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EIS26-0001OC-3n for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2005 16:26:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIS25-0008MA-F8 for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2005 10:26:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EIRz7-0007YS-Am for emacs-devel@gnu.org; Thu, 22 Sep 2005 10:23:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EIRz2-0007W9-65 for emacs-devel@gnu.org; Thu, 22 Sep 2005 10:23:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIRz1-0007J7-7w for emacs-devel@gnu.org; Thu, 22 Sep 2005 10:23:31 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EIRl4-0004Yc-Pc for emacs-devel@gnu.org; Thu, 22 Sep 2005 10:09:06 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RFBH8KS3; Thu, 22 Sep 2005 15:05:07 +0100 Original-Received: from 192.168.111.63 ([192.168.111.63] helo=[192.168.111.63]) by ASSP-nospam ; 22 Sep 05 14:05:07 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: "Kim F. Storm" In-Reply-To: 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:43160 Archived-At: Kim F. Storm wrote: >If a user (accidentally) has e.g. both the current gnus (with icons in >etc/images) and an older version of gnus in load-path, the current >gnus might use the wrong icons. > > More likely the old gnus might use the correct icons, since site-lisp is listed first in the load-path.