From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Takashi Hiromatsu Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.1.91 Date: Mon, 25 Feb 2008 15:16:33 +0900 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> <47C17D74.9050204@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1203920270 30046 80.91.229.12 (25 Feb 2008 06:17:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 06:17:50 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 07:18:14 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 1JTWfF-0005vn-TI for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 07:18:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTWej-00016t-Ru for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 01:17:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTWef-00016o-Fa for emacs-devel@gnu.org; Mon, 25 Feb 2008 01:17:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTWea-00016Z-VO for emacs-devel@gnu.org; Mon, 25 Feb 2008 01:17:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTWea-00016W-Q9 for emacs-devel@gnu.org; Mon, 25 Feb 2008 01:17:32 -0500 Original-Received: from mx54.ms.so-net.ne.jp ([202.238.83.4]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTWea-0000m8-De for emacs-devel@gnu.org; Mon, 25 Feb 2008 01:17:32 -0500 Original-Received: from matsuan.so-net.ne.jp (nproxy.vdn.pwd.ne.jp [210.249.184.60]) (authenticated) by mx54.ms.so-net.ne.jp with ESMTP id m1P6HOR2032289; Mon, 25 Feb 2008 15:17:25 +0900 Original-Received: by matsuan.so-net.ne.jp (sSMTP sendmail emulation); Mon, 25 Feb 2008 15:16:53 +0900 In-Reply-To: User-Agent: Wanderlust/2.15.6 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.10 (Furuichi) APEL/10.7 Emacs/22.1.91 (i386-mingw-nt5.0.2195) MULE/5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: 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:90351 Archived-At: > it, as it can be assumed it is relatively stable and compatible. If > the user really prefers to use another library, he can trivially > modify `image-library-alist' in his .emacs. I wrote this in my site-start.el or .emacs.el. (setcdr (assoc 'xpm image-library-alist) '("libXpm-nox4.dll" "xpm4.dll" "libxpm.dll")) 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. Takashi Hiromatsu