From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Adding ispell-multi.el and friends to Emacs Date: Mon, 18 Jun 2007 14:35:14 +0200 Message-ID: <46767C02.4080806@gmx.at> References: <87zm32k7zl.fsf@dur.ac.uk> <87ejkchlh2.fsf@heslin.eclipse.co.uk> <20070617210511.GB5230@agmartin.aq.upm.es> <87645ml132.fsf@jurta.org> <87abuygoqo.fsf@heslin.eclipse.co.uk> <20070618095506.GA4724@agmartin.aq.upm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182170280 7369 80.91.229.12 (18 Jun 2007 12:38:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2007 12:38:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Agustin Martin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 18 14:37:57 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0GUW-0005pM-Ru for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2007 14:37:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0GUW-0004wD-3h for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2007 08:37:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0GUL-0004sl-CP for emacs-devel@gnu.org; Mon, 18 Jun 2007 08:37:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0GUK-0004sN-Kh for emacs-devel@gnu.org; Mon, 18 Jun 2007 08:37:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0GUK-0004sH-Ce for emacs-devel@gnu.org; Mon, 18 Jun 2007 08:37:44 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I0GUJ-0007If-RI for emacs-devel@gnu.org; Mon, 18 Jun 2007 08:37:44 -0400 Original-Received: (qmail invoked by alias); 18 Jun 2007 12:37:42 -0000 Original-Received: from N902P014.adsl.highway.telekom.at (EHLO [62.47.56.174]) [62.47.56.174] by mail.gmx.net (mp057) with SMTP; 18 Jun 2007 14:37:42 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+GTcFG7WWGUbyFW4YYfFE3SsPKipzOukRhKkOPYS 2I8ksEJdpoIYzZ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <20070618095506.GA4724@agmartin.aq.upm.es> X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6 (newer, 1) 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: news.gmane.org gmane.emacs.devel:73231 Archived-At: > A mixed approach would be to first parse line and loop over words if a > language change is detected or active and send lines otherwise. I only > looked once at the line handling code to try doing something like that in > case of misalignments (doing line per words in case a misalignment is > found), but I had no success at all. FWIW, I have misalignment clashes only when Emacs and the spell system disagree about the coding system. In that case, however, the output of the spell system is unusable for single words too.