emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Fontsets and ispell


From: Kenichi Handa
Subject: Re: Fontsets and ispell
Date: Tue, 22 Feb 2005 10:29:28 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3.50 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Peter Dyballa <address@hidden> writes:

> I changed them this way:

>       (setq ispell-local-dictionary-alist
>           '(("english"
>              "[a-zA-Z]" "[^a-zA-Z]" "[']" t ("-C") "~tex" iso-8859-1)
>       ;      ("german"
>       ;       "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1)
>             ("german8"
>              "[  
> a-zA- 
> Z\300\301\302\304\306\307\310\311\312\314\315\316\321\322\323\324\326\33 
> 1\332\333\334\337\340\34\
         
> 1\342\344\346\347\350\351\352\354\355\356\361\362\363\364\366\371\372\37 
> 3\374]"
                
> "[^a-zA- 
> Z\300\301\302\304\306\307\310\311\312\314\315\316\321\322\323\324\326\33 
> 1\332\333\334\337\340\34\
         
> 1\342\344\346\347\350\351\352\354\355\356\361\362\363\364\366\371\372\37 
> 3\374]"
>              "" t ("-d" "german") "~latin1" iso-8859-1)))

> and still I get this error:

> Debugger entered--Lisp error: (error "Ispell misalignment: word  
> `s\x8e9rifs' point 1818; probably incompatible versions")

At first, are you sure that you are using ispell.el
distributed with CVS emacs?

Next, \x8e9 is a latin-1 character e-acute (latin-1 code is
\351).  Are you sure that your "german" dictionally
recognizes that character as word constituent?  At least,
ispell.el in Emacs doesn't include that character in
CASECHARS.  Isn't there any good reason for not including
it?

---
Ken'ichi HANDA
address@hidden




reply via email to

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