[Openmcl-devel] read-line Doesn't Return in IDE
Chris Van Dusen
cavandusen at gmail.com
Thu Jun 11 14:56:53 PDT 2009
Hi,
After updating from trunk, a function of mine that used to work is not
returning from within the IDE. I was able to track it down to this
line (based on code from Peter Seibel's book):
(read-line *query-io*)
At the command line, it does this:
Welcome to Clozure Common Lisp Version 1.4-dev-r12256M-trunk
(DarwinX8664)!
? (read-line *query-io*)
this
"this"
NIL
From Emacs/Slime:
; SLIME 2009-06-1
CL-USER> (read-line *query-io*)
this
"this"
NIL
In the IDE:
Welcome to Clozure Common Lisp Version 1.4-dev-r12256M-trunk
(DarwinX8664)!
? (read-line *query-io*)
this
and it just sits there (so far...)
Thanks,
Chris.
More information about the Openmcl-devel
mailing list