PEP #99484663

Erik Max Francis max at alcyone.com
Thu Nov 14 14:05:12 EST 2002


bboman at research.panasonic.com wrote:

> I could go into a long explanation as to why block delimiters are
> useful but I will just say that when you cut and paste a block of code
> from one nested block loop into another block at a different
> indentation level it is much nicer and much less error prone to just
> tell emacs to re-indent the entire function than to manually adjust
> each line.

If you're already using emacs, it's far easier to just do block indents
and unindents with C-c > and C-c <.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ History is a bucket of ashes.
\__/ Carl Sandburg
    EmPy / http://www.alcyone.com/pyos/empy/
 A system for embedding arbitrary Python in template text as markup.



More information about the Python-list mailing list