From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: remove leim/leim-list.el for make bootstrap? Date: Fri, 20 Mar 2009 17:20:34 +0200 Message-ID: References: <87r60seqk5.fsf@catnip.gol.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1237562512 27716 80.91.229.12 (20 Mar 2009 15:21:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Mar 2009 15:21:52 +0000 (UTC) Cc: miles@gnu.org, schwab@linux-m68k.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 20 16:23:10 2009 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 1LkgYY-0003cI-Ek for ged-emacs-devel@m.gmane.org; Fri, 20 Mar 2009 16:22:47 +0100 Original-Received: from localhost ([127.0.0.1]:50951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkgXC-0003Mk-11 for ged-emacs-devel@m.gmane.org; Fri, 20 Mar 2009 11:21:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkgWf-0003E1-WF for emacs-devel@gnu.org; Fri, 20 Mar 2009 11:20:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkgWf-0003Dc-3k for emacs-devel@gnu.org; Fri, 20 Mar 2009 11:20:49 -0400 Original-Received: from [199.232.76.173] (port=55767 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkgWe-0003DU-SU for emacs-devel@gnu.org; Fri, 20 Mar 2009 11:20:48 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:46715) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkgWc-00044w-KI; Fri, 20 Mar 2009 11:20:46 -0400 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KGT0040099V4N00@i-mtaout1.012.net.il>; Fri, 20 Mar 2009 17:20:35 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGT00D979AAIL30@i-mtaout1.012.net.il>; Fri, 20 Mar 2009 17:20:35 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.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:109724 Archived-At: > From: Stefan Monnier > Cc: schwab@linux-m68k.org, emacs-devel@gnu.org, miles@gnu.org > Date: Fri, 20 Mar 2009 09:15:58 -0400 > > >> What am I missing? > > Looks like some bug in `insert', which happens when the buffer from > > which the quail-define-package form was read is in iso-2022-7bit and > > the buffer into which the text is inserted is also iso-2022-7bit: > > could it be that the inserted text is not decoded into the internal > > representation, so that encoding it in utf-8 still leaves behind > > ISO-2022 escapes? > > Indeed, the problem I saw was that the generated file was marked as > "utf-8" but contained iso-2022 encoded text Actually, I think it was the other way around: the generated file had the iso-2022-7bit coding tag, but included a UTF-8 encoded text from leim-ext.el. > But `insert' doesn't decode/encode. I don't have any real evidence, I was just desperate to provide some explanation. I think Andreas found the _real_ reason: a stale quail.elc. Although, since Miles said even a bootstrap didn't help, perhaps there's something else at work here. Btw, since we remove leim-list.el before updating it, why does quail-update-leim-list-file works so hard to remove some parts of it, identify garbled lines, etc.? Isn't all that just a waste of cycles?