help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enable flyspell in latex files


From: Sven Bretfeld
Subject: Re: enable flyspell in latex files
Date: Tue, 29 Jul 2008 13:16:36 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hi

Alain Muls <alain.muls@telenet.be> 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

Attachment: pgpXzvRcppJ7u.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]