From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephen Gildea Newsgroups: gmane.emacs.devel Subject: Re: decode_eol and inconsistent EOL Date: Fri, 26 Apr 2002 14:26:21 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019845636 5840 127.0.0.1 (26 Apr 2002 18:27:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2002 18:27:16 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 171ARA-0001W5-00 for ; Fri, 26 Apr 2002 20:27:16 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 171ATv-0007fq-00 for ; Fri, 26 Apr 2002 20:30:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 171AR9-0004c1-00; Fri, 26 Apr 2002 14:27:15 -0400 Original-Received: from sj1-3-5-7.securesites.net ([192.220.127.8]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 171AQI-0004W9-00 for ; Fri, 26 Apr 2002 14:26:22 -0400 Original-Received: (qmail 53199 invoked by uid 25345); 26 Apr 2002 18:26:21 -0000 Original-Received: from unknown (HELO sgildea.best.vwh.net) ([192.220.99.1]) (envelope-sender ) by 192.220.99.1 (qmail-ldap-1.03) with SMTP for ; 26 Apr 2002 18:26:21 -0000 Original-To: emacs-devel@gnu.org In-Reply-To: Message from Richard Stallman of "Fri, 26 Apr 2002 11:38:37 MDT." <200204261738.g3QHcbl05147@aztec.santafe.edu> X-Mailer: mh-e 6.0; nmh 1.0.4; Emacs 20.4 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3319 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3319 > A threshold may be the wrong way to decide, but it could be that a > mixture CRLFs with some extra CRs should be accepted as DOS-style. More generally, we could have a mapping of sets of line-endings observed to what eol encoding to use. I would then enter in this table (("\r\n" "\r\r\n") . 'dos).