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: Emacs pretest 22.1.91 Date: Sat, 23 Feb 2008 17:29:23 +0200 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203780587 25611 80.91.229.12 (23 Feb 2008 15:29:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 15:29:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Takashi Hiromatsu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 16:30:12 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 1JSwKF-0004ec-7H for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 16:30:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSwJj-0001n6-DF for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 10:29:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSwJg-0001mr-8G for emacs-devel@gnu.org; Sat, 23 Feb 2008 10:29:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSwJe-0001lX-NP for emacs-devel@gnu.org; Sat, 23 Feb 2008 10:29:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSwJe-0001lI-EF for emacs-devel@gnu.org; Sat, 23 Feb 2008 10:29:30 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSwJe-0003uF-6B for emacs-devel@gnu.org; Sat, 23 Feb 2008 10:29:30 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-4-117.inter.net.il [84.228.4.117]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FBI75646 (AUTH halo1); Sat, 23 Feb 2008 17:29:26 +0200 (IST) In-reply-to: (message from Takashi Hiromatsu on Sat, 23 Feb 2008 12:51:30 +0900) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:90119 Archived-At: > Date: Sat, 23 Feb 2008 12:51:30 +0900 > From: Takashi Hiromatsu > Cc: Eli Zaretskii > > I checked 'image-library-alist, which was changed at 22.1.91. > 22.1.90 > ((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll")...[snip]...) > 22.1.91 > ((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.dll")...[snip]...) > > This is the reason that emacs-22.1.91 read /usr/X11R5/bin/libXpm.dll first > on my system. > > 1. Why the Xpm library order in 'image-library-alist was changed? > > 2. Where libxpm.dll can be found? libXpm.dll is included in the binary distribution for Windows, emacs-22.1.91-bin-i386.zip, that you can find on alpha.gnu.org. Or you can download libXpm-3.5.7-w32-src.zip from the same place and build it with MinGW (see the file README in there).