From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by archone.tamu.edu id <45334>; Thu, 9 Apr 1992 19:19:43 -0500 From: Byron Rakitzis To: rc Subject: Re: eval vs & Message-Id: <92Apr9.191943cdt.45334@archone.tamu.edu> Date: Thu, 9 Apr 1992 19:19:36 -0500 re: eval and &. Well, input for eval is rescanned noninteractively, so interactive features get lost during an eval. This is perhaps bogomorphic. At the same time, however, you don't want rc to print prompts while it chugs through an eval. re: wait(). rc does not trap SIGCLD, so it cannot notify you asynchronously of a child's death. This may be another bogomorphism, but so far I've been using Occam's razor, i.e., avoiding complexity in the design whenever possible.