comment insertion bug

Bug #833556 reported by Glenn Linderman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

__version__ = '11.8.24'
if __name__ == '__main__':
    from AppContext import *
    AppContext(["glu"]) # list of app's development directories

# This is a stupid comment, but it wants to be two lines long.
#

start with the above code. Try to add a second line to the comment by positioning the cursor at the end of the first line of the comment (after "long."), hit "enter" (which opens a new line, indenteed), type "#". The "#" is properly placed at column 1, but the cursor moves to the beginning of the last line, instead of immediately after the newly inserted "#".

Revision history for this message
Glenn Linderman (v+python) wrote :

python-mode 6.0.2, emacs 22.1.1, Windows 7 64bit.

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
milestone: none → 6.1
importance: Undecided → Medium
status: New → In Progress
Changed in python-mode:
status: In Progress → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.