bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19987: Broken sexp movement in Python mode


From: Paul Pogonyshev
Subject: bug#19987: Broken sexp movement in Python mode
Date: Tue, 3 Mar 2015 11:33:24 +0100

$ emacs - q

Visit a new Python buffer and type:

a = b (0)

C-M-f at the beginning of the buffer moves the point immediately to the end of line. Expected is point after 'a', as in other modes. As another visible and annoying effect, C-M-k kills more than expected, thus breaking editing habits.

Note that C-M-b from the end of line moves point to '(', then to 'b', then to 'a', just as expected.

Paul

reply via email to

[Prev in Thread] Current Thread [Next in Thread]