From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.1.91 Date: Mon, 25 Feb 2008 11:58:32 +0100 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> <47C17D74.9050204@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203937411 14185 80.91.229.12 (25 Feb 2008 11:03:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 11:03:31 +0000 (UTC) Cc: Emacs Devel , Jason Rumney To: "Takashi Hiromatsu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 12:03:52 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 1JTb7b-0008D0-5O for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 12:03:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTb75-0005sf-Gg for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 06:03:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTb2a-0001by-GT for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:58:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTb2Y-0001aH-Oz for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:58:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTb2Y-0001a0-G4 for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:58:34 -0500 Original-Received: from el-out-1112.google.com ([209.85.162.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTb2Y-00077Q-3G for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:58:34 -0500 Original-Received: by el-out-1112.google.com with SMTP id m34so1358719ele.10 for ; Mon, 25 Feb 2008 02:58:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=N3/JvDCnz04D1WW0fXsX3k+fPHzkOw1XYytycRsD9DQ=; b=S/J56/jWfIPFr6tAle6RlK7gRaGCc7HJLNqFieW9VbtqO56wRVTTH99RwBOxyMaC2B7Yk+4NzUZPUEiTpPSOUDD/EeSKteB4bXDZ3XX5V28LIGU2MWO4cjXVAo+JdADGQMK27PSsH5fZGqImCVKFb/RSn+NacaHuyi8qUnVhXrE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LalVIoM6MvW/IbHmezX+EOJZ56gsPZnLA6lNRUu9PdmvQ8o1G4+cvT9hdq/aFpgYlQGnwIdcGmy9ua+7A2tk0zDm2gglOhFFClzfdMpCHw8nb+1RK0z7s0Uprih5bh6ehW6GWYp7WIs3/ccgMXSv4tlcKpJcYEGfhTqCC1VCMMk= Original-Received: by 10.114.191.1 with SMTP id o1mr3324577waf.66.1203937112270; Mon, 25 Feb 2008 02:58:32 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Mon, 25 Feb 2008 02:58:32 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:90385 Archived-At: On Mon, Feb 25, 2008 at 7:16 AM, Takashi Hiromatsu wrote: > When start Emacs from cygwin shell, Emacs hanged up during startup. It > seems that emacs read xpm library, before evaluate site-start.el and > .emacs.el. You're compiling from the trunk, I suppose? 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? Juanma