Comment 4 for bug 885143

Revision history for this message
Ryan Kaskel (ryankaskel) wrote :

I've just updated by local branch and now I see the following behavior (recipe with emacs -q):

step 1 - type into buffer on the first line :

import sys

step 2 - move cursor to beginning of line

import sys
^
|-----------cursor here

step 3 - press enter or C-j (both bound to py-newline-and-indent)

output:

import sys
         ^
          |------ cursor now here

Can you replicate this?