From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Stjernholm Newsgroups: gmane.emacs.devel Subject: Re: Change of C indentation style ('{') Date: Mon, 27 Oct 2003 15:24:44 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5bn0bm7o7n.fsf@lister.roxen.com> References: <200310230109.KAA09465@etlken.m17n.org> <5bhe1zy4z8.fsf@lister.roxen.com> <5b1xt1l6si.fsf@lister.roxen.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067273879 14522 80.91.224.253 (27 Oct 2003 16:57:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 16:57:59 +0000 (UTC) Cc: bug-cc-mode@gnu.org, handa@m17n.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Oct 27 15:29:50 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE8NS-0006WR-00 for ; Mon, 27 Oct 2003 15:29:50 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE8NS-00073w-00 for ; Mon, 27 Oct 2003 15:29:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AE8Lt-0003l8-AM for emacs-devel@quimby.gnus.org; Mon, 27 Oct 2003 09:28:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AE8K6-0003Fe-Sb for emacs-devel@gnu.org; Mon, 27 Oct 2003 09:26:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AE8JX-00030R-21 for emacs-devel@gnu.org; Mon, 27 Oct 2003 09:26:18 -0500 Original-Received: from [194.52.182.190] (helo=mail.roxen.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AE8Ih-0002SF-Si; Mon, 27 Oct 2003 09:24:56 -0500 Original-Received: by mail.roxen.com (Postfix, from userid 52) id CCC309A67; Mon, 27 Oct 2003 15:24:44 +0100 (MET) Original-Received: from lister.roxen.com (lister.roxen.com [194.52.182.147]) by mail.roxen.com (Postfix) with ESMTP id 986B19A3F; Mon, 27 Oct 2003 15:24:41 +0100 (MET) Original-Received: from mast by lister.roxen.com with local (Exim 3.36 #1 (Debian)) id 1AE8IW-0000bC-00; Mon, 27 Oct 2003 15:24:44 +0100 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 27 Oct 2003 02:02:21 -0500") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/20.7 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17463 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17463 Richard Stallman wrote: > this test case has the { starting a fn body > not at col 0. does the improvement occur in the same way > when users put the { in col 0? Yes. Only the surrounding parentheses belonging to the macro are relevant. They normally signal to CC Mode to treat the content as function arguments, which typically is an invalid context for statements.