emacs-devel
[Top][All Lists]
Advanced

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

ispell change


From: Kai Großjohann
Subject: ispell change
Date: Fri, 10 May 2002 17:51:54 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i686-pc-linux-gnu)

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?

kai
-- 
Silence is foo!



reply via email to

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