emacs-devel
[Top][All Lists]
Advanced

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

Re: GNU Emacs CVS HEAD:


From: Juanma Barranquero
Subject: Re: GNU Emacs CVS HEAD:
Date: Sat, 21 Jan 2006 00:48:08 +0100

On 1/20/06, Eli Zaretskii <address@hidden> wrote:

> I have some idea.  What I see in the debugger is that, when loadup
> comes to load cyrillic.el, the file just before indian.el, it
> repeatedly calls `openp' to load code-pages.el, but never closes the
> resulting handle.  The reason it doesn't close it is that, after
> `openp' returns, Fload checks if we are in recursive load cycle, and
> finds that we are! (After the loop which looks at Vloads_in_progress,
> `count's value is 4.)  It then calls Fsignal to signal this error, but
> since we are in a protected form, Fsignal just unwinds there, and the
> load continues (or so it seems).

FWIW, even after your patches, *Messages* contains:

Error during redisplay: (error Recursive `require' for feature
`code-pages') [126 times]

--
                    /L/e/k/t/u




reply via email to

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