From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27234 invoked by alias); 25 Feb 2015 02:46:50 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19920 Received: (qmail 14335 invoked from network); 25 Feb 2015 02:46:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=kPKDuYVJvYornGqTqrLWrw==:117 a=kPKDuYVJvYornGqTqrLWrw==:17 a=VNsaWKQvMhEA:10 a=N659UExz7-8A:10 a=nJrPWseAQI77944S1K0A:9 a=pILNOxqGKmIA:10 Message-id: <54ED3796.5070704@eastlink.ca> Date: Tue, 24 Feb 2015 18:46:46 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: 'run ahead' execution of script References: <54ECCE79.9050809@eastlink.ca> <54ECD4B5.709@pobox.com> <54ECEFFD.5010202@eastlink.ca> <150224182115.ZM23209@torch.brasslantern.com> In-reply-to: <150224182115.ZM23209@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 02/24/2015 06:21 PM, Bart Schaefer wrote: > On Feb 24, 1:41pm, Ray Andrews wrote: > } > } I'm thinking that maybe the fact that zsh calls geany, tho > } in another window, might give it some sort of 'handle' on it > > Zsh doesn't call geany in the other window. Zsh calls geany in the same > window where zsh is, and then that geany calls the other geany using a > private protocol and hands off the file. Zsh doesn't know about any of > this, all it can tell is that the local geany started and then stopped. Ok, it sounds like the sensible thing. There must be some OS level mechanism whereby geany #2 discovers geany #1, but it sounds like none of zsh's business.