emacs-devel
[Top][All Lists]
Advanced

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

ispell.el: new dictionary for German/Latin-9?


From: Kai Großjohann
Subject: ispell.el: new dictionary for German/Latin-9?
Date: Mon, 13 May 2002 13:29:29 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i686-pc-linux-gnu)

Right now, ispell.el has the deutsch8 dictionary which uses Latin-1
encoding.  It is not possible to use this to spell-check German text
which is in Latin-9.  I therefore propose an addition to
ispell-dictionary-alist along the following lines:

(add-to-list 'ispell-dictionary-alist
             '("deutsch8-15"
               "[a-zA-Z\304\326\334\344\366\337\374]"
               "[^a-zA-Z\304\326\334\344\366\337\374]"
               "[']" t
               ("-C" "-d" "deutsch")
               "~latin1" iso-8859-15))

(I'm not sure it's a good idea to put "~latin1" there...)

What do you think?

kai
-- 
Silence is foo!



reply via email to

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