From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan@ifi.lmu.de, Hoffmann@ifi.lmu.de Newsgroups: gmane.emacs.bugs Subject: Re: German Aspell6 Directory Date: Tue, 30 Jan 2007 18:01:02 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1170226595 17621 80.91.229.12 (31 Jan 2007 06:56:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2007 06:56:35 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 31 07:56:23 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HC9OG-0002Ck-GP for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Jan 2007 07:56:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HC9OG-0000ji-0V for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Jan 2007 01:56:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HC4mT-0001lf-F3 for bug-gnu-emacs@gnu.org; Tue, 30 Jan 2007 21:01:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HC4mS-0001lT-5c for bug-gnu-emacs@gnu.org; Tue, 30 Jan 2007 21:01:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HC4mS-0001lO-1k for bug-gnu-emacs@gnu.org; Tue, 30 Jan 2007 21:01:00 -0500 Original-Received: from acheron.ifi.lmu.de ([129.187.214.135]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HC4mR-0007Jr-Fe for bug-gnu-emacs@gnu.org; Tue, 30 Jan 2007 21:00:59 -0500 Original-Received: from internaldeliver.acheron.ifi.lmu.de (localhost [127.0.0.1]) by acheron.ifi.lmu.de (Postfix) with ESMTP id DEE9C4378F for ; Wed, 31 Jan 2007 03:00:53 +0100 (CET) Original-Received: from jan-mac.wan (dsl093-032-122.snd1.dsl.speakeasy.net [66.93.32.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by acheron.ifi.lmu.de (Postfix) with ESMTP id 1F8E8435F1 for ; Wed, 31 Jan 2007 03:00:52 +0100 (CET) In-Reply-To: (Jan Hoffmann's message of "Tue, 30 Jan 2007 12:48:31 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Wed, 31 Jan 2007 01:56:17 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15568 Archived-At: Hello! I've updatet Aspell to version 0.60.5 and it works without problems now! Seems to be an Aspell bug after all... Jan Jan Hoffmann writes: > Hi! > > Here's a bug, that seems to be Emacs intern. Command line spell > checking with Aspell works but with ispell.el it doesn't. > > I'm using=20 > > Emacs 22.0.50.1 (i386-apple-darwin8) > Aspell 0.60.4 with dict 31aspell6-de-20030222-1 > > Aspell subproc seems to work right but exits when checking (wrong) > german words like > > Farb, R=C3=BCckgra, ... > > with the dictionaries deutsch, german, deutsch8, german8, > de_DE,... English dictionaries work fine. > > I ques it has something to do with the affix stuff...!? (every time it > crashes there is a message about affix replacements in the word list) > > Aspell quits with one of these messages: (seems to depend on if it was > called with check-word or check-region) > > "Ispell and its process have different character maps" > "wrong type argument: ..." > > Now I've installed the old german aspell-de-0.50-2 dictionary and it > works again (as with aspell 0.5 before). > > What's wrong with the 31aspell6-de-20030222-1 dict in Emacs? Maybe I > have to change the ispell-dictionary-alist? How? > > Jan