[mew-int 02013] Flyspell in MEW

Charles Muller cmuller-lst at example.com
Tue Mar 15 15:02:52 JST 2005


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.

Below is what I am presently using. Is there perhaps something missing
in this code?

Chuck

-------------------------------

;; Flyspell
(require 'flyspell)
(add-hook 'text-mode-hook 'flyspell-mode)

(display-time)
;;WORD WRAP AUTOFILL
(flyspell-mode 1)
(setq default-major-mode 'text-mode)
(setq default-major-mode 'mew-mode)
(setq text-mode-hook
      '(lambda nil
	 (setq fill-column 70)
	 (auto-fill-mode 1)
	 ))

(setq ispell-skip-sgml t)
(set-default 'ispell-local-dictionary "american")

------------------------------



---------------------------
Charles Muller  

Toyo Gakuen University
Faculty of Humanities  
1660 Hiregasaki, Nagareyama-shi
Chiba 270-0161 JAPAN
Mobile Phone: 090-9310-1787

Web Site: Resources for East Asian Language and Thought
http://www.acmuller.net

<acmuller[at]jj.em-net.ne.jp>   




More information about the Mew-int mailing list