From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: java line termination Date: 30 Jan 2003 20:33:08 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <878yx23sej.fsf@fleche.redhat.com> References: <874r7txh2g.fsf@fleche.redhat.com> <877kcnpwyr.fsf@fleche.redhat.com> Reply-To: tromey@redhat.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043984612 31465 80.91.224.249 (31 Jan 2003 03:43:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2003 03:43:32 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eS5A-0008AZ-00 for ; Fri, 31 Jan 2003 04:43:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18eSB7-0002SD-00 for ; Fri, 31 Jan 2003 04:49:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eS6V-00080m-05 for emacs-devel@quimby.gnus.org; Thu, 30 Jan 2003 22:44:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eS6D-0007qH-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 22:44:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eS5X-0006tS-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 22:43:36 -0500 Original-Received: from mail.peakpeak.com ([207.174.178.17] helo=gash2.peakpeak.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eS5C-0006PC-00; Thu, 30 Jan 2003 22:43:14 -0500 Original-Received: from fleche.redhat.com (tz0187.peakpeak.com [207.174.69.187]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id UAA17945; Thu, 30 Jan 2003 20:43:02 -0700 Original-Received: by fleche.redhat.com (Postfix, from userid 1000) id E07594F8080; Thu, 30 Jan 2003 20:33:08 -0700 (MST) Original-To: rms@gnu.org X-Attribution: Tom X-Zippy: This is my WILLIAM BENDIX memorial CORNER where I worship William Bendix like a GOD!! In-Reply-To: Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11246 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11246 >>>>> "rms" == Richard Stallman writes: rms> This could conceivably be another kind of EOL conversion, say "Java" rms> conversion. It could treat every stray CR, every stray LF, and every rms> CRLF, as a line end. That might be a lot of work, but I don't know rms> for certain. rms> But this would lose the information about which kind of line rms> termination was used in each line. Saving the file would result in rms> one that had consistent line termination. Would merely visiting such a file cause the buffer to appear to be modified? If not, then I think this approach would work fine. Tom