On Sun, 10 Jan 2016 19:49:47 -0800 (PST), Rustom Mody wrote:

> On Monday, January 11, 2016 at 7:30:10 AM UTC+5:30, jf...@ms4.hinet.net wrote:
>> It lets you jump between the current cursor position and the line the
>> upper level indentation start, something like the bracket matching in
>> C editor. Because of Python use indentation as its code block mark,
>> It might be helpful if we can jump between different level of it:-)
>> 
>> 
>> --Jach Fong
>
> Recent emacs' python mode has all these bunch of python-nav-*
> functions.  You may have (as usual with emacs!) to choose which you
> like best, ie not all are not bound to keys.

Emacs is great for python editing. I use elpy-mode on top of emacs
python-mode. And company-mode for completion.

Frank
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to