On Tue, 22 May 2007 22:22:13 +0100, "Tiarnan O'Corrain" ocorrain@gmail.com wrote:
Here's the description of the underlying stream from the slime inspector -- I can't inspect this stream itself in slime...
That looks correct.
And (using the debugger - I think, IIRC, you press v on the top frame) could you try to find the exact place where the error occurs?
the error is occurring in input.lisp, when stream-read-char is called from compare-files in test.lisp.
No, I meant where /in/ STREAM-READ-CHAR. Doesn't SLIME locate a particular form in the function's definition? (Maybe it can't due to the macrology, dunno.)
Thanks, Edi.