Hi, I am having a problem with slime losing connection to lisp. I've tried the solution from http://common-lisp.net/cgi-bin/mailman/listinfo/slime-devel but to no avail.
I am getting this cryptic message in the *inferior-lisp* buffer, usually within a few seconds of starting slime:
;; Swank started at port: 43929. 43929 * ;; swank:close-connection: Reader error at 52 on #<String-Input * Stream>: too many dots
I am using Emacs 22.2.1 in Debian Lenny and Slime 3.0-alpha with CMUCL and CLISP.
Leo
On Mon, 24 May 2010, Leo Butler wrote:
< Hi, < I am having a problem with slime losing connection to lisp. < I've tried the solution from < http://common-lisp.net/cgi-bin/mailman/listinfo/slime-devel
Sorry, that url should be http://common-lisp.net/pipermail/slime-devel/2009-December/017018.html
< but to no avail. < < I am getting this cryptic message in the *inferior-lisp* buffer, < usually within a few seconds of starting slime: < < ;; Swank started at port: 43929. < 43929 < * ;; swank:close-connection: Reader error at 52 on #<String-Input < * Stream>: < too many dots < < I am using Emacs 22.2.1 in Debian Lenny and Slime 3.0-alpha < with CMUCL and CLISP. < < Leo
* Leo Butler [2010-05-24 22:09+0200] writes:
Hi, I am having a problem with slime losing connection to lisp. I've tried the solution from http://common-lisp.net/cgi-bin/mailman/listinfo/slime-devel but to no avail.
I am getting this cryptic message in the *inferior-lisp* buffer, usually within a few seconds of starting slime:
;; Swank started at port: 43929. 43929
- ;; swank:close-connection: Reader error at 52 on #<String-Input
- Stream>:
too many dots
There must more information; show us the entire buffer. The *slime-events* buffer would also be useful.
Helmut
On Tue, 25 May 2010, Helmut Eller wrote:
< * Leo Butler [2010-05-24 22:09+0200] writes: < < > Hi, < > I am having a problem with slime losing connection to lisp. < > I've tried the solution from < > http://common-lisp.net/cgi-bin/mailman/listinfo/slime-devel < > but to no avail. < > < > I am getting this cryptic message in the *inferior-lisp* buffer, < > usually within a few seconds of starting slime: < > < > ;; Swank started at port: 43929. < > 43929 < > * ;; swank:close-connection: Reader error at 52 on #<String-Input < > * Stream>: < > too many dots < < There must more information; show us the entire buffer. < The *slime-events* buffer would also be useful.
Please see the 3 attached files containing the 3 buffer contents up to a disconnection. Leo