Path: csiph.com!news.mixmin.net!news.albasani.net!.POSTED!not-for-mail From: Frank Haun Newsgroups: comp.lang.python Subject: Re: Which Python editor has this feature? Date: 11 Jan 2016 11:54:45 -0000 Organization: nil Lines: 19 Message-ID: <86egdouy0c.fsf@m7008.fhaun.de> References: <830f6f97-22dd-488c-9dd6-e9cd92844307@googlegroups.com> <562ad3ae-5110-44f3-a4f1-4374ddde3ffb@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain X-Trace: news.albasani.net qs5CsK/1TJDsFPfL2c2OQPu5Et+UiEAdb9HwRInlNS7sxvw7LowcWSeleSz1wTrtxfQRvomm2Y6izMUcw5OvGw== NNTP-Posting-Date: Mon, 11 Jan 2016 12:00:19 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="N+Jq1/LYkAqJX5Wl8DSWYwq+vgCBtAddEq2MuXHop+HPdLXor9XNMCCW531tz3tMPlDHxtXPYF13WaQdtg8F7oLALPwhfwOkGnFtEgt+eHr5hc0moxOPls9ClmPHMQ/7"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:5Uxo5cpeNi1jQJcdb1xjgFUm8Oc= sha1:hmjtC2D+s/Bi/4dxWLqw4J68mdU= Xref: csiph.com comp.lang.python:101475 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