Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: suspend while loop.
- X-seq: zsh-workers 11451
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: suspend while loop.
- Date: Thu, 18 May 2000 06:55:46 +0000
- In-reply-to: <000516120249.ZM10127@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <hvon1lqfic3.fsf@xxxxxxxxxxxxxxx> <000516120249.ZM10127@xxxxxxxxxxxxxxxxxxxxxxx>
On May 16, 12:02pm, Bart Schaefer wrote:
} Subject: Re: suspend while loop.
}
} > Z(4):akr@serein% Src/zsh -f
} > serein% cat |while read line; do echo $line; done
} > <C-z>
} >
} > `cat' is suspended. But zsh wait something yet...
}
} I think you can't break out of `read' with ^Z. Try it without the cat|
} and you'll find you can't suspend the loop.
Does anyone have any insights on this? I was about to announce 3.0.8,
but discovered that this loop is not suspendable there either. I don't
have much time for debugging it myself this week ...
If it doesn't appear to be easily fixed, I'm going to go ahead and put
3.0.8 out anyway.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author