emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: generic-x mode does not load in init


From: Lute Kamstra
Subject: Re: generic-x mode does not load in init
Date: Fri, 03 Jun 2005 13:34:08 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Clemens Fischer" <address@hidden> writes:

> * Lute Kamstra:
>
>> generic-make-keywords-list should be autoloaded.  Could you revert
>> your change to lisp/generic-x.el and do another make bootstrap?
>
> i did, and to my surprise emacs-cvs got built fine.  then i double
> checked if i really had done "gmake clean" before that first failed
> built, and i had done so.  whatever could have triggered this
> symptom?

The "make clean", actually.  That deletes the old emacs executable,
but not the old loaddefs.el.  As a result, bootstrap-emacs uses the
old loaddefs.el (and not ldefs-boot.el) and fails to compile lisp code
that depends on new autoloads.  You can avoid such problems by not
doing a "make clean" ("make bootstrap" will do the necessary cleaning
itself).

Lute.




reply via email to

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