[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tabs v spaces in Emacs's source files
From: |
Richard Stallman |
Subject: |
Re: tabs v spaces in Emacs's source files |
Date: |
Sat, 08 Mar 2008 12:40:10 -0500 |
Is there a convention on whether tabs or spaces should be used to
indent Emacs's source files, or is it up to the maintainer of a given
file? I don't want to propose one or the other, just ask if there's a
standard.
You may as well always tabs, since they save space, and avoiding them
in any one file does no good.
Texinfo files are an exception; they are input for TeX so they should
not have tabs. Texinfo mode takes care of that.
- Re: tabs v spaces in Emacs's source files, (continued)
- Re: tabs v spaces in Emacs's source files, Bill Wohler, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Miles Bader, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Richard Stallman, 2008/03/09
- RE: tabs v spaces in Emacs's source files, Drew Adams, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Eli Zaretskii, 2008/03/08
- RE: tabs v spaces in Emacs's source files, Drew Adams, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Stefan Monnier, 2008/03/08
Re: tabs v spaces in Emacs's source files,
Richard Stallman <=