From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14121 invoked by alias); 8 Mar 2016 17:30:51 -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: 38116 Received: (qmail 14274 invoked from network); 8 Mar 2016 17:30:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=qOUoPfSE+Yofind/0AJ3aL3XntP8Mhg7ga7N6seOWdg=; b=yR7ALJYLrrAcyfbeo1nifk3dsHvoQ17iBRcq/w01ZbslenlYuZo0qerqik5kFmMlUc zbvicLR7LPSPuq0NDEn6MuSlMg8fO1YqaNG6JenqT2DCZ1yl9QIOeUgv1Y4LHti8xMmh Y1q4+6UjPpae9yNkEZk16jYsQ5AtieRcXxuySSQDIodDqIc3BUSgFu+UHZCFMg8DTMfK KDe+IFuy3ZnoWvv31+3YXxnEe9arBZ9EwIqf8HYNa65jtbjJ6wMvjjQHjFJhCjJjiXGz 4VcG++/fGUMTqfGylP6DyzwRg3HkM2P/Vjnek6VuaiHnNdaeML2aSlFnvblTnegvu1g4 2klw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=qOUoPfSE+Yofind/0AJ3aL3XntP8Mhg7ga7N6seOWdg=; b=hmzeHEkuJFsnaJRbYddijR9Ss46XFlasCJd3dNbu6+RNC2M/B2yB+dYaq0/aPqoFyo Lr/qp7Lek8oZIJHBmcH+SHvFDK4UriZEYxYXyYALZqL4vHQQJkBxBjrKrlJbQLRxnTnG AMKcX5lPXtpVe29Q9ZWR5h0ReAhcwA9vU7caHtGCpq2Likd/W8kvik/9yVUMpCoNQL/W 0Ng3W3bG3JS8OGIXDfSRB2p62VF5BuW8yVw6sAfJlec/MU2T59lF5ZDfSygBrtXVYDrd AMreNGmncVXP4rGCpU/XZShYr+Dvb2hFx11zYH5/zZjpsHgSe8r0t0zoLIVVjsAh5KRC vmeg== X-Gm-Message-State: AD7BkJJivV2nEVobeCLs2dgmkt9K9maTedEiKD5z2JRmK/Jt09Bfin6439pr7/kElO6kHJQf/K1GGWo9uZhejw== MIME-Version: 1.0 X-Received: by 10.113.3.6 with SMTP id bs6mr10439220lbd.114.1457458242452; Tue, 08 Mar 2016 09:30:42 -0800 (PST) In-Reply-To: <20160308101221.625cef45@pwslap01u.europe.root.pri> References: <160307184406.ZM23121@torch.brasslantern.com> <20160308100004.3011d110@pwslap01u.europe.root.pri> <20160308101221.625cef45@pwslap01u.europe.root.pri> Date: Tue, 8 Mar 2016 09:30:42 -0800 Message-ID: Subject: Re: Signal handling bugaboo in command substitution From: Bart Schaefer To: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On Tue, Mar 8, 2016 at 2:12 AM, Peter Stephenson wrote: > > Actually, probably ESUB_NOMONITOR should take precedence. That's really > not a good place to allow this stuff, no matter who thought it might be... Aside from the spurious ChangeLog diff and the inconsistent left-curly-brace cuddling, this seems to do what was intended.