| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: What does 'run' do in cperl-mode?, Nikolaj Schumacher |
|---|---|
| Next by Date: | HOWTO naming frames?, giglio robbo' d'acciaio |
| Previous by Thread: | enable flyspell in latex files, Alain Muls |
| Next by Thread: | Re: enable flyspell in latex files, David Hansen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |