From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29878 invoked from network); 3 May 1998 10:21:15 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 3 May 1998 10:21:15 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id FAA08670; Sun, 3 May 1998 05:57:29 -0400 (EDT) Resent-Date: Sun, 3 May 1998 05:57:29 -0400 (EDT) From: "Bart Schaefer" Message-Id: <980503025743.ZM31165@candle.brasslantern.com> Date: Sun, 3 May 1998 02:57:43 -0700 X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@math.gatech.edu Subject: Job listings and "coproc" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"_5vVG3.0.P72.9-3Jr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3920 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu zsh -f where zsh is 3.0.5: zagzig% coproc tee /tmp/capture [1] 31145 zagzig% jobs [1] + running tee /tmp/capture Note that the coproc job is marked "+" even though it's impossible to bring it back to the foreground. If you start other jobs, they can end up marked "-", as if "fg" would prefer the coproc. Not a big bug, but a bug. (There probably ought to be a third mark to identify the coprocess; perhaps "*" ?) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com