Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: disowning stopped jobs
- X-seq: zsh-workers 15088
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: Re: disowning stopped jobs
- Date: Tue, 26 Jun 2001 10:19:47 +0200 (MET DST)
- In-reply-to: <200106260815.KAA23752@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I wrote:
> ...
>
> I looked into this shortly, it would require us to export getjob() and
> then should be relatively simple. But. Just had an idea. Why not give
> an option to disown, say `-c' for `continue', that makes it wake up
> stopped jobs before disowning them? With that, users could alias
> `disown' to `disown -c' to never have to worry about that anymore and in
> execcmd() we just would have to stick the `-c' into the list.
Err... of course users could already write their own little functions
that call bg, then disown to get that. But it still seems useful to
make this as convenient as possible -- maybe a setopt option (didn't
someone suggest this lately?).
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author