From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andries Brouwer Newsgroups: gmane.emacs.devel Subject: Re: cc-mode adds newlines Date: Sun, 21 Nov 2004 16:36:38 +0100 Message-ID: <20041121153638.GT20436@apps.cwi.nl> References: <20041121122629.GE20436@apps.cwi.nl> <20041121124911.GG20436@apps.cwi.nl> <20041121132804.GJ20436@apps.cwi.nl> <20041121134323.GL20436@apps.cwi.nl> <20041121140317.GN20436@apps.cwi.nl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101051444 16785 80.91.229.6 (21 Nov 2004 15:37:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2004 15:37:24 +0000 (UTC) Cc: bug-cc-mode@gnu.org, Alan Mackenzie , Andries Brouwer , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 16:37:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVtm6-00043f-00 for ; Sun, 21 Nov 2004 16:37:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVtv4-0005pd-Ph for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2004 10:46:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVtut-0005p8-5p for emacs-devel@gnu.org; Sun, 21 Nov 2004 10:46:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVtus-0005on-HO for emacs-devel@gnu.org; Sun, 21 Nov 2004 10:46:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVtus-0005od-Es for emacs-devel@gnu.org; Sun, 21 Nov 2004 10:46:18 -0500 Original-Received: from [192.16.191.8] (helo=hera.cwi.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CVtlY-0005vt-3f; Sun, 21 Nov 2004 10:36:40 -0500 Original-Received: from apps.cwi.nl (apps.cwi.nl [192.16.191.34]) by hera.cwi.nl with ESMTP id iALFadxh006731 for ; Sun, 21 Nov 2004 16:36:39 +0100 (MET) Original-Received: (from aeb@localhost) by apps.cwi.nl (8.11.7p1+Sun/8.12.2) id iALFade26459; Sun, 21 Nov 2004 16:36:39 +0100 (MET) Original-To: Andreas Schwab Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i 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: main.gmane.org gmane.emacs.devel:30185 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30185 On Sun, Nov 21, 2004 at 04:18:08PM +0100, Andreas Schwab wrote: > So you agree that adding a newline at the end of a valid C source file can > never produce an invalid C source file? I do not know of examples where that is the case. There are many changes of layout that would not change the semantics of a C program for most purposes. But there can be special reasons to wish for a file with special properties. Andries