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

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

Re: emacs +flyspell


From: Martin Siegumfeldt
Subject: Re: emacs +flyspell
Date: Tue, 17 Sep 2002 21:47:42 +0200

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" <mmiller3@iupui.edu> wrote in message
878z20tqfc.fsf@lumen.indyrad.iupui.edu">news:878z20tqfc.fsf@lumen.indyrad.iupui.edu...
> >>>>> "Martin" == Martin Siegumfeldt <msie02@kom.auc.dk> 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)
>




reply via email to

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