Hi Jorg, 2010/5/30 Jörg Sommer <jo...@alea.gnuu.de>
> Hello Paul, > > Guenter Milde hat am Mon 08. Mar, 11:42 (+0100) geschrieben: > > On 1.03.10, Jörg Sommer wrote: > > > > > when enabling flyspell, I can't use the spell mode from jed. I have set > > > > > autoload("ispell", "/usr/share/jed/lib/ispell.sl"); > > > autoload("flyspell_mode", "flyspell"); > > > > flyspell_mode is part of the "spell suite" in jed-extra and incompatible > > with the standard ispell. > > > > I will not fix this, due to missing knowledge about side effects. > > You may ask the "spell suite" author Paul Boekholt whether he is willing > > to apply your patch in order to allow this unusual combination. > > Some time ago, I've send you a message about the problem of using > flyspell mode and jed's ispell mode. Here's the quote: > > John E. Davis changed lib/ispell.sl of jed to use Ispell_Program_Name. > This happend in version 0.99.19pre177. His adaption of the > Ispell_Program_Name variable is incompatible to your usage in > ispell_init. John puts in this variable the whole command, e.g. > ispell -a, what doesn't work with your usage of this variable. > > You wanted to ask John about his opinion. Did you've got an answer? > Could you fix the problem? > > I don't think it's a problem. If you use flyspell with John's ispell, you can fix this by setting the variable in your .jedrc (flyspell should work with a "-a" option). Anyway, I think the "-a" option should not be in the variable. Emacs' ispell mode has had an ispell-program-name without " -a" for at least 13 years, and my version has used it for 7 years. Users who have customized it and switch to jed's ispell will have problems.