From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: ispell.el: new dictionary for German/Latin-9? Date: Mon, 13 May 2002 13:29:29 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021289771 10946 127.0.0.1 (13 May 2002 11:36:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 13 May 2002 11:36:11 +0000 (UTC) Cc: Emacs Developers Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177E7f-0002qR-00 for ; Mon, 13 May 2002 13:36:11 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 177EIB-0004W0-00 for ; Mon, 13 May 2002 13:47:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177E7o-0000DP-00; Mon, 13 May 2002 07:36:20 -0400 Original-Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177E52-0008EP-00 for ; Mon, 13 May 2002 07:33:28 -0400 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g4DBVZb07961; Mon, 13 May 2002 13:33:16 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id NAA01949; Mon, 13 May 2002 13:30:10 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 283163B41E; Mon, 13 May 2002 13:29:29 +0200 (CEST) Original-To: ispell-el-bugs@itcorp.com Original-Lines: 20 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3873 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3873 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!