From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5152 invoked from network); 30 Dec 2008 15:29:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Dec 2008 15:29:29 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 95958 invoked from network); 30 Dec 2008 15:29:27 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Dec 2008 15:29:27 -0000 Received: (qmail 23524 invoked by alias); 30 Dec 2008 15:29:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26211 Received: (qmail 23510 invoked from network); 30 Dec 2008 15:29:23 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Dec 2008 15:29:23 -0000 Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by bifrost.dotsrc.org (Postfix) with ESMTP id 79D1780F7750 for ; Tue, 30 Dec 2008 16:29:09 +0100 (CET) Received: by bwz13 with SMTP id 13so13089016bwz.21 for ; Tue, 30 Dec 2008 07:29:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Kyj4OiWa8xSY2EKwVUZ6gRUce4FXUoEPA4u/YilawsE=; b=dJ5kZzchVKbtVshX+yNI10QMhMgCKauqdLhlUwm4zPwMqE0kaJyzDaIoDF3v+Zkacj lrtfnWZWsBRhutAXV0zQJbY5Ni+wET3IPBBNL4KTE8bOnH0CF+01tlu8RLfrPe+UB+8i sbIawNMsovPRq35AXUvZWxohsUxtnT2557zCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=LH4d+zbOKzslVbcHMsRF7IstQdn4Deyx3gMhk/ConIk7KlK4h/BC5NeYcTCG7134JV fbQHQZKpsN8c08QeShmBzFJ9rTQQmfnDl7z4JQENW+Lwn5vXQfqd73OD3Uh2V0hgrJra JdIQL5fLe2ooBUT90FllJ/6tSIjNF9Bm1xq9o= Received: by 10.181.192.10 with SMTP id u10mr5665943bkp.185.1230650949148; Tue, 30 Dec 2008 07:29:09 -0800 (PST) Received: by 10.181.56.3 with HTTP; Tue, 30 Dec 2008 07:29:09 -0800 (PST) Message-ID: <2d460de70812300729j5f440f63i5e541ce91c46ea9e@mail.gmail.com> Date: Tue, 30 Dec 2008 16:29:09 +0100 From: "Richard Hartmann" To: "Richard Hartmann" , zsh-workers@sunsite.dk, 288323@bugs.debian.org Subject: Re: Debian zsh bug triage In-Reply-To: <20081230094208.GC4921@sc.homeunix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70812291246o62169a0bxa7b68ce4aa5be504@mail.gmail.com> <20081229211951.GA5454@sc.homeunix.net> <2d460de70812291516g5d445015v510364ccaba7f296@mail.gmail.com> <20081230094208.GC4921@sc.homeunix.net> X-Virus-Scanned: ClamAV 0.92.1/8814/Tue Dec 30 09:43:21 2008 on bifrost X-Virus-Status: Clean On Tue, Dec 30, 2008 at 10:42, Stephane Chazelas wrote: > Could you please clarify what you tried? I get different > behaviors from you whether I try > > { echo 1; sleep 10; echo 2; } > or > echo 1; sleep 10; echo 2 I tried with the latter. The former is well-defined and should always stop and restart as a whole. The interesting bit is to see how the latter is handled. Quite differently, it turns out. Richard PS: Are all questions in your previous mails answered? If not, please tell me.