In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug