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:13:53 +0200 Message-ID: References: <87r60seqk5.fsf@catnip.gol.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1237562058 26025 80.91.229.12 (20 Mar 2009 15:14:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Mar 2009 15:14:18 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 20 16:15:35 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 1LkgRZ-0000A2-LZ for ged-emacs-devel@m.gmane.org; Fri, 20 Mar 2009 16:15:33 +0100 Original-Received: from localhost ([127.0.0.1]:49747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkgQC-0001Oc-Il for ged-emacs-devel@m.gmane.org; Fri, 20 Mar 2009 11:14:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkgQ6-0001OU-3U for emacs-devel@gnu.org; Fri, 20 Mar 2009 11:14:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkgQ4-0001Ny-CT for emacs-devel@gnu.org; Fri, 20 Mar 2009 11:14:00 -0400 Original-Received: from [199.232.76.173] (port=41191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkgQ4-0001Nv-73 for emacs-devel@gnu.org; Fri, 20 Mar 2009 11:14:00 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:12323) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkgQ1-0003MN-UP; Fri, 20 Mar 2009 11:13:58 -0400 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KGT00I00838XC00@i_mtaout2.012.net.il>; Fri, 20 Mar 2009 17:13:56 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KGT00M1S8Z4HWL2@i_mtaout2.012.net.il>; Fri, 20 Mar 2009 17:13:53 +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:109723 Archived-At: > From: Andreas Schwab > Cc: miles@gnu.org, emacs-devel@gnu.org > Date: Fri, 20 Mar 2009 14:14:27 +0100 > > I think it can happen that the Emacs that wrote leim-list.el used an > outdated version of international/quail.elc, so the contents were forced > to be written in iso-2022-7bit, although the coding tag already says > utf-8. Well, quail.el didn't (and doesn't) explicitly modify the coding tag, so it was rewritten only when the buffer is saved. But I think you are right in pointing out the root cause: a stale quail.elc. What it caused is that leim-list.el was written out as iso-2022-7bit, but then portions of leim-ext.el, which was already in UTF-8, were appended to it, which made the file inconsistently encoded (since Sed just copies raw bytes).