On Tue, Nov 29, 2005 at 04:29:24PM +0100, Luis Fernando Llana Díaz wrote: > Anyway, I have found out a way to reproduce the bug. First you must notice > that by default I have activated the fly spell mode when loading a LaTeX file > with > > (add-hook 'LaTeX-mode-hook 'flyspell-mode) > > and the default dictionary is "castellano8", I do not know if with other > languages there is a similar problem. To reproduce the error you must load > the attached file and then switch to LaTeX-mode with (M-x LaTeX-mode).
For the records, I also cannot reproduce this at all. Including the line above in my ~/.emacs and using the file you provided slightly modified by adding to the end %% Local Variables: %% mode: latex %% ispell-local-dictionary: "castellano8" %% End: enables flyspell mode, which works as expected. -- Agustin

