emacs-devel
[Top][All Lists]
Advanced

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

Re: Recursive load of mule-util.elc


From: Kenichi Handa
Subject: Re: Recursive load of mule-util.elc
Date: Wed, 6 Nov 2002 10:07:59 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Juanma Barranquero <address@hidden> writes:
> On Mon, 04 Nov 2002 08:26:47 +0100, Juanma Barranquero <address@hidden> wrote:
>>  Uh, what could be causing this error I get now when starting Emacs?
>>  
>>  > Loading mule-util... [4 times]
>>  > Error during redisplay: (error Recursive load 
>> c:/bin/emacs/HEAD/lisp/international/mule-util.elc 
>> c:/bin/emacs/HEAD/lisp/international/mule-util.elc 
>> c:/bin/emacs/HEAD/lisp/international/mule-util.elc 
>> c:/bin/emacs/HEAD/lisp/international/mule-util.elc 
>> c:/bin/emacs/HEAD/lisp/international/mule-util.elc 
>> c:/bin/emacs/HEAD/lisp/tooltip.elc)
>>  > Loading mule-util...done [4 times]

> I've fixed it by moving `coding-system-eol-type-mnemonic' from
> mule-util.el to mule.el, which seems like the simplest and more logical
> way, as `coding-system-eol-type' is already there. Still, touching mule
> stuff always makes me uneasy...

Thank you for the fix.  I agree that having
coding-system-eol-type-mnemonic in mule.el is better because
the following change calls that function always.

2002-11-02  Stefan Monnier  <address@hidden>

        * bindings.el (mode-line-change-eol)
        (mode-line-eol-desc-cache, mode-line-eol-desc): New.
        (mode-line-mule-info): Use them for the EOL part of the modeline.

But, I still don't know why the previous code signals
recursive loading error.  I can't reproduce the bug even if
I revert your change.  Is the bug specific to Windows?

---
Ken'ichi HANDA
address@hidden





reply via email to

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