Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!weretis.net!feeder4.news.weretis.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'package,': 0.03; 'subject:text': 0.05; 'subject:Python': 0.06; 'paths': 0.07; 'tries': 0.07; 'bug.': 0.09; 'subject:editor': 0.09; 'sure,': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'windows': 0.15; '"standard': 0.16; 'ah,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'paths.': 0.16; 'sadly': 0.16; 'track.': 0.16; 'so.': 0.16; 'wrote:': 0.18; 'variable': 0.18; 'preferred': 0.22; 'cc:addr:python.org': 0.22; 'case.': 0.24; 'environment': 0.24; 'cc:2**0': 0.24; 'compiled': 0.26; 'equivalent': 0.26; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; 'tried': 0.27; 'testing': 0.29; 'chris': 0.29; 'on,': 0.29; 'am,': 0.29; 'unix': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'that.': 0.31; "d'aprano": 0.31; 'sep': 0.31; 'steven': 0.31; 'file': 0.32; 'skip:c 30': 0.32; 'another': 0.32; 'style': 0.33; 'subject:with': 0.35; 'except': 0.35; 'problem.': 0.35; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'like,': 0.36; 'right?': 0.36; "i'll": 0.36; 'should': 0.36; 'easily': 0.37; 'convention': 0.38; 'rather': 0.38; 'even': 0.60; 'experts': 0.60; "you'll": 0.62; 'home.': 0.72; 'expectations': 0.74; 'special': 0.74; '3.4': 0.84; 'cygwin': 0.84; 'facto': 0.84; 'presumably': 0.84; 'skip:/ 30': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=CobItjYEd9JRwSPPt98akM87bwWmyRH9jPUKm42hhZk=; b=Ah0obKE5dAky5tlkjWf+AK7gbrPqA3+e7lChvcd3DBt8xGaLlnI2v3/2wU5/9ZFchb sQK9M5XOAlJZjMuDiSziXa0qZJGWWSx8tYbf6mD+Y4VkH/oeipL1l2hxH3u9NFQ0YU5S TpDGOGtVAb7WTYD3DXjiUNMTStSD2AtX3gRxF4q6zzb6b6mXa+nBwGokfqmYan+cYRhQ zaWmD4FGkbrCKSEJt0lcB93WD6I3pMLFMml2onli1M91uQEAV4KrENn+IN4jrOb5U23U ExYaZkMZkMOEDC97/hjr0gfs2gWAnUWeFuNp/XtKl/4NgUktb/sDNfCoHbfQlIHG+XlL G7HA== MIME-Version: 1.0 X-Received: by 10.51.17.2 with SMTP id ga2mr24664226igd.2.1409610601927; Mon, 01 Sep 2014 15:30:01 -0700 (PDT) In-Reply-To: <5404b987$0$30001$c3e8da3$5496439d@news.astraweb.com> References: <54049ab7$0$29972$c3e8da3$5496439d@news.astraweb.com> <5404b987$0$30001$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 2 Sep 2014 08:30:01 +1000 Subject: Re: Editing text with an external editor in Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409610612 news.xs4all.nl 2839 [2001:888:2000:d::a6]:57021 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77418 On Tue, Sep 2, 2014 at 4:23 AM, Steven D'Aprano wrote: > Chris Angelico wrote: >> C:\>Python34\python 123123123.py >> cygwin warning: >> MS-DOS style path detected: C:\DOCUME~1\M\LOCALS~1\Temp\tmp94rcwd57 >> Preferred POSIX equivalent is: /DOCUME~1/M/LOCALS~1/Temp/tmp94rcwd57 > > That's arguably a Python bug. Under Cygwin, it should use POSIX paths rather > than Windows paths. Except that I wasn't; I ran Python 3.4 that was installed via the .msi package, and from that Python ran nano that was presumably compiled for Cygwin. >> Windows doesn't have a nice $EDITOR environment variable to call on, > > Why not? It's your environment, you can create any environment variable you > like, even under Windows, right? Sure, but what I mean is, there's a general convention on Unix that setting EDITOR will do that. You don't get to take advantage of expectations that easily on Windows. > But fundamentally, the de facto "standard editor" on Windows is Notepad. Sadly so. Which is why I tried it... >> You'll also have to cope with some other possibilities. What happens >> if someone tries Notepad? (Don't try this at home. We are experts and >> are testing on a closed track. Do not use Notepad unless you, too, >> have thirty years of special effects experience.) Turns out it doesn't >> like working with a file that another process has open. > > Ah, I feared that would be the case. I'll have to think about a way around > that. It won't be as neat, or as secure, but it should be doable. ... and yeah. That's the problem. ChrisA