help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cc-mode: Reverting to the 'dumber' indentation of nested function ca


From: Kai Grossjohann
Subject: Re: cc-mode: Reverting to the 'dumber' indentation of nested function calls, as seen in Emacs20
Date: Sun, 07 Dec 2003 17:01:39 +0000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

ERDI Gergo <cactus@cactus.rulez.org> writes:

> However, with Emacs21, here's what I get (again, '#' denotes double-spaces
> from c-basic-offset. '$' denotes spaces inserted by an unknown smart
> offset-calculator that I wasn't able to hunt down)

I *think* that the smartness is called lineup or line-up in CC mode.
It means that function args align under the opening parenthesis:

foo(a,
    b);
foo1(a,
     b);
foobar(a,
       b);

Is this what you mean?

Kai


reply via email to

[Prev in Thread] Current Thread [Next in Thread]