From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.devel Subject: Re: Ispell and unibyte characters Date: Fri, 20 Apr 2012 18:17:14 +0200 Message-ID: <20120420161714.GA15675@agmartin.aq.upm.es> References: <20120412143657.GA18352@agmartin.aq.upm.es> <83d37c4vw5.fsf@gnu.org> <20120413152525.GA14949@agmartin.aq.upm.es> <20120413184401.GA17992@agmartin.aq.upm.es> <20120420152532.GA3733@agmartin.aq.upm.es> <83zka6h0tz.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1334938667 24210 80.91.229.3 (20 Apr 2012 16:17:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2012 16:17:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 20 18:17:46 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SLGWh-0003TR-Us for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2012 18:17:40 +0200 Original-Received: from localhost ([::1]:42165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLGWh-00057R-9O for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2012 12:17:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLGWS-0004Sn-UE for emacs-devel@gnu.org; Fri, 20 Apr 2012 12:17:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLGWN-00087h-FA for emacs-devel@gnu.org; Fri, 20 Apr 2012 12:17:24 -0400 Original-Received: from edison.ccupm.upm.es ([138.100.198.71]:34800 helo=smtp.upm.es) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLGWN-00086r-21 for emacs-devel@gnu.org; Fri, 20 Apr 2012 12:17:19 -0400 Original-Received: from agmartin.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by smtp.upm.es (8.14.3/8.14.3/edison-001) with ESMTP id q3KGHEuI009239; Fri, 20 Apr 2012 18:17:14 +0200 Original-Received: by agmartin.aq.upm.es (Postfix, from userid 1000) id 4A52437F; Fri, 20 Apr 2012 18:17:14 +0200 (CEST) Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <83zka6h0tz.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 138.100.198.71 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149868 Archived-At: On Fri, Apr 20, 2012 at 06:36:40PM +0300, Eli Zaretskii wrote: > > Date: Fri, 20 Apr 2012 17:25:32 +0200 > > From: Agustin Martin > > > > > That was then. Not any more. > > > > I think you mean that iso-8859-* chars are currently unified. I am aware of > > that, but I am speaking about something different, mixed encodings, also > > discussed in that thread together with the iso-8859-1/iso-8859-15 problems. > > > > See attached file. It contains middledot in two encodings, UTF-8 in first > > line and latin1 in the second, together with something that was originally > > written as iso-8859-7 lowercase greek zeta. > > Why should we care about files that mix encodings? We were talking > about dictionary definitions in ispell.el, and that file will surely > NOT mix encodings. Was just trying to explain why I was dealing with this for Debian. Changes committed to Emacs bzr repo did not try to deal with this. -- Agustin