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: Mario Giammarco
Subject: Re: [newbie] emacs flyspell not understands well accented chars
Date: Mon, 02 Jun 2003 12:09:45 GMT
User-agent: KNode/0.7.2

Oliver Scholz wrote:

>>
>> It's fairly easy to fool ispell.  I use the following kludge:
>>
>> (require 'ispell)
>> (add-to-list 'ispell-local-dictionary-alist
>> '("ndeutsch8-15"
>> "[a-zA-Z\xf44\xf56\xf5c\xf5f\xf64\xf76\xf7c]"
>> "[^a-zA-Z\xf44\xf56\xf5c\xf5f\xf64\xf76\xf7c]"
>> "[']" t
>> ("-C" "-d" "ndeutsch")
>> "~latin1" iso-8859-15))
>>

> 
> 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?

BTW: I tried ispell without emacs and it shows strange things: 

perchè is perchM-i

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.


reply via email to

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