From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7511 invoked from network); 29 Jun 1999 10:28:20 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Jun 1999 10:28:20 -0000 Received: (qmail 11406 invoked by alias); 29 Jun 1999 10:28:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6907 Received: (qmail 11396 invoked from network); 29 Jun 1999 10:28:06 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PATCH: that execution stuff Date: Tue, 29 Jun 1999 14:27:58 +0400 Message-ID: <000601bec21a$0e90a010$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <199906290656.IAA18345@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > I don't need to point out that `while true; do gzip ...; done' is not > expected to be ^C'able again, do I? Maybe we should document this? > (Together with the ^Z/fg/^C-trick?) > It does not work. I can suspend *and* kill 'while true; do gzcat -f; done'. But after I suspend and resume it, I can neither kill nor suspend it again. /andrej