Lute Kamstra <[EMAIL PROTECTED]> writes:

> The warnings indicate that the define-generic-mode macro is not
> defined when generic-x.el is compiled.  define-generic-mode is an
> autoloaded macro in generic.el and it seems that autoloads for
> generic.el are created.  So why isn't generic loaded when generic.el
> is compiled?

Because bootstrap-emacs does not have the newest autoloads preloaded, but
rather the old ones from ldefs-boot.el.

> What I find puzzling as well is that when I do a second "make
> bootstrap" after the first failed, things just work fine:

Try removing lisp/loaddefs.el first.

I've now updated lips/ldefs-boot.el and removed the require from
generic-x.el again.

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to