When starting slime (latest from CVS), the repl buffer is being shown with name: *slime-repl nil*
It's also showing: ; Adding fd handler: 5
at the end of the *inferior-lisp* buffer, and:
; Adding fd handler: 6 CL-USER> CL-USER>
at the start of the repl.
I am using SBCL 0.9.9 on a Xen server.
Is this a sign of a problem? I'm having trouble running a tbnl application (which runs fine on my local server) and this seemed to be the first clue towards something unusual.
Thanks.
-austin