From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4935 invoked from network); 29 Dec 2008 23:17:08 -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=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; 29 Dec 2008 23:17:08 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 22211 invoked from network); 29 Dec 2008 23:17:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Dec 2008 23:17:01 -0000 Received: (qmail 1482 invoked by alias); 29 Dec 2008 23:16:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26195 Received: (qmail 1467 invoked from network); 29 Dec 2008 23:16:54 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Dec 2008 23:16:54 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by bifrost.dotsrc.org (Postfix) with ESMTP id 56E1E80308BE for ; Tue, 30 Dec 2008 00:16:50 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id e21so1706447fga.37 for ; Mon, 29 Dec 2008 15:16:49 -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=GFYpdUu+bzkzWjvKf2vFpjqYBavq0i7YMQR3nUqVDmE=; b=f+Ra5qsxowm9W5j1ey1QIGztlX9rqP9YbeHkvAUooaVqnzrY/eTyY0UMe9slBVvZH7 hNfQWMknwj9nMq2iL7l52hw0QhMZDAWQ3/RtkO+NDoUoWmRCQ/KCWTDUJRbYunzpQJqO b46WzrRKsjUX5iYQ8x+GBCUAKh9VLLb53yAXA= 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=uIE1rwne/RrcAsQTcs/TyPMD1xs1Y0+N+RZof2Qizg/maLSexoAz0FTQV7msq5ar0E WJCX6hAWfONAvWPuyLuHS24aEd4MRs1EwkREErQ4x8E9t5Hhkv2TqOZj/BZNdmp223r1 VJDfOwG054q1QOaJoFHgeKlnEK8EjFnDn2+zs= Received: by 10.86.3.4 with SMTP id 4mr8370091fgc.44.1230592609886; Mon, 29 Dec 2008 15:16:49 -0800 (PST) Received: by 10.86.62.8 with HTTP; Mon, 29 Dec 2008 15:16:49 -0800 (PST) Message-ID: <2d460de70812291516g5d445015v510364ccaba7f296@mail.gmail.com> Date: Tue, 30 Dec 2008 00:16:49 +0100 From: "Richard Hartmann" To: "Richard Hartmann" , zsh-workers@sunsite.dk, 288323@bugs.debian.org Subject: Re: Debian zsh bug triage In-Reply-To: <20081229211951.GA5454@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> X-Virus-Scanned: ClamAV 0.92.1/8811/Mon Dec 29 21:02:38 2008 on bifrost X-Virus-Status: Clean Please don't CC 276187@bugs.debian.org any more -- my fault for mixing two bugs into one email. Won't happen again. On Mon, Dec 29, 2008 at 22:19, Stephane Chazelas wrote: > That'd be a feature. All the other shells except bash behave > like that. You'll find plenty of places where people complain > about bash behavior. doing the 'right' thing and suspending {1;2;3} : ksh93 swallowing 3 : bash, csh, fish, running 3 the second 2 is suspended: ash, dash freezing the whole shell: Solaris 9 /bin/sh not allowing you to suspend within a command chain at all: ksh88 not catching ^Z and suspending themselves; when stopped from another shell, they do: posh : runs 3 the second 2 is suspended sash : does the 'right' thing and suspends {1;2;3} being so weird i had to kill the shell from outside: scsh Richard