[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules mmapmodule.c,2.1,2.2

bwarsaw@cnri.reston.va.us bwarsaw@cnri.reston.va.us
Fri, 31 Mar 2000 08:55:13 -0500 (EST)


>>>>> "M" == M  <mal@lemburg.com> writes:

    M> BTW, most of the new unicode stuff uses 4-space indents.
    M> Unfortunately, it mixes whitespace and tabs since Emacs 
    M> c-mode doesn't do the python-mode magic yet (is there a
    M> way to turn it on ?).

(setq indent-tabs-mode nil)

I could add that to the "python" style.  And to zap all your existing
tab characters:

C-M-h M-x untabify RET

-Barry