gnu.emacs.help
[Top] [All Lists]

Re: enable flyspell in latex files

Subject: Re: enable flyspell in latex files
From: Sven Bretfeld <sven.bretfeld@xxxxxx>
Date: Tue, 29 Jul 2008 13:16:36 +0200
Newsgroups: gnu.emacs.help
Hi

Alain Muls <alain.muls@xxxxxxxxxx> writes:

> I cannot enable flyspell mode in latex files during startup. What is
> the exact procedure for it. 

(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t) 
(add-hook 'LaTeX-mode-hook 'flyspell-mode)

> I also need to switch between 3 dictionaries (EN, FR & NL).

Set your default dictionary with:

(setq ispell-dictionary "british")

Change the dictionary with M-x ispell-change-dictionary. TAB will
reveal which dictionaries are available.

Bye

Sven
<Prev in Thread] Current Thread [Next in Thread>