From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping Unicode branch on Windows Date: Mon, 12 Feb 2007 22:37:38 +0200 Message-ID: References: <45D0827F.5050403@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1171312707 1878 80.91.229.12 (12 Feb 2007 20:38:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Feb 2007 20:38:27 +0000 (UTC) Cc: id.brep@gmail.com, emacs-devel@gnu.org, handa@m17n.org, jasonr@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 12 21:38:22 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 1HGhwL-00053o-Mm for ged-emacs-devel@m.gmane.org; Mon, 12 Feb 2007 21:38:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGhwL-0006iC-A5 for ged-emacs-devel@m.gmane.org; Mon, 12 Feb 2007 15:38:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGhvw-0006bH-1c for emacs-devel@gnu.org; Mon, 12 Feb 2007 15:37:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGhvr-0006Za-6t for emacs-devel@gnu.org; Mon, 12 Feb 2007 15:37:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGhvq-0006ZS-Uh for emacs-devel@gnu.org; Mon, 12 Feb 2007 15:37:50 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HGhvp-0005Pr-8v; Mon, 12 Feb 2007 15:37:49 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-166-24.inter.net.il [84.228.166.24]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HCO08773 (AUTH halo1); Mon, 12 Feb 2007 22:37:42 +0200 (IST) In-reply-to: (lekktu@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:66310 Archived-At: > Date: Mon, 12 Feb 2007 16:13:18 +0100 > From: "Juanma Barranquero" > Cc: id.brep@gmail.com, emacs-devel@gnu.org, Kenichi Handa > > I'm not sure I understand. Do you mean that the original files contain > CRLF? In that case, perhaps they should be checked in with -kb; these > are not text files in the CVS meaning of the word. Using -kb has disadvantages: it causes CVS to be unable to send patches when you update from the repository; instead, it sends the entire file downstream. With huge files such as the ones we are discussing, that would be a nuisance.