[slime-devel] Error: end of file on #<SB-IMPL::STRING-INPUT-STREAM {..}>
Tamas K Papp
tkpapp at gmail.com
Fri May 8 19:34:30 UTC 2009
Hi,
When I use M-. on a function name in the REPL, I get the following
error message:
Error: end of file on #<SB-IMPL::STRING-INPUT-STREAM {B0CA0D1}>
I am using the latest CVS version of SLIME, with SBCL 1.0.25.debian.
The last few lines from *slime-events* are below, let me know if I can
supply more debugging info.
Tamas
(:emacs-rex
(swank:arglist-for-echo-area
'(("sb-sys:with-pinned-objects"))
:arg-indices
'(1)
:print-right-margin 1000 :print-lines 1)
"COMMON-LISP-USER" :repl-thread 21)
(:return
(:ok "(with-pinned-objects ===> (&rest objects) <=== &body body)")
21)
(:emacs-rex
(swank:arglist-for-echo-area
'(("sb-sys:with-pinned-objects"))
:arg-indices
'(0)
:print-right-margin 1000 :print-lines 1)
"COMMON-LISP-USER" :repl-thread 22)
(:return
(:ok "(with-pinned-objects (&rest objects) &body body)")
22)
(:emacs-rex
(swank:find-definitions-for-emacs "sb-sys:with-pinned-objects")
"COMMON-LISP-USER" :repl-thread 23)
(:return
(:ok
(("(DEFMACRO SB-SYS:WITH-PINNED-OBJECTS)"
(:error "Error: end of file on #<SB-IMPL::STRING-INPUT-STREAM {B0CA0D1}>"))))
23)
More information about the slime-devel
mailing list