Re: [Python-mode] lean navigation

2019-03-03 Thread Barry Warsaw
Hi Andreas. Thanks for continuing to work on this library. Honestly, I haven’t noticed any performance problems in a long time. python-mode.el continues to work great for me. -Barry > On Dec 29, 2018, at 03:01, Andreas Röhler wrote: > > Hi all, > > when a class has a large amount of defs

[Python-mode] lean navigation

2018-12-29 Thread Andreas Röhler
Hi all, when a class has a large amount of defs inside, jumping to the end of class might take some noticeable time. (Albeit don't see a bug report so far.) For now, navigating Python source internally is done by ‘py-forward-statement’ resp. ‘py-backward-statement’ - where ‘statement’ means