>> 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
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
> > 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
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
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
> 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