[Openmcl-devel] Every C-\ creates a crash report
Leo
sdl.web at gmail.com
Mon May 3 18:15:17 PDT 2010
On 2010-05-04 01:15 +0100, R. Matthew Emerson wrote:
> The "official" (for some value of official) way to quit
> ccl is (ccl:quit).
>
> If you type ^D (1+ ccl::*consecutive-eof-limit*) times,
> the lisp will exit, as you note. This was added to avoid
> trouble when *standard-input* is connected to /dev/null
> or something like that.
>
> As another option: you can set ccl:*quit-on-eof* to t, and
> it will only take one ^D to exit the lisp.
Many thanks for this ;)
Quite a few lisp implementations have this as default for example sbcl
and clisp.
Leo
--
CCL-USER> _
More information about the Openmcl-devel
mailing list