emacs-devel
[Top][All Lists]
Advanced

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

Re: ispell change


From: Eli Zaretskii
Subject: Re: ispell change
Date: Fri, 10 May 2002 19:50:33 +0300

> From: address@hidden
> Date: Fri, 10 May 2002 17:51:54 +0200
> 
> I use the following code which allows me to use ispell in a Latin-9
> environment:
> 
> (add-to-list 'ispell-dictionary-alist
>            '("ndeutsch8-15"
>              "[a-zA-Z\304\326\334\344\366\337\374]"
>              "[^a-zA-Z\304\326\334\344\366\337\374]"
>              "[']" t
>              ("-C" "-d" "ndeutsch")
>              "~latin1" iso-8859-15))
> 
> Thoughts?

Can we assume with high probability that `-d ndeutsch' will not pick
up the wrong dictionary?  I think someone (Gerd?) said when a similar
issue popped up in the past that `ndeutsch' is sometimes used for the
German new-orthography dictionaries.

Also, shouldn't \274 and \275 be part of the CASECHARS member of this
list?  Or are those characters unused in German?  (My German is so
rusty that I cannot be sure.)



reply via email to

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