From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20398 invoked by alias); 24 Apr 2015 16:21:39 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34957 Received: (qmail 3483 invoked from network); 24 Apr 2015 16:21:37 -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-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=pNpTAI9NW9dcU0lp9u89u5wlguVkPzUullNOJSeaJIE=; b=V2l1u93DUZJcPvnYt9vfvVklAJXU5U9+zKiK8NeQfupNALLN++UPpBoqnKuwCgnBkm kd5Y6950Ek9B0QSi57sUBTm/If5XimY2Htx7FfMVnRUXBdXxPOzX+VUf0pwNS+wfRf7P cuL+LwdkqS26CBsBn1/D2h95mrRtE1LyJqT3H3PAg3hMNQT77o5fqFgvbw7phFEIjexM YY+7ENZ8rh6gRXncpFo5y1bO1YlfLEzl0o5n3s33T4jo+ouYbd6MhkW59f4t7rJWOL3w 4Cu5Qz2PTE5XP/iVWmPrZBI5Pm879jTbQOKlgdYH+Got2R1BtnVV0J4zv4W+WdSxtJUg SK0Q== X-Gm-Message-State: ALoCoQkcF7/nbMP+w5X22is7X5Ygz44AuujhpDsJfb2lj8iGiUL1PB3gsiwS6WyBaRlsx7j8x5EW X-Received: by 10.202.67.10 with SMTP id q10mr7740463oia.124.1429892493855; Fri, 24 Apr 2015 09:21:33 -0700 (PDT) From: Bart Schaefer Message-Id: <150424092130.ZM29016@torch.brasslantern.com> Date: Fri, 24 Apr 2015 09:21:30 -0700 In-Reply-To: <20150424162542.2efb36a3@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Using "source" in a function breaks job control" (Apr 24, 4:25pm) References: <5537E450.9060205@thequod.de> <20150422222627.1f6154e9@ntlworld.com> <150422215539.ZM14251@torch.brasslantern.com> <20150423211331.5ea4baf0@ntlworld.com> <20150424162542.2efb36a3@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: Using "source" in a function breaks job control MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 24, 4:25pm, Peter Stephenson wrote: } } Apparently a few more verses need adding to the [Elder Edda]. Indeed, now we just have to figure these two out: torch% vi() { source =(<<procs in printjob(). Perhaps the remaining issue is that list_pipe_job isn't restored soon enough. And then: torch% fg [1] + continued vim exited 148 torch% As you noted a few messages back, this is the exit status from the signal stop rather than from the actual exit.