After doing a cvs update today (2004-07-21 PDT), I'm having trouble restarting Lisp/Slime: 1. "M-x slime" to get a *slime-repl[1]* buffer 2. Type (quite) in *slime-repl[1]* buffer and this message shows up in the mini buffer: error in process sentinel: Connection closed 3. Doing "M-x slime" again will not get a *slime-repl[1]* buffer and the following message shows up in the mini buffer: No Lisp subprocess: see variable `inferior-lisp-buffer'.
I hope I do not have to mess with inferior-lisp-buffer everytime I restart Lisp/Slime.
I'm using CMUCL-19a-pre3 (x86, Linux) and GNU Emacs 21.2.1.
Best,
-cph
Chisheng Huang cph@chi-square-works.com writes:
After doing a cvs update today (2004-07-21 PDT), I'm having trouble restarting Lisp/Slime:
- "M-x slime" to get a *slime-repl[1]* buffer
- Type (quite) in *slime-repl[1]* buffer and this message shows up in the mini buffer: error in process sentinel: Connection closed
- Doing "M-x slime" again will not get a *slime-repl[1]* buffer and the following message shows up in the mini buffer: No Lisp subprocess: see variable `inferior-lisp-buffer'.
Fixed now.
I introduced the problem with the restructuring work I did on the weekend. I'm doing a last pre-1.0 sweep of the code base from start to finish just make sure everything is sane. No doubt a few more glitches will slip through so please report any that you see :-)
-Luke
Luke Gorrie luke@bluetail.com writes:
Fixed now.
.. er, I hadn't committed when I sent that, but I have now :-)