Re: Setting up development environment

2007-07-15 Thread Brian Chu
I have a question about indentation. In the previously supplied .emacs hook, tabs are represented by 8 spaces. Most of the kernel code, however, actually uses the tab character. Are both forms acceptable? If not, anyone willing to share their tab-character-tabs .emacs c hook? Thanks, Brian O

Re: Setting up development environment

2007-07-15 Thread Brian Chu
Hm. It doesn't always replace 8 spaces with tabs (for files that are heavily spaced-indented), but I suppose that using `M-x tabify` would do the trick. Thanks! Brian On 7/15/07, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: "Brian Chu" <[EMAIL PROTECTED]> writes