[mew-int 01088] Re: Flyspell in MEW

Charles Muller acmuller at example.com
Tue Oct 1 19:48:55 JST 2002


Tatsuya recommended the following for automatically starting Flyspell in
MEW:

> Mew's Draft mode evaluates `text-mode-hook' and
> `mew-draft-mode-hook'.  Read the Mew manual for more information.
> (M-x info RET d m Mew RET s hooks RET SPC SPC SPC)

I read this, and tried to enter these "hooks" into my .mew.el file, but even
after adding all of the below lines, Flyspell still doesn't run
automatically when I write a draft or reply message in MEW. Any ideas as to
what I might be missing?

;;Flyspell
(require 'flyspell)
(add-hook 'text-mode-hook 'flyspell-mode)
(add-hook 'mew-make-message-hook 'flyspell-mode)
(add-hook 'mew-draft-mode-hook 'flyspell-mode)
(add-hook 'mew-draft-mode-newdraft-hook 'flyspell-mode)
(add-hook 'mail-send-hook 'flyspell-mode)
(add-hook 'mew-message-mode-hook 'flyspell-mode)


Chuck

---------------------------
Charles Muller  <acmuller at example.com>
Faculty of Humanities,  Toyo Gakuen University
Digital Dictionary of Buddhism and CJKV-English Dictionary 
[http://www.acmuller.net]
Mobile Phone: 090-9310-1787



More information about the Mew-int mailing list