On Thu, 24 Jun 2004, Dan Su wrote: > I used to use Allegro Lisp to run my program in a batch mode. i.e. I wrote a > shell script (see the next paragraph) to run programs. The Allegro handles > exceptions well. When a fatal error occur in alisp, it can continue > executing the following program automatically without interruption. However, > the cmucl will stop there waiting for a (quit) command from the keyboard. > Can anyone tell me how to make the CMUCL returns to shell when an error > occurs? Can setting flags in the command line solve this problem?BTW, I am > using the Redhat 8.0, the version of kernel is 2.4. And I am using the CMUCL > version of 18e. Thanks for your help.
See the -batch command-line argument.
