From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: remove leim/leim-list.el for make bootstrap? Date: Fri, 27 Mar 2009 16:02:59 +0900 Message-ID: References: <87r60seqk5.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1238137375 10920 80.91.229.12 (27 Mar 2009 07:02:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2009 07:02:55 +0000 (UTC) Cc: miles@gnu.org, schwab@linux-m68k.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 27 08:04:12 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 1Ln66t-00036Q-Pq for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 08:04:12 +0100 Original-Received: from localhost ([127.0.0.1]:56549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ln65W-0003eQ-UB for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 03:02:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ln65S-0003eJ-EM for emacs-devel@gnu.org; Fri, 27 Mar 2009 03:02:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ln65M-0003e7-Ot for emacs-devel@gnu.org; Fri, 27 Mar 2009 03:02:40 -0400 Original-Received: from [199.232.76.173] (port=53086 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ln65M-0003e4-Fd for emacs-devel@gnu.org; Fri, 27 Mar 2009 03:02:36 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:1568) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ln65H-0001kj-QG; Fri, 27 Mar 2009 03:02:31 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ln65F-0006a4-3N; Fri, 27 Mar 2009 03:02:30 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n2R72L5I004545; Fri, 27 Mar 2009 16:02:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n2R72KmA019661; Fri, 27 Mar 2009 16:02:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n2R72Jgb013715; Fri, 27 Mar 2009 16:02:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1Ln65j-0002gL-CY; Fri, 27 Mar 2009 16:02:59 +0900 In-reply-to: (message from Eli Zaretskii on Mon, 23 Mar 2009 06:16:10 +0200) X-detected-kernel: by mx20.gnu.org: Solaris 9 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:109873 Archived-At: In article , Eli Zaretskii writes: > > From: Kenichi Handa > > CC: schwab@linux-m68k.org, eliz@gnu.org, miles@gnu.org, emacs-devel@gnu.org > > Date: Mon, 23 Mar 2009 11:47:30 +0900 > > > > % mkdir tmp > > % cd tmp > > ## Checkout the version before I changed encoding of leim-list.el. > > % cvs co -D 2009-03-18 emacs > > % cd emacs > > % configure > > % make > > ## At this time, leim-list.el is in iso-2022-7bit > > ## Now update the working directory to the latest version. > > % cvs update -AdP > > % make > > ## Now leim-list.el is correctly build with utf-8 encoding. > > > > So, I see no problem?!? > Check the time stamps of quail.el and quail.elc against the time when > leim-list.el was built. Ok, here's another try. % mkdir tmp % cd tmp ## Checkout the version before I changed encoding of leim-list.el. % cvs co -D 2009-03-18 emacs % cd emacs % configure % make ## At this time, leim-list.el is in iso-2022-7bit % ls -ltgo lisp/international/quail.el* lisp/international/mule-cmds.el* leim/leim-*.el -rw-rw-r-- 1 27778 2009-03-23 17:10 leim/leim-list.el -rw-rw-r-- 1 81172 2009-03-23 16:59 lisp/international/quail.elc -rw-rw-r-- 1 86574 2009-03-23 16:46 lisp/international/mule-cmds.elc -rw-rw-r-- 1 116878 2009-03-03 10:57 lisp/international/mule-cmds.el -rw-rw-r-- 1 115090 2009-02-14 18:05 lisp/international/quail.el -rw-rw-r-- 1 3113 2009-01-08 13:02 leim/leim-ext.el ## Now update the working directory to the latest version. % cvs update -AdP % ls -ltgo lisp/international/quail.el* lisp/international/mule-cmds.el* leim/leim-*.el -rw-rw-r-- 1 116870 2009-03-23 20:03 lisp/international/mule-cmds.el -rw-rw-r-- 1 115082 2009-03-23 20:03 lisp/international/quail.el -rw-rw-r-- 1 3040 2009-03-23 20:03 leim/leim-ext.el -rw-rw-r-- 1 27778 2009-03-23 17:10 leim/leim-list.el -rw-rw-r-- 1 81172 2009-03-23 16:59 lisp/international/quail.elc -rw-rw-r-- 1 86574 2009-03-23 16:46 lisp/international/mule-cmds.elc % make ## Now leim-list.el is correctly build with utf-8 encoding. % ls -ltgo lisp/international/quail.el* lisp/international/mule-cmds.el* leim/leim-*.el -rw-rw-r-- 1 26904 2009-03-23 20:08 leim/leim-list.el -rw-rw-r-- 1 81164 2009-03-23 20:07 lisp/international/quail.elc -rw-rw-r-- 1 86291 2009-03-23 20:06 lisp/international/mule-cmds.elc -rw-rw-r-- 1 116870 2009-03-23 20:03 lisp/international/mule-cmds.el -rw-rw-r-- 1 115082 2009-03-23 20:03 lisp/international/quail.el -rw-rw-r-- 1 3040 2009-03-23 20:03 leim/leim-ext.el > The situation in which the problem happens > should use an old quail.elc that still uses iso-2022, but new > leim-ext.el and mule-cmds.el which are already switched to utf-8. It seems that such a situation doesn't happen with the normal building sequence as above. --- Kenichi Handa handa@m17n.org