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: Fabián Ezequiel Gallina
Subject: bug#19987: Broken sexp movement in Python mode
Date: Thu, 09 Apr 2015 01:55:54 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Adding the following to your .emacs will disable python.el's default
forward-sexp behavior (which works in a ~lispy way):

(add-hook 'python-mode-hook
          (lambda () (setq forward-sexp-function nil)))

The parentheses behavior is a special case I'll document better as a
follow up of #19954.


Cheers,
Fabián.





reply via email to

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