emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrapping apparently fails to compile Lisp files.


From: Lute Kamstra
Subject: Re: Bootstrapping apparently fails to compile Lisp files.
Date: Mon, 07 Mar 2005 02:38:58 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Luc Teirlinck <address@hidden> writes:

[...]

> Your tree does not include the compiled Lisp files.

[...]

> Bootstrapping _claims_ it has compiled a huge number Lisp files, but it
> did not compile one single one.

The problem was introduced by this change:

2005-03-06  Richard M. Stallman  <address@hidden>

        * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.

        * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
        (Feval, Ffuncall): Use CHECK_CONS_LIST.

        * lisp.h (CHECK_CONS_LIST): New macro (two definitions).

        * blockinput.h (UNBLOCK_INPUT_TO): New macro.
        (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.

Specifically, by the use of UNBLOCK_INPUT_TO in eval.c.

Lute.




reply via email to

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