return key is broken

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

Bug Description

A recent change broke the return key.

def foo():
    with open('foo') as fp:
        do_something()

Put point at the end of the last line and hit return. You correctly end up on a new line at column 8. But hit return again and point doesn't move! It should insert a blank line and leave you at column 8 on a new line.

Changed in python-mode:
milestone: none → 6.1.2
assignee: nobody → Andreas Roehler (a-roehler)
importance: Undecided → Medium
Changed in python-mode:
status: New → Triaged
Changed in python-mode:
status: Triaged → 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.