Xref: utzoo comp.emacs:10035 comp.text.tex:5239 gnu.emacs.help:1109 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!dog.ee.lbl.gov!boole.msri.org!rdong From: rdong@boole.msri.org (Rui-Tao Dong) Newsgroups: comp.emacs,comp.text.tex,gnu.emacs.help Subject: Ispelling in emacs, Summary Message-ID: <9670@dog.ee.lbl.gov> Date: 7 Feb 91 22:03:52 GMT References: <9504@dog.ee.lbl.gov> <9607@dog.ee.lbl.gov> Reply-To: rdong@boole.msri.org (Rui-Tao Dong) Organization: Mathematical Sciences Research Institute Lines: 22 X-Local-Date: Thu, 7 Feb 91 14:03:52 PST Thanks for the numerous replies to my question. I have finally settled on the following. It works fine for me. I added the following to my .emacs without touching ispell.el. (setq LaTeX-mode-hook '(lambda () (setq ispell-filter-hook "detex") (setq ispell-filter-hook-args '("-lw")))) (setq TeX-mode-hook '(lambda () (setq ispell-filter-hook "detex") (setq ispell-filter-hook-args '("-w")))) Thanks again to all the people who have helped. Regards, ------------------------------------------------------------------------- Rui - Tao Dong | (415) 237 - 7628 (H) 110 Lakeshore Court | (415) 643 - 6048 (O) Richmond, CA 94804 | rdong@borel.msri.org