Stops in nested
Bug #1545649 reported by
Andreas Roehler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mode.el |
Fix Committed
|
Medium
|
Andreas Roehler |
Bug Description
On 13.02.2016 18:56, Barry Warsaw wrote:
class Foo:
def bar(self):
print("""
This is
a nested
string.
""")
C-M-a and C-M-e stop at embedded defs.
Changed in python-mode: | |
assignee: | nobody → Andreas Roehler (a-roehler) |
milestone: | none → 6.2.3 |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
After fix: old behaviour --i.e. jumping inside nested--available via C-u C-M-a etc.