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: EOL conversion of files in .tar archives Date: Sun, 20 May 2007 22:28:46 +0300 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1179689341 25679 80.91.229.12 (20 May 2007 19:29:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 May 2007 19:29:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 20 21:29:00 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 1Hpr5P-0003nZ-Kh for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 21:28:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hpr5O-0001WF-VO for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 15:28:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hpr5K-0001RH-Q8 for emacs-devel@gnu.org; Sun, 20 May 2007 15:28:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hpr5I-0001OB-FM for emacs-devel@gnu.org; Sun, 20 May 2007 15:28:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hpr5I-0001O2-8j for emacs-devel@gnu.org; Sun, 20 May 2007 15:28:52 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hpr5H-0008Qb-TQ for emacs-devel@gnu.org; Sun, 20 May 2007 15:28:52 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-202-29.inter.net.il [84.228.202.29]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CPY62560 (AUTH halo1); Sun, 20 May 2007 22:28:44 +0300 (IDT) 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:71444 Archived-At: Lately I noticed that, in the Windows port of Emacs, visiting files in .tar archives shows them as if they had DOS EOLs, even though the files have Unix EOLs. (This is not due to some recent change: it looks like Emacs behaved like that since before the pretest.) Is this intentional, or should I debug it? If the former, can someone explain the rationale?