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

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

Re: Spellcheking for Croatian


From: Colin S. Miller
Subject: Re: Spellcheking for Croatian
Date: Sun, 21 Feb 2010 21:14:31 +0000
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Stjepan wrote:

Dear all

I need some help with Emacs, but it seem that nobody can help me. I want to use Emacs but problem is with *spell for my language - Croatian. I use Debian - Lenny, and in Lenny there are only aspell and myspell for Croatian (hr). Is it possible to put this two (aspell und myspell) in Emacs and to work with it? If yes, please explain me, but please simply. And then how can I put it in Emacs, but please Debian way.
Stjepan,
try adding this to your .emacs

(setq-default ispell-program-name "aspell")
(setq ispell-dictionary 'croatian)

you'll need to install the "aspell-hr" package on Debian.

HTH,
Colin S. Miller



reply via email to

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