Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Debian zsh bug triage
- X-seq: zsh-workers 26195
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>, zsh-workers@xxxxxxxxxx, 288323@xxxxxxxxxxxxxxx
- Subject: Re: Debian zsh bug triage
- Date: Tue, 30 Dec 2008 00:16:49 +0100
- 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=
- In-reply-to: <20081229211951.GA5454@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70812291246o62169a0bxa7b68ce4aa5be504@xxxxxxxxxxxxxx> <20081229211951.GA5454@xxxxxxxxxxxxxxx>
Please don't CC 276187@xxxxxxxxxxxxxxx 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
<Stephane_Chazelas@xxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author