From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: cc-mode adds newlines Date: Sun, 28 Nov 2004 17:56:22 +0100 (MET) Message-ID: <200411281656.iASGuMP15956@apps.cwi.nl> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1101661054 17241 80.91.229.6 (28 Nov 2004 16:57:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 16:57:34 +0000 (UTC) Cc: acm@muc.de, Andries.Brouwer@cwi.nl, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 28 17:57:28 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 1CYSMa-0003WH-00 for ; Sun, 28 Nov 2004 17:57:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYSVw-0004F4-JR for ged-emacs-devel@m.gmane.org; Sun, 28 Nov 2004 12:07:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CYSVQ-00044u-Mp for emacs-devel@gnu.org; Sun, 28 Nov 2004 12:06:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CYSVP-00044W-VI for emacs-devel@gnu.org; Sun, 28 Nov 2004 12:06:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYSVP-00044B-Ix for emacs-devel@gnu.org; Sun, 28 Nov 2004 12:06:35 -0500 Original-Received: from [192.16.191.8] (helo=hera.cwi.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CYSLf-0001aW-R1; Sun, 28 Nov 2004 11:56:32 -0500 Original-Received: from apps.cwi.nl (apps.cwi.nl [192.16.191.34]) by hera.cwi.nl with ESMTP id iASGuRJK007910 for ; Sun, 28 Nov 2004 17:56:28 +0100 (MET) Original-Received: (from aeb@localhost) by apps.cwi.nl (8.11.7p1+Sun/8.12.2) id iASGuMP15956; Sun, 28 Nov 2004 17:56:22 +0100 (MET) Original-To: bug-cc-mode@gnu.org, monnier@iro.umontreal.ca 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:30456 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30456 From mast@roxen.com Sun Nov 28 15:45:23 2004 From: Martin Stjernholm For the languages where the standards mandate a trailing newline, CC Mode therefore sets require-final-newline to t by default, ... Do you think it would be appropriate for cc-mode to insert a semicolon in a context like label: } where the standard does not accept empty statements? For example automatically, when the file is saved? Andries