Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Loop suspend
- X-seq: zsh-workers 13503
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Loop suspend
- Date: Mon, 19 Feb 2001 12:13:59 +0300
- Importance: Normal
- In-reply-to: <200102190903.KAA11340@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> Andrej Borsenkow wrote:
>
> > What is the current status? Is zsh able to suspend loops containing only
> > builtins?
>
> No. Only if they have at least on external command or are in a pipeline.
>
I had at least one case where
while true; do
/bin/true
done
was not suspended. I suspect, /bin/true simpy exits "too fast" for zsh to
catch it. As usual, I cannot reproduce it now.
-andrej
P.S. you are still using "old" sunsite.auc.dk. I noticed this, because Outlook
is filtering on new sunsite.dk.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author