>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes: Adam> Does anybody know the magic incantation to get emacs to indent Adam> code the way the gcc source tree does it? I use this: (add-hook 'java-mode-hook (function (lambda () (c-set-offset 'inline-open 0) ))) Tom