Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!rutgers!rochester!cornell!uw-beaver!sumax!kburrows From: kburrows@sumax.UUCP (Kevin Burrows) Newsgroups: comp.emacs Subject: C-mode indentation for an open brace in column zero Message-ID: <1738@sumax.UUCP> Date: 13 Oct 90 23:55:20 GMT Organization: Seattle University, Seattle, WA Lines: 9 How do I convince GNU EMACS not to indent statements when they appear under an open brace in column zero? Rather than indenting "c-brace-offset + c-continued-statement-offset" spaces, I'd prefer an indentation of only "c-brace-offset" spaces. Any advice is happily accepted. Thanks.