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

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

bug#11974: 24.1.50; python-nav-forward-sexp-function doesn't skip over s


From: Stefan Monnier
Subject: bug#11974: 24.1.50; python-nav-forward-sexp-function doesn't skip over strings
Date: Thu, 19 Jul 2012 18:54:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>> def foo():
>>    toto
>>    bar
> In my mind you should skip to after bar only if the cursor is before the def
> (or possibly anywhere in the def keyword).

This is the obvious non-controversial case, indeed.  If that's
sufficient, then I think there is no remaining problem.

I just assumed that Fabián (or others) also wanted to be able to skip
just the "block" of statements without the introductory element (like
def/if/...).


        Stefan





reply via email to

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