Compare source code
Grant Edwards
invalid at invalid.invalid
Wed Nov 3 22:25:04 EDT 2010
On 2010-11-04, Seebs <usenet-nospam at seebs.net> wrote:
> On 2010-11-04, Lawrence D'Oliveiro <ldo at geek-central.gen.new_zealand> wrote:
>> In message <slrnid0ked.t7k.usenet-nospam at guild.seebs.net>, Seebs wrote:
>>> It is extremely useful to me to have spaces converted to tabs
>>> for every other file I edit.
>
>> I???m thinking of going the other way. After many years of treating tabs as
>> four-column steps, I might give up on them and use spaces everywhere.
I quit using tabs (except for Makefiles) about 30 years ago.
> I *absolutely must* use tabs for Makefiles.
And my editor (emacs) knows that. It uses tabs in Makefiles and
spaces everywhere else.
> For code in most other languages, it's merely a factor of 8 improvement
> in storage. :)
That's only true if your source code consists entirely of tabs.
;)
--
Grant
More information about the Python-list
mailing list