-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I have installed slime on my personnal computer with no problem but I can't made it run at school. I'm using slime from CVS on FAIRLY-STABLE branch.
My problem is when I launch slime with 'M-x slime', the connection process never finish and the seconds scroll up in the mode line.
I have tried with and without the following line in ~/.swank.lisp (setf swank::*communication-style* :fd-handler)
Thanks
Some version numbers and some debug messages follow : - -----------------------------------------------------
$ uname -a SunOS narrhavas 5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-80
$ emacs --version GNU Emacs 21.3.1
$ lisp CMU Common Lisp 18c, Built 2000-11-28, running on narrhavas ~ Python 1.0, target SPARCstation/Solaris 2 ~ CLOS based on PCL version: September 16 92 PCL (f) ~ CLX X Library MIT R5.02 ~ Motif toolkit and graphical debugger 1.0 ~ Hemlock 3.5
$ tail -n 5 ~/.emacs ;; lisp (setq inferior-lisp-program "/net/hamilcar/s6/ens/david/bin/lisp") (add-to-list 'load-path "~/.emacs.d/slime-cvs") (require 'slime) (slime-setup)
Here is what I can see when I launch slime with 'M-x slime' : - ------------------------------------------------------------- File: /a/tanit/home2/i1/cassou/.emacs.d/slime-cvs/swank-cmucl.lisp
In: DEFIMPLEMENTATION PROFILE-PACKAGE ~ (PROFILE:PROFILE-ALL :PACKAGE PACKAGE :CALLERS-P CALLERS ...) Warning: :METHODS is not a known argument keyword.
Converted |(PCL::FAST-METHOD PROFILE-PACKAGE (T T T))|. Compiling DEFIMPLEMENTATION PROFILE-PACKAGE: Byte Compiling Top-Level Form:
home:.slime/fasl/cmu-18c, Built 2000-11-28/swank-cmucl.sparcf written. Compilation finished in 0:00:06. ;; Loading #p"/a/tanit/home2/i1/cassou/.slime/fasl/cmu-18c, Built 2000-11-28/swank-cmucl.sparcf". Invoking debugger... Starting server: ~ will_fork = False ~ will_trace = False ~ No Inet domain socket created. ~ path = /tmp/.motif_socket-p8093
Error in function XLIB::OPEN-X-STREAM: ~ Failed to connect to X11 server: cassy (display 1)
Restarts: ~ 0: [CONTINUE] Return NIL from load of #p"home:.slime/fasl/cmu-18c, Built 2000-11-28/swank-cmucl.sparcf". ~ 1: Return NIL from load of "/net/i1/cassou/.emacs.d/slime-cvs/swank-loader.lisp". ~ 2: [ABORT ] Return to Top-Level.
Debug (type H for help)
(C::DO-CALL #<Code Object "Top-Level Form" {8062E3FF}> 58 59 46 ...) Source: Error finding source: Error in function COMMON-LISP::%ENUMERATE-SEARCH-LIST: ~ Undefined search list: trunk 0] Waiting for connection. Accepting client on Unix socket. Accepted client on fd 4 Server not forking.
- -- Damien
Damien Cassou wrote:
$ lisp CMU Common Lisp 18c, Built 2000-11-28, running on narrhavas
Can you upgrade to a more current version? See common-lisp.net for the current release and snapshots.
I don't have any problem with current cmucl and a recent slime CVS.
Ray
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
|> $ lisp |> CMU Common Lisp 18c, Built 2000-11-28, running on narrhavas | | Can you upgrade to a more current version? See common-lisp.net for the | current release and snapshots.
This was the solution, thanks, it works now.
- -- Damien
On Jan 31, 2005, at 2:12 PM, Damien Cassou wrote:
Some version numbers and some debug messages follow :
$ uname -a SunOS narrhavas 5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-80
$ emacs --version GNU Emacs 21.3.1
$ lisp CMU Common Lisp 18c, Built 2000-11-28, running on narrhavas ~ Python 1.0, target SPARCstation/Solaris 2 ~ CLOS based on PCL version: September 16 92 PCL (f) ~ CLX X Library MIT R5.02 ~ Motif toolkit and graphical debugger 1.0 ~ Hemlock 3.5
I have no idea why your lisp is trying to open an X11 connection, but that version of CMUCL is positively ancient. The most recent release of CMUCL is 19a, released August of 2004. Can you try a less-than-paleolithic CMUCL?
-- Brian Mastenbrook bmastenb@cs.indiana.edu http://cs.indiana.edu/~bmastenb/