Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=/3MIP1J9TGLR1HLcPf/3kZblHsu8/JZL6iy83VGTINY=;
        b=tCHO5lnZrbJPVm0GPYncbxWZ++bKRA0iAbBehSAQviDiMeuBB1euZ3trriIhSBuZpa
         5qbp5AUVYYosyiOp6F8uNEfM1HW7O+81/prUwIx9L+Q0BPuykxi5ThP001cAvPSfTssx
         8+jAQBRDEqQzOERYZnCK4gx0UhmWUDCdJOFejj138NSKKMOsxlK3OaSXrF7hmTTwhWrF
         SeI/bM8kplWopy7wlSI9bxfZfUzedpCtMFFcee+t9FDMDN9Z7KDrqIfWLvo+oVicrpeg
         R7dxFI7t+SRkXslpp7gtP07xva66ce+GzpzOaCm7pHu3Q27Wz4Irja4iTiNRFboHJ/Il
         PVvA==
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;
        bh=/3MIP1J9TGLR1HLcPf/3kZblHsu8/JZL6iy83VGTINY=;
        b=DHjGwGBanLKClZj2er4Ud1/wUT0D9QMlfOqLbg7OUPXMVrrb3h5oLlHM2a6bNtOAKY
         5r0KN3derdX29n0KQx0ZmzCZuNKiEaq70kHNwBO0WN/MbCVMuq1ntrzbmtvZU0g8ILx8
         dQDDdtXabY8/eobKzfgLtCfkysR2XOm291dizJZVFDUSfSw3A6wQYEURvGYUGNQX/v8w
         XR5iWy+mKNFmVFr0cEijTuZS1/O9E+RWnGuuNDhqpDCkuXwIMXJELAuP19QwJ6A0xuff
         369tg1TOlJ4eCBno+CCWswGVPbH8HDqEuxA1skQU92RTevhPHcj+T4zlAiH9dG6aJ3K2
         n86w==
X-Gm-Message-State: AOPr4FUgm4iKHU6dUexJSJdx4PqxlUyGvbuYgs5GLHLka84hwJSyVG2+uB0bAg6cHNZc/Q==
X-Received: by 10.66.66.234 with SMTP id i10mr21735241pat.114.1462461957426;
        Thu, 05 May 2016 08:25:57 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160505082639.ZM8772@torch.brasslantern.com>
Date: Thu, 5 May 2016 08:26:39 -0700
In-Reply-To: <20160505161426.0e04d73a@pwslap01u.europe.root.pri>
Comments: In reply to Peter Stephenson <p.stephenson@samsung.com>
        "Re: Weird issue with pipeviewer and multiple pipes" (May  5,  4:14pm)
References: <ufaa8k6ei8t.fsf@epithumia.math.uh.edu> 
	<CAH+w=7b+tKnvfv1ip6ykNW4Oh_BQSiXnGwGMQzhvfi=Wrq6DXg@mail.gmail.com> 
	<20160505161426.0e04d73a@pwslap01u.europe.root.pri>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Weird issue with pipeviewer and multiple pipes
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38405

On May 5,  4:14pm, Peter Stephenson wrote:
}
} It's working with the latest zsh [which I just *happened* to have to
} hand] and the pv supplied with Fedora 12, too.

That's good, but there's still the oddity that it only happens when a
$(cmdsubst) is in play, and that zsh shouldn't hang uninterruptibly
forever just because one job in the pipeline has been TTOU'd.

