From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21384 invoked from network); 2 Jun 1997 10:45:42 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 2 Jun 1997 10:45:42 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id GAA20800; Mon, 2 Jun 1997 06:27:39 -0400 (EDT) Resent-Date: Mon, 2 Jun 1997 06:27:39 -0400 (EDT) Message-Id: <199706021031.MAA03908@hydra.ifh.de> To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: job control bug Date: Mon, 02 Jun 1997 12:31:20 +0200 From: Peter Stephenson Resent-Message-ID: <"GtHOH1.0.u45.Q0gap"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3184 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu this is in version 3.1.2-test1 with various patches to do with job control which probably make the difference. % l() { less } % ps | l PID TTY TIME COMD 6404 ttyq33 0:00 less 6374 ttyq33 0:07 zsh 6403 ttyq33 0:00 ps 6400 ttyq33 0:01 zsh now hit 'q': byte 126/126 (END)zsh: done ps | zsh: suspended (tty input) l % jobs -l [1] + 6403 done ps | 6405 suspended (tty input) l after which it gets very messy. -- Peter Stephenson Tel: +49 33762 77366 WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77413 Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen DESY-IfH, 15735 Zeuthen, Germany.