[movitz-devel] Re: My gsoc project
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Thu Jun 12 16:29:09 UTC 2008
"Antonis Antoniadis" <antoniosantoniadis at gmail.com> writes:
> I think I know why the infinite loop happens. I found out that in
> this specific case i can break the loop by hitting space, and that
> it loops because it's unable to resolve the ip.
Without an interrupt-driven keyboard driver it's not possible to have
a reliable C-c thingy, but this is definitely something I want to have
soon too.
There is one mechanism in there: the GC will poll for ESC keypresses
and break if there is one.
Actually, there's one more possibility: the :more top-level command
(try i.e. ":more (loop (print 'hello))" at the REPL) will allow you to
break at each screenful of output.
--
Frode Vatvedt Fjeld
More information about the movitz-devel
mailing list