[mew-int 02014] Re: Flyspell in MEW
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Fri Mar 18 18:08:49 JST 2005
Hello,
> Although I used to have Flyspell running automatically in MEW, it
> doesn't seem to start up any more. I am guessing that there might be
> some change in the invocation of Flyspell in Emacs that I am not aware
> of.
I guess text-mode-hook is called twice (at the file insertion and at
the beginning of Mew's draft mode). So, flyspell turns on and truns
off.
You can use the following workaround:
(add-hook 'text-mode-hook (lambda () (flyspell-mode 1)))
--Kazu
More information about the Mew-int
mailing list