[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] detaching from the ctty
From: |
Chris Hanson |
Subject: |
Re: [MIT-Scheme-devel] detaching from the ctty |
Date: |
Sat, 1 Jun 2013 23:12:27 -0700 |
This only makes sense when being run in the background. By all means
don't detach otherwise.
On Wed, May 29, 2013 at 8:03 AM, Taylor R Campbell <address@hidden> wrote:
> Does anyone rely on Scheme's behaviour of detaching from the ctty in
> batch mode or when file descriptors 0/1/2 are not ttys? This causes
> Scheme to blithely ignore ^C when run under make, to my interminable
> frustration. If you want to detach from the ctty, you could always
> use a trivial wrapper around Scheme to do just that.
>
> _______________________________________________
> MIT-Scheme-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/mit-scheme-devel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [MIT-Scheme-devel] detaching from the ctty,
Chris Hanson <=