All complaining aside, though: what can I put in my .emacs to cause it to do this:
===================
The code follows an indentation convention that is a bit unusual for C. Opening and closing braces are on a line by themselves and are indented at the same level as the block they enclose: if (someTest) { doSomething(); doSomethingElse(); } Tab stops are set to 8. Each block of code is indented by 4 from the previous block. (In the vi editor set ts=8 set sw=4)
=================
??
Thanks in advance. _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs