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: Bootstrapping Unicode branch on Windows Date: Sun, 11 Feb 2007 11:49:37 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1171162206 666 80.91.229.12 (11 Feb 2007 02:50:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Feb 2007 02:50:06 +0000 (UTC) Cc: id.brep@gmail.com, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 11 03:49:59 2007 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 1HG4mq-0003Lh-VD for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2007 03:49:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HG4mq-0004eY-Gz for ged-emacs-devel@m.gmane.org; Sat, 10 Feb 2007 21:49:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HG4mg-0004db-2L for emacs-devel@gnu.org; Sat, 10 Feb 2007 21:49:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HG4me-0004cH-0l for emacs-devel@gnu.org; Sat, 10 Feb 2007 21:49:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HG4md-0004cB-Qx for emacs-devel@gnu.org; Sat, 10 Feb 2007 21:49:43 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HG4md-0007Ec-4j for emacs-devel@gnu.org; Sat, 10 Feb 2007 21:49:43 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l1B2ncfH009752; Sun, 11 Feb 2007 11:49:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l1B2ncpA021185; Sun, 11 Feb 2007 11:49:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l1B2nblt009757; Sun, 11 Feb 2007 11:49:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HG4mX-0004GP-OZ; Sun, 11 Feb 2007 11:49:37 +0900 In-reply-to: (lekktu@gmail.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.93 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-detected-kernel: Solaris 8 (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:66250 Archived-At: In article , "Juanma Barranquero" writes: > On 2/8/07, Zhang Wei wrote: > > Try to checkout the source code with -kb option: > Thanks for your suggestion. > I check out several files with -kb (lisp/international/uni-*.el, nt/*, > leim/quail/MISC-DIC/*). I don't think it's really necessary to check > out the full source tree with -kb. > I'm not yet sure what my problem is, but the symptom is Emacs > generating a wrong leim/quail/PY.el file. I'll have to dig a little > more. I've just fixed titdic-cnv.el so that it always detects EOL format on reading files and it always write files with unix-like EOL format. So, now CXTERM-DIC/* and MISC-IDC/* can be checked out both by LF and by CRLF. The change is done in HEAD, so it may take some time that to be propagated to emacs-unicode-2. --- Kenichi Handa handa@m17n.org