From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Martin Siegumfeldt" Newsgroups: gmane.emacs.help Subject: Re: emacs +flyspell Date: Tue, 17 Sep 2002 21:47:42 +0200 Organization: AAU Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <878z20tqfc.fsf@lumen.indyrad.iupui.edu> Reply-To: "Martin Siegumfeldt" NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032292561 10162 127.0.0.1 (17 Sep 2002 19:56:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Sep 2002 19:56:01 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17rORz-0002dN-00 for ; Tue, 17 Sep 2002 21:55:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17rOSF-0007So-00; Tue, 17 Sep 2002 15:56:15 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.net.uni-c.dk!sunsite.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-NNTP-Posting-Host: nemesis.obel.auc.dk Original-X-Trace: sunsite.dk 1032291975 29791 192.168.64.187 (17 Sep 2002 19:46:15 GMT) Original-X-Complaints-To: staff@sunsite.dk Original-NNTP-Posting-Date: Tue, 17 Sep 2002 19:46:15 +0000 (UTC) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-Authenticated: @ Original-Xref: nntp.stanford.edu gnu.emacs.help:105006 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1561 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1561 Thanks it works just fine now.... The only thing I need is to change the language from american into Danish. I've been doing some desperate experiments but it doesn't seem to work. (I am not really into this .emacs config :-/) I appreciate your help Martin "Michael A. Miller" wrote in message news:878z20tqfc.fsf@lumen.indyrad.iupui.edu... > >>>>> "Martin" == Martin Siegumfeldt writes: > > > But i would like it to load automatically when I start > > emacs (eventually when I open a .TEX file) Does anyone have > > an idea? > > Here's what I've got in my .emacs. It turns on flyspell for text > and message modes, and for LaTeX (AUC TeX) modes. > > Mike > > ;; Flyspell > (require 'flyspell) > (add-hook 'test-mode-hook 'flyspell-mode) > (add-hook 'message-mode-hook 'flyspell-mode) > > ;;; For AUC TeX: > (require 'tex-site) > (add-hook 'LaTeX-mode-hook 'flyspell-mode) >