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

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

Bootstrap fails due to flyspell.el change.


From: Lute Kamstra
Subject: Bootstrap fails due to flyspell.el change.
Date: Tue, 07 Jun 2005 11:53:47 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Since this change:

2005-06-06  Stefan Monnier  <address@hidden>

        * textmodes/flyspell.el
        (flyspell-mode-map): Don't overwrite at each load.  Remove code
        redundant with the subsequent add-minor-mode.  Merge Emacs and
        XEmacs code.

(more specifically: since the removal of the autoload cookie of
flyspell-mode-map), bootstrapping fails when loaddefs.el is loaded:

  Loading faces (source)...
  Lists of integers (garbage collection statistics) are normal output
  while building Emacs; they do not indicate a problem.
  ((89820 . 30443) (5309 . 52) (559 . 111) 341871 34737 (14 . 1) (18 . 0) (6755 
. 490))
  Loading loaddefs.el (source)...
  Symbol's value as variable is void: flyspell-mode-map
  make[1]: *** [bootstrap-emacs] Error 255
  make[1]: Leaving directory `/soft/careful/emacs/src'
  make: *** [bootstrap-build] Error 2

To me, the obvious solutions is to put back the autoload cookie.  Any
objections?

Lute.




reply via email to

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