Clarence Donath wrote:
We are having trouble with C brace indents.
Our braces on a line by themselves are indenting to what
c-basic-offset is set to.
This is what it looks like:
if ()
{
What we want is this:
if ()
{
C-h v c-offsets-alist
C-h v c-style-alist
C-h f c-set-offset
C-h f c-set-style
In this case, the syntactic context is 'substatement-open.
We are using XEmacs [version 20.4; Feb 1998] that I built on IRIX.
That's rather ancient.
--
Glynn Clements <glynn.clements(a)virgin.net>