|
From: | Stefan Monnier |
Subject: | Re: python.el: improve sexp-based navigation or make it optional? |
Date: | Sat, 16 May 2020 23:04:08 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> <1>class Test: > X = 'foo' > Y = 'bar'<2> SMIE navigation faces similar problems and solves them differently: from (1) is would jump to (2) but from (2) it would jump back to just before 'bar' instead of jumping back to (1). IOW it jumps over "the nearest/smallest" sub-expression. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |