[Python-bugs-list] [ python-Bugs-587239 ] python-mode and nested indents
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 26 Jul 2002 13:56:05 -0700
Bugs item #587239, was opened at 2002-07-26 20:56
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=587239&group_id=5470
Category: Demos and Tools
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Koenig (arkoenig)
Assigned to: Nobody/Anonymous (nobody)
Summary: python-mode and nested indents
Initial Comment:
Using Python-mode 4.6 and GNU emacs 21.2.2, I enter the
following:
if x < 0:
for i in range(100):
print i
else:
print "x is negative"
If I now put the cursor on the "else:" line and hit
tab, it erroneously changes the indentation to line the
"else" up with the "for" above it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=587239&group_id=5470