Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Background jobs with no job control / disown bug?
- X-seq: zsh-workers 522
- From: Richard Coleman <coleman@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Background jobs with no job control / disown bug?
- Date: Fri, 03 Nov 1995 06:36:01 -0500
- In-reply-to: Your message of "Fri, 03 Nov 1995 12:28:31 +0100." <9511031128.AA24164@xxxxxxxxxx>
> It occurred to me that one way of avoiding a background job getting
> job control (disown is not a sufficient method in a function) is to
> unsetopt MONITOR, spawn the job, then setopt MONITOR again. This
> nearly works. Unfortunately,
>
> % unsetopt monitor
> % sleep 30 &
> % setopt monitor
> % jobs
> [1] + running
I had thought that adding a new pre-command `nojob' would be
a good idea. But to do this right would probably require some
work.
I was thinking that this and `noalias' would both be good ideas.
I havn't looked at how to implement them yet.
rc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author