Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Torrie Newsgroups: comp.lang.python Subject: Re: best text editor for programming Python on a Mac Date: Sat, 18 Jun 2016 19:01:03 -0600 Lines: 17 Message-ID: References: <55237bfb-17d4-d7a6-5d81-1db0c38c7731@gmail.com> <0c30da3d-4105-e5a1-b9af-f41940ac46b1@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de n+U/qvjP+Lgu2Kg8Z1mUqwMxtuxYr7QCBLinpCs6xYXw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:text': 0.04; 'subject:Python': 0.05; 'character,': 0.07; 'exit': 0.07; 'feature.': 0.07; 'subject:editor': 0.07; 'before.': 0.09; 'cursor': 0.09; 'insertion': 0.09; 'doesn\xe2\x80\x99t': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'inserting': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Mac': 0.16; 'subject:programming': 0.16; 'wrote:': 0.16; 'all,': 0.20; 'commands,': 0.22; 'lawrence': 0.22; 'header:In- Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'separate': 0.27; 'about.': 0.29; 'another': 0.32; 'michael': 0.33; 'lets': 0.33; 'though.': 0.33; 'message-id:@gmail.com': 0.34; 'but': 0.36; 'mode': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'received:org': 0.37; 'why': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'side': 0.62; 'back': 0.62; 'day,': 0.65; 'talking': 0.67; 'depended': 0.84; 'thing...': 0.84; 'why?': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 In-Reply-To: <55237bfb-17d4-d7a6-5d81-1db0c38c7731@gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <0c30da3d-4105-e5a1-b9af-f41940ac46b1@gmail.com> X-Mailman-Original-References: <55237bfb-17d4-d7a6-5d81-1db0c38c7731@gmail.com> Xref: csiph.com comp.lang.python:110123 On 06/18/2016 06:50 PM, Michael Torrie wrote: > On 06/18/2016 06:12 PM, Lawrence D’Oliveiro wrote: >> But not vi/vim. It only lets you place your cursor *on* a character, >> not *in-between* characters. That’s why you need two separate >> insertion commands, insert-before and insert-after. And one of those >> has the interesting side effect where, if you exit insertion mode >> without inserting anything, it doesn’t put you back in the same >> position as before. Why? Nevermind I see what you are talking about. Doesn't bother me though. >> As to why you need insertion commands at all, that’s another >> thing... In it's day, the scriptability of ed depended on this feature.