[Python-bugs-list] [ python-Bugs-685465 ] python-mode loops on if/else

SourceForge.net noreply@sourceforge.net
Wed, 12 Feb 2003 10:58:26 -0800


Bugs item #685465, was opened at 2003-02-12 13:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=685465&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: python-mode loops on if/else

Initial Comment:
Here's how to reproduce.  Create a .py file in XEmacs
containing this text:

x = (if 1: 2
 ____else: 3)

(except that the ____ really means four spaces).

Now position your cursor somewhere inside those 4
spaces, and hit TAB. XEmacs freezes until you hit ^G.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=685465&group_id=5470