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

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

Re: [newbie] emacs flyspell not understands well accented chars


From: Oliver Scholz
Subject: Re: [newbie] emacs flyspell not understands well accented chars
Date: Mon, 02 Jun 2003 15:53:31 +0200
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (windows-nt)

Mario Giammarco <mgiammarco@nospam.supereva.it> writes:

> Oliver Scholz wrote:
[...]
>> I suspect (but have not tested it) that if the OP replaces the two
>> regexps with "[[:alpha:]]" and "[^[:alpha:]]" respectively, it could
>> work right of the box with Italian, too.
>
>
> So where I have to put this thing? I have to modify it?

Please try to put this into your .emacs (untested!):

(add-to-list 'ispell-local-dictionary-alist
             '("italianx"
               "[[:alpha:]]"
               "[^[:alpha:]]"
               "[']" t
               ("-C" "-d" "<italian-dictionary>")
               "~latin1" iso-8859-15))

(setq ispell-dictionary "italianx")

But replace <italian-dictionary> with the name of the Italian
dictionary on your system.

> BTW: I tried ispell without emacs and it shows strange things: 
>
> perchè is perchM-i

What does that mean? Did you run ispell from a shell?

> So I have tried aspell and it works, I am trying to use aspell with emacs
> but there it does not find LANG=it_IT and so it uses american dictionary.

I don't know aspell. I can't help you here.

    Oliver
-- 
14 Prairial an 211 de la Révolution
Liberté, Egalité, Fraternité!


reply via email to

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