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

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

Re: Local Variables -- ispell


From: Kevin Rodgers
Subject: Re: Local Variables -- ispell
Date: Tue, 24 Jan 2006 14:36:01 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Alberto Manuel Brandão Simões wrote:
> I am trying to enable flyspell-mode and change ispell dictionary for
> Portuguese using Local Variables: syntax.
>
> At the moment, I just can do that with eval, which is not nice.

Is this what you're doing?

;; -*- eval: (ispell-change-dictionary "portugues"); -*-

> Is not there an easy way to enable flyspell and change its dictionary?

How about:

;; -*- ispell-local-dictionary: "portugues"; -*-

--
Kevin Rodgers





reply via email to

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