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: Mon, 25 Feb 2008 22:07:39 +0200 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> <47C17D74.9050204@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203970095 9626 80.91.229.12 (25 Feb 2008 20:08:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 20:08:15 +0000 (UTC) Cc: matsuan@ca2.so-net.ne.jp, jasonr@gnu.org, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 21:08:39 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 1JTjcg-0002qp-Px for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 21:08:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTjcB-000149-4n for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 15:07:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTjc6-00011a-NJ for emacs-devel@gnu.org; Mon, 25 Feb 2008 15:07:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTjc4-00010I-3i for emacs-devel@gnu.org; Mon, 25 Feb 2008 15:07:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTjc3-00010F-VE for emacs-devel@gnu.org; Mon, 25 Feb 2008 15:07:47 -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 1JTjc0-0005kc-0i; Mon, 25 Feb 2008 15:07:44 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-119-247.inter.net.il [84.229.119.247]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FCE10866 (AUTH halo1); Mon, 25 Feb 2008 22:07:35 +0200 (IST) In-reply-to: (lekktu@gmail.com) 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:90428 Archived-At: > Date: Mon, 25 Feb 2008 11:58:32 +0100 > From: "Juanma Barranquero" > Cc: Emacs Devel , Jason Rumney > > I've just checked the 22.2 prerelease, and it obeys > image-library-alist changes in .emacs (wrt libxpm, I mean). However, > the trunk does not; it is loading libxpm before the init files run. > > Jason, do you think that is a change on the Windows port, or a general > change that just bites in Windows because of the delayed loading? I think instead of hypothesizing, it's easier to run Emacs under a debugger, put a breakpoint where it loads image support libraries, and look at the backtrace when that breakpoint fires.