Specifically, with the latest slime from CVS in ~/slime .emacs
(add-to-list 'load-path "~/slime/") (setq inferior-lisp-program "sbcl") (require 'slime) (slime-setup) When I run slime it almost works... I end up with an inferior lisp buffer ; /home/justinhj/.slime/fasl/2009-04-03/sbcl-1.0.15-linux-x86/contrib/swank-sbcl-exts.fasl written ; compilation finished in 0:00:00 ;; Swank started at port: 47736. 47736 * But slime doesn't appear to be running properly. So I try running slime from an xterm (how you do this is completely different to how the manual says you should do it) Which seems to be working WARNING: These Swank interfaces are unimplemented: (ALL-THREADS CALLS-WHO DISASSEMBLE-FRAME INTERRUPT-THREAD RECEIVE-IF SEND SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SPAWN WHO-SPECIALIZES) ;; Swank started at port: 4005. * But slime-connect from emacs gives Connecting to Swank on port 4005.. [2 times] open-network-stream: make client process failed: connection refused, :name, SLIME Lisp, :buffer, nil, :host, 127.0.0.1, :service, 4005 This is driving me nuts. I suppose this the wrong list ;-) Justin 2009/4/5 Justin Heyes-Jones <justi...@gmail.com>: > Glad you beat me to it. I've just killed an hour trying to get slime > to work on my Ubuntu machine. The lastest CVS version is not playing > ball at all. > > Justin > > 2009/4/5 Luke J Crook <l...@balooga.com>: >> David O'Toole <d...@...> writes: >> >>> >>> >>> http://paste.lisp.org/display/78048 >>> >> >> I Just tried a clean ASDF-INSTALL of lispbuilder-sdl and >> lispbuilder-sdl-mixer >> on Ubuntu 8.10 using SBCL and sdl-mixer works fine. >> >> Ubuntu uses common-lisp-controller which *always* causes problems. Remove the >> fasls from: >> >> /var/cache/common-lisp-controller/1000/sbcl/local/home/<login_name>/.sbcl/site/ >> >> As well as the packages in .sbcl/site/ >> >> - Luke >> >> _______________________________________________ >> application-builder mailing list >> application-builder@lispniks.com >> http://www.lispniks.com/mailman/listinfo/application-builder >> > _______________________________________________ application-builder mailing list application-builder@lispniks.com http://www.lispniks.com/mailman/listinfo/application-builder