Re: My gsoc project
Frode Vatvedt Fjeld <[email protected]> 12 Jun 2008 18:29:09 +0200
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
"Antonis Antoniadis" <[email protected]> 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