From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27888 invoked by alias); 5 May 2015 19:14:27 -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: 35038 Received: (qmail 13265 invoked from network); 5 May 2015 19:14:15 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Originating-IP: [80.3.228.158] X-Spam: 0 X-Authority: v=2.1 cv=S8BXwecP c=1 sm=1 tr=0 a=P+FLVI8RzFchTbbqTxIDRw==:117 a=P+FLVI8RzFchTbbqTxIDRw==:17 a=kj9zAlcOel0A:10 a=NLZqzBF-AAAA:8 a=q2GGsy2AAAAA:8 a=Qw4JMtVa_qj8_3ZUGQsA:9 a=CjuIK1q_8ugA:10 a=Y2fNXcnJinIA:10 a=h3aszExNub4A:10 a=ufi75cuNpoYA:10 Date: Tue, 5 May 2015 20:14:11 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: jobs -r doesn't show jobs continued by kill -CONT Message-ID: <20150505201411.3170277f@ntlworld.com> In-Reply-To: <150505120214.ZM18560@torch.brasslantern.com> References: <20150503225212.GA2752@localhost.localdomain> <20150504183647.687c0c1e@ntlworld.com> <150505120214.ZM18560@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 5 May 2015 12:02:14 -0700 Bart Schaefer wrote: > Is there compound-command weirdness that's going to show up as a result > of changing jn->stat along with pn->status if there is more than one > process per job? Yes, if only a subset of them get the SIGCONT. Don't do that. [Now performing the "hear no evil, see no evil, speak no evil" ritual purification.] pws