From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21707 invoked from network); 12 Jun 2001 09:26:43 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Jun 2001 09:26:43 -0000 Received: (qmail 9831 invoked by alias); 12 Jun 2001 09:26:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14857 Received: (qmail 9794 invoked from network); 12 Jun 2001 09:26:09 -0000 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to lantern@shell10.ba.best.com using -f From: "Bart Schaefer" Message-Id: <1010612092459.ZM23703@candle.brasslantern.com> Date: Tue, 12 Jun 2001 09:24:59 +0000 In-Reply-To: <3B251030.5080700@mow.siemens.ru> Comments: In reply to Andrej Borsenkow "Bugs list" (Jun 11, 10:38pm) References: <1010611165317.ZM23036@candle.brasslantern.com> <3B251030.5080700@mow.siemens.ru> X-Mailer: Z-Mail (5.0.0 30July97) To: Andrej Borsenkow , zsh-workers@sunsite.dk Subject: Re: Bugs list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 11, 10:38pm, Andrej Borsenkow wrote: } Subject: Bugs list } } Bart Schaefer wrote: } } > The known bugs in zsh are listed in the file Etc/BUGS. Bart Schaefer quoted the README file, just so it's clear ... } This one is gone AFAIK: } } When interrupting code like the following with ^C: } while true; do } sh -c '...' } done } if the `sh' is executing, zsh does not know that the sh received a ^C and } continues with the next iteration. It still happens for me on RH5.2 where /bin/sh is bash. The loop while true; do sh -c 'more /etc/termcap' done can only be interrupted if you happen to hit bash with the signal before "more" gets started. -- 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