newbie: stani's python editor if-else

Gregor Horvath gh at gregor-horvath.com
Tue Sep 11 10:22:25 EDT 2007


kyosohma at gmail.com schrieb:

> I agree with Steve. I have yet to see an IDE for Python (or anything
> else) that unindents statements. Even IDLE, the Official IDE for
> Python, doesn't do that.


emacs in python-mode

Just hit TAB and it unindents "else" in the given example.
Hit TAB again and it cylces in the possible indentations.

Gregor



More information about the Python-list mailing list