emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs pretest 22.1.91


From: Takashi Hiromatsu
Subject: Re: Emacs pretest 22.1.91
Date: Mon, 25 Feb 2008 15:16:33 +0900
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)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]