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