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 15:30:20 GMT
User-agent: KNode/0.7.2

Oliver Scholz wrote:

> 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.
> 
I am doing something wrong I suppose because when I start flyspell it asks
for /usr/lib/ispell/italianx.hash and similar (it seems to ignore -d
italian)


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

Yes I ran it on a shell.

Thanks again for interest.



reply via email to

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