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

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

cc-mode in Emacs CVS head: Ellemtel indent broken or (arglist-cont-nonem


From: Joachim Nilsson
Subject: cc-mode in Emacs CVS head: Ellemtel indent broken or (arglist-cont-nonempty) recently changed?
Date: Wed, 26 Mar 2008 09:05:42 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

Hi,

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.

Regards
 /Jocke

Attachment: joachim_nilsson.vcf
Description: Vcard


reply via email to

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