|
From: | felix winkelmann |
Subject: | Re: [Chicken-users] Wierd behaviour of process. |
Date: | Mon, 15 Jan 2007 08:16:58 +0100 |
On 1/14/07, Robin Lee Powell <address@hidden> wrote:
That made me think that doing a "wait" on the process *is* behaviour I want, and I should do that. However, process-wait throws an error if the process has already exited, and I can't seem to trap it. I tried: (condition-case (process-wait pid) (var () #t))
This should work. Are you running this interactively? cheers, felix
[Prev in Thread] | Current Thread | [Next in Thread] |