Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH (and another bug report): Re: zsh script and SIGCONT
- X-seq: zsh-workers 9033
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH (and another bug report): Re: zsh script and SIGCONT
- Date: Tue, 14 Dec 1999 10:13:49 +0100 (MET)
- In-reply-to: "Bart Schaefer"'s message of Mon, 13 Dec 1999 17:42:21 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> ...
>
> So I was about to suggest that we should simply turn off MONITOR during
> `.' and `source', since it's rather bizarre to have the loop keep going
> leaving behind a trail of suspended jobs until the job table fills.
> But then I tried in in bash -- where the lack of NOTIFY means that you
> don't even find out about the string of suspended jobs until the loop
> exits -- and now I'm not so sure.
Interesting, hadn't thought about trying bash.
But still, somehow it feels wrong. Somehow I think it should either
suspend the `.' or the loop (the top-level construct in the sourced
file). The latter if we think of the sourced file as an equivalent of
command line input.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author