emacs-devel
[Top][All Lists]
Advanced

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

cc-mode: Ellemtel indent broken or (arglist-cont-nonempty) recently chan


From: Joachim Nilsson
Subject: cc-mode: Ellemtel indent broken or (arglist-cont-nonempty) recently changed?
Date: Sun, 23 Mar 2008 20:54:37 +0100
User-agent: Mutt/1.5.9i

Hi,

sorry if this is slightly off-topic.  I have found that the cc-mode
Ellemtel indentation has become broken in recent CVS head builds.

It gives:

        printf ("foo %d\n",
        arg);

instead of:

        printf ("foo %d\n",
                arg);

Either cc-mode has changed or (arglist-cont-nonempty) in Emacs has.
I found that if I remove (arglist-cont-nonempty) from the definition
of ellemtel in lisp/progmodes/cc-styles.el it works again.

Where should these sorts of blurred questions go?

Regards
 /Jocke




reply via email to

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