From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: nt/makefile.w32-in Date: Thu, 21 Dec 2006 01:03:53 +0100 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166659455 3260 80.91.229.10 (21 Dec 2006 00:04:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Dec 2006 00:04:15 +0000 (UTC) Cc: Jason Rumney , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 21 01:04:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GxBPu-0004m2-2W for ged-emacs-devel@m.gmane.org; Thu, 21 Dec 2006 01:04:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxBPt-0005Uj-HL for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 19:04:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxBPh-0005TL-VA for emacs-devel@gnu.org; Wed, 20 Dec 2006 19:03:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxBPf-0005Rd-TM for emacs-devel@gnu.org; Wed, 20 Dec 2006 19:03:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxBPf-0005RT-P1 for emacs-devel@gnu.org; Wed, 20 Dec 2006 19:03:55 -0500 Original-Received: from [66.249.92.175] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GxBPe-0004Wn-UJ for emacs-devel@gnu.org; Wed, 20 Dec 2006 19:03:55 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so2813249ugf for ; Wed, 20 Dec 2006 16:03:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PZWtpvoM12+omaWJuCy0QX1PUspGt+df0kkc5+NytaZQeswGeH5wLqVkDOzR1WvsgHekoZInqyQryLqMlj7ihxQaTunbTJE57r62X9SUKYRTVSufKeUJqOCyWLS0hvSasZq5caj0RrThe05yNtKC0aFyppD8Npf7UZYFVq1+aek= Original-Received: by 10.78.204.20 with SMTP id b20mr155613hug.1166659433899; Wed, 20 Dec 2006 16:03:53 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Wed, 20 Dec 2006 16:03:53 -0800 (PST) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline 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:64041 Archived-At: On 12/21/06, Eli Zaretskii wrote: > I notice that nt/makefile.w32-in has DOS EOLs. This is the only > makefile.w32-in with DOS EOLs, the others have Unix-style newlines at > end of each line. > > Is this on purpose? Probably not. And BTW, why some ChangeLog files (like msdos/ChangeLog, mac/ChangeLog, oldXMenu/ChangeLog) have: ;; coding: iso-2022-7bit-unix instead of simply ;; coding: iso-2022-7bit ?? They are not binary, so CVSNT checks them out with CR/LF, and then when editing them from Emacs all lines have ^M at the end. /L/e/k/t/u