On Tue, Mar 01, 2005 at 08:10:23PM -0500, Dossy Shiobara wrote: > On 2005.03.01, Tom Jackson <[EMAIL PROTECTED]> wrote:
> Indeed, there's places in the codebase where hard tabs still exist. > They should be replaced with 4 spaces where appropriate, but only when > you're actually touching that portion of the code to fix a bug or change > functionality. Why? I would suggest the exact opposite, that it would be more useful to go through and commit all "untabify" changes at once for each module. > GNU indent is cool, but not being maintained and it's really geared > to the "GNU C" style which sucks (unless you're am Emacs person, in > which case, you're already used to seeing that ugliness if you use its > c-mode). Nonsense. Emacs users simply edit their ~/.emacs to make Emacs use a different, non-sucky C mode style. The fact that the default c-mode style is so hideious is merely annoying. Worse, is that by default Gnu Emacs sticks hard tabs in everywhere, and that's everywhere, not just for C code. Each user must also fix that. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
