Jeff Bauer wrote:
> After upgrading to emac23, I noticed one big
> difference in editing python code ... or, well
> editing anything.
> 
>      0123456789012345678901234567890123456789
>   1  One-really-long-line-of-text-and-newline
>   2  -doesn't-appear-until-full-stop-HERE.
>   3  Second-line-of-code
> 
> It used to be if my cursor was positioned on
> (0,1) and I pressed ^N,

Hmm, probably a most basic key binding, ignore it nonetheless

Could you describe this a little bit, tell the command name behind?

BTW assume you are referring to python.el, not python-mode.el, right?

Andreas

--
https://code.launchpad.net/s-x-emacs-werkstatt/


 the cursor would jump
> down to the second line of code (0,3).  Now it
> goes to (0,2) which is still considered (0,50).
> 
> I think I preferred the older behavior for
> coding -- especially when I'm ThinkingInPython.
> Now I grab a line of code only to look up and
> realize I've only grabbed the first portion of
> the python statement.
> 
> This also messes up the way I used to do some
> on-the-fly macros.  Anyone else affected by this
> disconnect?
> 

_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to