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: Sun, 19 Jun 2016 16:15:48 -0600 Lines: 15 Message-ID: References: <9d6fce0b-4d8b-6bd7-4ea4-807844d471a2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de cWU7+4wvwsPJTcZFR4ZgNABezCoDUlUvfG/LzFz6G+Aw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:text': 0.04; 'subject:Python': 0.05; 'subject:editor': 0.07; 'vi,': 0.07; '2016': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Mac': 0.16; 'subject:programming': 0.16; 'wrote:': 0.16; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'linux': 0.26; 'not.': 0.27; '(perhaps': 0.29; 'there.': 0.30; "i'm": 0.30; 'system,': 0.30; 'embedded': 0.32; 'ubuntu': 0.33; 'message- id:@gmail.com': 0.34; 'editor': 0.34; 'but': 0.36; 'should': 0.36; 'instead': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'no,': 0.38; 'version': 0.38; 'does': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'default': 0.61; 'charset:windows-1252': 0.62; 'joel': 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: 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: <9d6fce0b-4d8b-6bd7-4ea4-807844d471a2@gmail.com> X-Mailman-Original-References: Xref: csiph.com comp.lang.python:110158 On 06/19/2016 03:21 PM, Quivis wrote: > On Sat, 18 Jun 2016 20:26:36 -0400, Joel Goldstick wrote: > >> that it is on every linux system > > No, it isn't! I can be *installed* on every Linux system, but that a > whole other can of worms. True vim is not. But vi should be. I'm not aware of any Linux distro which does not install it. Do you know of a distro that does not? Even Ubuntu with it's nano default editor installs vi, if I'm not mistaken. Some distros use a stripped-down version of vim (perhaps vim-tiny) instead of vi, but the command "vi" is always going to be there. Even on my embedded OpenWRT devices!