Sung-youn Kim sung-youn.kim@stonybrook.edu writes:
With multiple lisp processes, I had a problem with ouput stream directed to wrong repl.
Howdy,
I'd like to know more about this problem. Which version of Emacs are you using, and which Lisp implementations are you connected to?
I then have got the following error messages upon invoking slime.
[...]
Error in function COMMON-LISP::HANDLER-DESCRIPTORS-ERROR: (#<Handler for INPUT on BOGUS descriptor 5: #<Closure Over Function "DEFIMPLEMENTATION ADD-FD-HANDLER" {48980661}>>) has a bad file descriptor.
Now fixed in CVS. We had left a SERVE-EVENT handler for the listen-socket's file descriptor around after closing the socket.
You could also fix the problem manually by selecting this restart:
0: [REMOVE-THEM] Remove bogus handlers.
Cheers, Luke