emacs-devel
[Top][All Lists]
Advanced

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

lisp/progmodes/cc-styles.el indentation broken in ellemtel mode


From: Joachim Nilsson
Subject: lisp/progmodes/cc-styles.el indentation broken in ellemtel mode
Date: Tue, 15 Jul 2008 14:44:09 +0200
User-agent: Mutt/1.5.9i

Hi!

The Ellemtel C/C++ indentation engine has been broken on trunk since 
around March[1].  This is a followup notice.

It fails to indent function arguments that are on a new line. Like this:

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

instead of lining them up under the first argument, like this:

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

The attached patch solves the problem and I have, since March, not found
any other problems with using this patch.

Regards
 /Jocke

[1] - http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg02332.html

--  
Joachim Nilsson :: <joachim AT vmlinux DOT org>
+46(0)21-123348 :: <http://vmlinux.org/joachim>

Attachment: cc-styles.diff
Description: Text document


reply via email to

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