Re: How to see runtime-output of lisp-process ?
- From: Brian Downing <see-signature@xxxxxxxxx>
- Date: Fri, 19 Aug 2005 05:11:08 GMT
In article <874q9od63j.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxx>,
Pascal Bourguignon <spam@xxxxxxxxxxxxxxxx> wrote:
> This is not related to UCW, it's a pure slime problem.
> The stream between swank and slime is heavily buffered (probably in
> slime, not in swank).
>
> Even with a newline and a FINISH-OUTPUT (or CLEAN-OUTPUT):
>
> ; SLIME 2005-07-06
> (loop for i from 0 to 10 do
> (when (= 5 i) (print :hello) (terpri) (finish-output)) (sleep 1))
>
> won't display :HELLO before the end of the loop.
Hmm... works for me with Slime and SBCL, OpenMCL, CMUCL, and Lispworks,
all on Mac OS X.
Perhaps it's a Slime/CLISP interaction problem?
-bcd
--
*** Brian Downing <bdowning at lavos dot net>
.
- References:
- How to see runtime-output of lisp-process ?
- From: Marco simon
- Re: How to see runtime-output of lisp-process ?
- From: Pascal Bourguignon
- How to see runtime-output of lisp-process ?
- Prev by Date: Problem with CL-SDL-OPENGL, SBCL
- Next by Date: Re: ADA and my own business
- Previous by thread: Re: How to see runtime-output of lisp-process ?
- Next by thread: Re: How to see runtime-output of lisp-process ?
- Index(es):
Relevant Pages
|