From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Bug 130397 Date: Fri, 07 Jan 2005 23:27:54 +0200 Organization: JURTA Message-ID: <878y7553qd.fsf@jurta.org> References: <20040517120658.GA6919@agmartin.aq.upm.es> <20041217121515.GA2270@agmartin.aq.upm.es> <200412221237.VAA07262@etlken.m17n.org> <20041222171306.GA4462@agmartin.aq.upm.es> <200501041250.VAA10883@etlken.m17n.org> <200501050200.LAA12589@etlken.m17n.org> <873bxgjxrp.fsf-monnier+emacs@gnu.org> <200501050550.OAA13142@etlken.m17n.org> <20050107153618.GA1508@agmartin.aq.upm.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105138353 10884 80.91.229.6 (7 Jan 2005 22:52:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2005 22:52:33 +0000 (UTC) Cc: 130397@bugs.debian.org, k.stevens@ieee.org, ispell-el-bugs@itcorp.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 07 23:52:14 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cn2xp-0003cn-00 for ; Fri, 07 Jan 2005 23:52:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cn39C-0003P7-JQ for ged-emacs-devel@m.gmane.org; Fri, 07 Jan 2005 18:03:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cn35b-00029A-E1 for emacs-devel@gnu.org; Fri, 07 Jan 2005 18:00:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cn35F-0001v9-CJ for emacs-devel@gnu.org; Fri, 07 Jan 2005 18:00:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cn35A-0001tS-4s for emacs-devel@gnu.org; Fri, 07 Jan 2005 17:59:48 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cn2rM-0001pB-Qj for emacs-devel@gnu.org; Fri, 07 Jan 2005 17:45:33 -0500 Original-Received: from [194.126.101.98] (helo=MXR-5.estpak.ee) by mx20.gnu.org with esmtp (Exim 4.34) id 1Cn2c2-0005EX-RR for emacs-devel@gnu.org; Fri, 07 Jan 2005 17:29:43 -0500 Original-Received: from mail.neti.ee (80-235-36-177-dsl.mus.estpak.ee [80.235.36.177]) by MXR-5.estpak.ee (Postfix) with ESMTP id A9135112D4A; Sat, 8 Jan 2005 00:29:27 +0200 (EET) Original-To: Agustin Martin In-Reply-To: <20050107153618.GA1508@agmartin.aq.upm.es> (Agustin Martin's message of "Fri, 7 Jan 2005 16:36:18 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32017 Agustin Martin writes: > *Ken*, since you are being cc'ed I vaguely remembered some info I somewhere > read about this misalignements. I finally found it, > > http://lists.gnu.org/archive/html/emacs-devel/2002-09/msg01007.html The bug reported on this URL occurs only in Emacs 21.3, not in Emacs CVS. It seems something was fixed already. However, with a strange coincidence I got the same error in Emacs CVS just today for the first time. So I can describe how this bug can be reproduced in Emacs CVS: when the first part of a word was copied from an external application and got encoded in the buffer in mule-unicode-0100-24ff, and the second part of the word typed with an input method and gets encoded in cyrillic-iso8859-5, then calling ispell-buffer on a buffer with the word composed with different encodings with `russian' dictionary signals the error "Ispell misalignment". And while on this topic, I want to remind that many Emacs users suffer from the inability of ispell.el to simultaneously check mixed multi-language texts. So, whoever fixes ispell.el, please take that into account. Such combining is quite easily doable for any disjoint alphabets, as well as for alphabets where one alphabet is a superset of another, like e.g. English and some other Latin-based alphabets. Even for overlapping alphabets it would be possible with using the `w' syntax to get a word and to feed it to different ispell instances for each dictionary. -- Juri Linkov http://www.jurta.org/emacs/