Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Debian zsh bug triage
- X-seq: zsh-workers 26205
- From: Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>
- To: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- Subject: Re: Debian zsh bug triage
- Date: Tue, 30 Dec 2008 09:42:08 +0000
- Cc: zsh-workers@xxxxxxxxxx, 288323@xxxxxxxxxxxxxxx
- In-reply-to: <2d460de70812291516g5d445015v510364ccaba7f296@xxxxxxxxxxxxxx>
- Mail-followup-to: Richard Hartmann <richih.mailinglist@xxxxxxxxx>, zsh-workers@xxxxxxxxxx, 288323@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70812291246o62169a0bxa7b68ce4aa5be504@xxxxxxxxxxxxxx> <20081229211951.GA5454@xxxxxxxxxxxxxxx> <2d460de70812291516g5d445015v510364ccaba7f296@xxxxxxxxxxxxxx>
On Tue, Dec 30, 2008 at 12:16:49AM +0100, Richard Hartmann wrote:
> 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
[...]
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
--
Stéphane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author