Re: boostrap failed because of flyspell-mode-map

2005-06-08 Thread Stefan Monnier
>> Using define-minor-mode to implement flyspell-mode seems a cleaner >> solution to me. > I just installed this fix. You may have to delete lisp/loaddefs.el to > make bootstrapping work again. Thanks, Stefan ___ Emacs-devel mailing list Em

Re: boostrap failed because of flyspell-mode-map

2005-06-08 Thread Lute Kamstra
Lute Kamstra <[EMAIL PROTECTED]> writes: > Using define-minor-mode to implement flyspell-mode seems a cleaner > solution to me. I just installed this fix. You may have to delete lisp/loaddefs.el to make bootstrapping work again. Lute. ___ Emacs-deve

Re: boostrap failed because of flyspell-mode-map

2005-06-07 Thread Nick Roberts
> > I think the right fix is for someone with a clean checkout of the lisp > > files to generate and check in a new version of ldefs-boot.el > > Why do you think that will solve the problem? It won't. Your analysis is more complete than mine. It just seemed to me that flyspell-mode-map should

Re: boostrap failed because of flyspell-mode-map

2005-06-07 Thread Lute Kamstra
Nick Roberts <[EMAIL PROTECTED]> writes: > > After today's update of CVS Emacs, bootstrap failed with this error > > when dumping Emacs: > ... > > > It seems that autoload cookies are missing in flyspell.el for > > flyspell-mode-map and other variables it refers to. > > > > The following p

Re: boostrap failed because of flyspell-mode-map

2005-06-07 Thread Lute Kamstra
David PONCE <[EMAIL PROTECTED]> writes: [...] > After today's update of CVS Emacs, bootstrap failed with this error > when dumping Emacs: [...] > while building Emacs; they do not indicate a problem. > ((15247 . 4070) (4364 . 4) (549 . 0) 104139 45313 (13 . 1) > (17 . 0) (4954 . 527)) > Loadin

Re: boostrap failed because of flyspell-mode-map

2005-06-07 Thread Albert Veli
> The following patch fixed the problem for me. > > Hope it helps. > Sincerely, > David > Yes, it works (on Ubuntu) after applying the patch and doing: $ cd lisp $ make autoloads EMACS=../src/emacs-22.0.50 $ cd .. $ make bootstrap (I'm lucky to have a fast computer :-) /Albert