From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23422 invoked from network); 27 May 2001 22:43:46 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 May 2001 22:43:46 -0000 Received: (qmail 1688 invoked by alias); 27 May 2001 22:43:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14495 Received: (qmail 1661 invoked from network); 27 May 2001 22:43:35 -0000 From: "Bart Schaefer" Message-Id: <1010527224256.ZM1539@candle.brasslantern.com> Date: Sun, 27 May 2001 22:42:56 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Serious problem with job control and functions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii This must be related to the patch from 14327. I have a shell function: man () { command man $* | less -ais } I discovered today that if I suspend this function with control-Z, it vanishes entirely from the job tables and the `man' and `less' commands, though stopped, are orphaned. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net