From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: remove leim/leim-list.el for make bootstrap? Date: Fri, 20 Mar 2009 16:22:19 -0400 Message-ID: References: <87r60seqk5.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237580598 26199 80.91.229.12 (20 Mar 2009 20:23:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Mar 2009 20:23:18 +0000 (UTC) Cc: miles@gnu.org, schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 20 21:24: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 1LklGV-0006V9-03 for ged-emacs-devel@m.gmane.org; Fri, 20 Mar 2009 21:24:27 +0100 Original-Received: from localhost ([127.0.0.1]:46104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LklF8-0000PB-Cx for ged-emacs-devel@m.gmane.org; Fri, 20 Mar 2009 16:23:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LklEZ-0000Iu-FJ for emacs-devel@gnu.org; Fri, 20 Mar 2009 16:22:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LklEV-0000Hf-1N for emacs-devel@gnu.org; Fri, 20 Mar 2009 16:22:27 -0400 Original-Received: from [199.232.76.173] (port=57593 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LklEU-0000Hc-Ow for emacs-devel@gnu.org; Fri, 20 Mar 2009 16:22:22 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LklES-000296-MC; Fri, 20 Mar 2009 16:22:20 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n2KKMJZa006664; Fri, 20 Mar 2009 16:22:19 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 2DB8580DF6; Fri, 20 Mar 2009 16:22:19 -0400 (EDT) In-Reply-To: (Eli Zaretskii's message of "Fri, 20 Mar 2009 17:20:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3236=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:109734 Archived-At: >> 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. Maybe there were several ways for this transition to wreak havoc: my broken file clearly had a utf-8 coding tag at the top. Stefan