From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ERDI Gergo Newsgroups: gmane.emacs.help Subject: Re: cc-mode: Reverting to the 'dumber' indentation of nested function calls, as seen in Emacs20 Date: Tue, 11 Nov 2003 17:30:37 +0100 (CET) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3FB01A8B.6060304@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1068569069 29862 80.91.224.253 (11 Nov 2003 16:44:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2003 16:44:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 11 17:44:26 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJbcw-0005uu-00 for ; Tue, 11 Nov 2003 17:44:26 +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 1AJcUV-0006TJ-Rn for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Nov 2003 12:39:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AJcS9-0006Fr-S1 for help-gnu-emacs@gnu.org; Tue, 11 Nov 2003 12:37:21 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AJcN3-0005Um-Jf for help-gnu-emacs@gnu.org; Tue, 11 Nov 2003 12:32:36 -0500 Original-Received: from [157.181.151.9] (helo=mx2.elte.hu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJcN3-0005Tu-72 for help-gnu-emacs@gnu.org; Tue, 11 Nov 2003 12:32:05 -0500 Original-Received: from mx1.elte.hu (mx1.elte.hu [157.181.1.137]) by mx2.elte.hu (Postfix) with ESMTP id 722AF432B0; Tue, 11 Nov 2003 17:30:38 +0100 (CET) Original-Received: from mail.inf.elte.hu (pandora.inf.elte.hu [157.181.161.17]) by mx1.elte.hu (Postfix) with ESMTP id DC3A64400B; Tue, 11 Nov 2003 17:30:37 +0100 (CET) Original-Received: by mail.inf.elte.hu (Postfix, from userid 9094) id 9AC8D23D26; Tue, 11 Nov 2003 17:30:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by mail.inf.elte.hu (Postfix) with ESMTP id 8CB8B1FD91; Tue, 11 Nov 2003 17:30:37 +0100 (CET) X-X-Sender: cactus@panda.inf.elte.hu Original-To: Kevin Rodgers , In-Reply-To: <3FB01A8B.6060304@yahoo.com> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14063 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14063 On Mon, 10 Nov 2003, Kevin Rodgers wrote: > ERDI Gergo wrote: > > > So, who's inserting all those '$'s and how do I get rid of it? > > Did you follow the instructions in the Interactive Customization section > of the CC Mode manual? Yes, but like I said, I still have no idea where the 'smart' indentation comes from. C-c C-s in the second line tells me it's in arglist-intro, but the value of arglist-intro only determines the '#' in the above example, and not the '$' part.