emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bootstrapping Unicode branch on Windows


From: Kenichi Handa
Subject: Re: Bootstrapping Unicode branch on Windows
Date: Mon, 12 Feb 2007 22:59:00 +0900
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)

In article <address@hidden>, "Juanma Barranquero" <address@hidden> writes:

> On 2/11/07, Kenichi Handa <address@hidden> wrote:
> > So, now CXTERM-DIC/* and MISC-IDC/*
> > can be checked out both by LF and by CRLF.

> Thanks.

> Note however that leim/MISC-DIC/cangjie-table.* (in both the HEAD
> branch and emacs-unicode-2) do contain CRLF and are not marked as
> binary.

They contain CRLF originally.  So I dared not change it.  It
seems this change (for tsang-quick-converter) by Jason
already takes care of such a case.

      ;; Handle double CR line ends, which result when checking out of
      ;; CVS on MS-Windows.
      (goto-char (point-min))
      (while (re-search-forward "\r\r$" nil t)
        (replace-match ""))

---
Kenichi Handa
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]