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

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

Re: ispell spanish problem


From: Oliver Scholz
Subject: Re: ispell spanish problem
Date: 23 Apr 2004 00:20:18 -0700

Reiner Steib <4.uce.03.r.s@nurfuerspam.de> wrote in message 
news:<v9vfjrangn.fsf@marauder.physik.uni-ulm.de>...
> On Wed, Apr 21 2004, Luis O. Silva wrote:
> 

> > ("castellano8"
> >  "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
> >  "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
> >  "[-]"
> >  nil
> >  ("-B" "-d" "castellano")
> >   "~latin1" iso-8859-1)
> 
> Hm, a quite similar element works for me (Emacs 21.3, International
> Ispell Version 3.2.06 08/01/01):

I bet this is yet another latin-9 problem.
 
>  ("espanol-latin1"
>   "[A-Za-z\301\311\315\321\323\332\334\341\351\355\361\363\372\374]"
>   "[^A-Za-z\301\311\315\321\323\332\334\341\351\355\361\363\372\374]"

I'd recommend to use "[[:alpha:]]" and "[^[:alpha:]]" here in general.


reply via email to

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