Andrew Dixon <[EMAIL PROTECTED]> writes: > C programming mode. (That's a guess. I don't know anything about > xemacs modes but I'm using it to edit C source files.)
Ah, yes, changing things are completely different! First, start out by taking a look at <http://cc-mode.sourceforge.net/cc-mode.html#Customizing%20Indentation>. The rest of the manual is also useful, but this should get you started. The bit there about c-basic-offset is the key for your current problem. -- Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors! To err is human -- to blame it on a computer is even more so.