From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Possible UTF-8 CJK Regressions in Terminal Emulators Date: Sun, 13 Jun 2004 15:39:39 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200406132039.i5DKddF23922@raven.dms.auburn.edu> References: <200406071227.VAA06216@etlken.m17n.org> <200406120241.LAA18236@etlken.m17n.org> <20040612154533.152E.LEKTU@mi.madritel.es> <200406130842.RAA20877@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1087159302 23451 80.91.224.253 (13 Jun 2004 20:41:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Jun 2004 20:41:42 +0000 (UTC) Cc: lektu@mi.madritel.es, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 13 22:41:35 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZbnL-00045P-00 for ; Sun, 13 Jun 2004 22:41:35 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZbnL-0008Ee-00 for ; Sun, 13 Jun 2004 22:41:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZboC-0007HB-D1 for emacs-devel@quimby.gnus.org; Sun, 13 Jun 2004 16:42:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BZbo7-0007H6-8w for emacs-devel@gnu.org; Sun, 13 Jun 2004 16:42:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BZbo2-0007Gn-J1 for emacs-devel@gnu.org; Sun, 13 Jun 2004 16:42:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZbo2-0007GS-8O for emacs-devel@gnu.org; Sun, 13 Jun 2004 16:42:18 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BZbmv-0006KG-0u for emacs-devel@gnu.org; Sun, 13 Jun 2004 16:41:09 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i5DKf5uE011541; Sun, 13 Jun 2004 15:41:06 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i5DKddF23922; Sun, 13 Jun 2004 15:39:39 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: handa@m17n.org In-reply-to: <200406130842.RAA20877@etlken.m17n.org> (message from Kenichi Handa on Sun, 13 Jun 2004 17:42:19 +0900 (JST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24929 Ken'ichi HANDA wrote: It seems that my recent change caused this bug, but I can't reproduce it. At which bootstrapping stage, does the above happen? Before byte-compiling or after byte-compiling? Juanma already answered that question. Some extra info that may or may not be useful, but I provide it just in case. Bootstrapping works completely fine after emptying subst-ksc.el and subst-jis.el. Loading (or byte-compiling) these files in a running Emacs works fine, but for some strange reason apparently not at the early stage at which you are trying to load them. Just a wild guess: _maybe_ you might be able to reproduce the problem by running `make maintainer-clean' before bootstrapping. Sincerely, Luc.