From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: Alain Muls <alain.muls@telenet.be>
Cc: emacs list <help-gnu-emacs@gnu.org>
Subject: Re: enable flyspell in latex files
Date: Tue, 29 Jul 2008 13:16:36 +0200 [thread overview]
Message-ID: <87d4kxey97.fsf@kamaloka.dhatu> (raw)
In-Reply-To: <488EC973.8060504@telenet.be> (Alain Muls's message of "Tue\, 29 Jul 2008 09\:40\:35 +0200")
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
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 #2: Type: application/pgp-signature, Size: 196 bytes --]
next prev parent reply other threads:[~2008-07-29 11:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-29 7:40 enable flyspell in latex files Alain Muls
2008-07-29 11:16 ` Sven Bretfeld [this message]
2008-07-29 11:34 ` David Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d4kxey97.fsf@kamaloka.dhatu \
--to=sven.bretfeld@gmx.ch \
--cc=alain.muls@telenet.be \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.