[Python-bugs-list] [ python-Bugs-601202 ] Indentation bug after # in python-mode

noreply@sourceforge.net noreply@sourceforge.net
Wed, 28 Aug 2002 03:24:22 -0700


Bugs item #601202, was opened at 2002-08-28 14:24
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=601202&group_id=5470

Category: Demos and Tools
Group: 3rd Party
Status: Open
Resolution: None
Priority: 5
Submitted By: Victor V. Kryukov (vtail)
Assigned to: Nobody/Anonymous (nobody)
Summary: Indentation bug after # in python-mode

Initial Comment:
If you type following code in python-mode in Emacs:
==>
def main()
a=5
b=4
<==
then go to the 3rd line and put # as a first symbol in that 
string and go to 4th line and type something, the 
indentation of the 4th line will be the same as of 1st, 
with no way to change it (i.e. pressing Tab again doesn't 
help). 

That is very annoying and if just want to comment 
something and write several lines after that.



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

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