From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Bretfeld Newsgroups: gmane.emacs.help Subject: Re: enable flyspell in latex files Date: Tue, 29 Jul 2008 13:16:36 +0200 Message-ID: <87d4kxey97.fsf@kamaloka.dhatu> References: <488EC973.8060504@telenet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1217330237 17265 80.91.229.12 (29 Jul 2008 11:17:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2008 11:17:17 +0000 (UTC) Cc: emacs list To: Alain Muls Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 29 13:18:07 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KNnDR-0001pr-Je for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2008 13:18:05 +0200 Original-Received: from localhost ([127.0.0.1]:38011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNnCW-0004fZ-TZ for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2008 07:17:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNnCB-0004eP-Hc for help-gnu-emacs@gnu.org; Tue, 29 Jul 2008 07:16:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNnC9-0004dD-Mr for help-gnu-emacs@gnu.org; Tue, 29 Jul 2008 07:16:47 -0400 Original-Received: from [199.232.76.173] (port=58482 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNnC9-0004d5-Fe for help-gnu-emacs@gnu.org; Tue, 29 Jul 2008 07:16:45 -0400 Original-Received: from mx1.rz.ruhr-uni-bochum.de ([134.147.32.86]:46991) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KNnC9-0002Br-1O for help-gnu-emacs@gnu.org; Tue, 29 Jul 2008 07:16:45 -0400 X-Queued: (qmail 16267 invoked from network); 29 Jul 2008 11:16:42 -0000 Original-Received: from c2-3-4.rz.ruhr-uni-bochum.de (134.147.64.5) by mx1.rz.ruhr-uni-bochum.de with SMTP; 29 Jul 2008 11:16:42 -0000 X-Queued: (qmail 12068 invoked by uid 281); 29 Jul 2008 11:16:42 -0000 X-Qmailscanner: from 78.94.145.47 (0axIjN0NPR8B7B8t8l/yPA==@78.94.145.47) by c2-3-4.rz.ruhr-uni-bochum.de (envelope-from , uid 80) with qmail-scanner-2.01 (sophie: 3.05/2.74/4.30. Clear:RC:1(78.94.145.47):. Processed in 0.032602 secs); 29 Jul 2008 11:16:42 -0000 Original-Received: from ip-78-94-145-47.hsi.ish.de (HELO kamaloka.dhatu) (0axIjN0NPR8B7B8t8l/yPA==@78.94.145.47) by c2-3-4.rz.ruhr-uni-bochum.de with (DHE-RSA-AES128-SHA encrypted) SMTP; 29 Jul 2008 11:16:42 -0000 In-Reply-To: <488EC973.8060504@telenet.be> (Alain Muls's message of "Tue\, 29 Jul 2008 09\:40\:35 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56021 Archived-At: --=-=-= Content-Transfer-Encoding: quoted-printable Hi Alain Muls writes: > I cannot enable flyspell mode in latex files during startup. What is > the exact procedure for it.=20 (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)=20 (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 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiO/BkACgkQV5JTHLAduAaFSQCfVS3U69/C+bH76q/k5OMl73SN vNMAn0iMHTpH7z27Fr4rOLZzPI7ERo1w =yOZE -----END PGP SIGNATURE----- --=-=-=--