From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Brockman Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails on w32 Date: Wed, 25 May 2005 21:36:49 +0200 Message-ID: <87is17hzce.fsf@wigwam.deepwood.net> References: <01c55f4a$Blat.v2.4$da4fab00@zahav.net.il> <20050523.152611.133277796.wl@gnu.org> <20050525.054517.90812775.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1117050809 7270 80.91.229.2 (25 May 2005 19:53:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 May 2005 19:53:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 25 21:53:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Db1uh-00074d-7D for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 21:51:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db1yc-0001Xz-Gu for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 15:55:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Db1vG-0008FN-5M for emacs-devel@gnu.org; Wed, 25 May 2005 15:52:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Db1v3-0008AY-AD for emacs-devel@gnu.org; Wed, 25 May 2005 15:52:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db1v2-00088s-Hi for emacs-devel@gnu.org; Wed, 25 May 2005 15:51:56 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Db1ll-0005qm-3j for emacs-devel@gnu.org; Wed, 25 May 2005 15:42:21 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Db1fX-0004rq-AI for emacs-devel@gnu.org; Wed, 25 May 2005 21:35:55 +0200 Original-Received: from c-4fb670d5.028-10-67766c2.cust.bredbandsbolaget.se ([213.112.182.79]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 May 2005 21:35:55 +0200 Original-Received: from daniel by c-4fb670d5.028-10-67766c2.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 May 2005 21:35:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-4fb670d5.028-10-67766c2.cust.bredbandsbolaget.se X-Face: :&2UWGm>e24)ip~'K@iOsA&JT3JX*v@1-#L)=dUb825\Fwg#`^N!Y*g-TqdS AevzjFJe96f@V'ya8${57/T'"mTd`1o{TGYhHnVucLq!D$r2O{IN)7>.0op_Y`%r;/Q +(]`3F-t10N7NF\.Mm0q}p1:%iqTi:5]1E]rDF)R$9.!,Eu'9K':y9^U3F8UCS1M+A$ 8[[[WT^`$P[vu>P+8]aQMh9giu&fPCqLW2FSsGs User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:vEoRsIPaAz7ytWDksXzkaPubPug= 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:37638 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37638 Eli Zaretskii writes: >> IMHO CRLFs are not part of the file contents in case of text files -- > > Is that really so? Is there some legal opinion that changes in > whitespace are not regarded as modifications? Not just any changes in whitespace: Change of line endings. Similarily, I wouldn't say character encoding is part of the content. >> just think of transferring it via ftp in `ascii' mode. > > If your source is a Unix or a GNU system, I don't think ASCII mode > will help. If the source is Windows and the target is Unix, CRLF pairs will likely be translated into LF, and the other way around. -- Daniel Brockman