I'm trying to get Clozure CL setup with Emacs and SLIME on Ubuntu 9.10. per these directions:<br><br><a href="http://ccl.clozure.com/ccl-documentation.html#Using-CCL-with-GNU-Emacs-and-SLIME">http://ccl.clozure.com/ccl-documentation.html#Using-CCL-with-GNU-Emacs-and-SLIME</a><br>

<br>CCL info:<br><br>adam@ubuntu:~$ ./ccl64 -V<br>Version 1.4-r13548M  (LinuxX8664)<br><br>Located in ~/ccl, the startup script is ~./ccl64 (copied from ccl directory)<br><br>Emacs info:<br><br>This is GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.3)<br>

 of 2009-11-10 on crested, modified by Debian<br clear="all"><br>SLIME info:<br><br>Located in ~/emacs/site, checked out today using:<br><br>sudo cvs -d :pserver:anonymous@common-lisp.net:/project/slime/cvsroot co slime<br>

<br>adam@ubuntu:~$ cat .emacs<br>(set-language-environment "utf-8")<br><br>(add-to-list 'load-path "~/emacs/site/slime/")<br><br>(setq inferior-lisp-program "~/ccl64 -K utf-8")<br>(require 'slime)<br>

(setq slime-net-coding-system 'utf-8-unix)<br>(slime-setup)<br><br><br>;;; This was installed by package-install.el.<br>;;; This provides support for the package system and<br>;;; interfacing with ELPA, the package archive.<br>

;;; Move this code earlier if you want to reference<br>;;; packages in your .emacs.<br>(when<br>    (load<br>     (expand-file-name "~/.emacs.d/elpa/package.el"))<br>  (package-initialize))<br><br>When I start Emacs I get these errors in the messages buffer:<br>

<br>Loading 00debian-vars...done<br>Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...<br>Loading debian-ispell...<br>Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done<br>
Loading debian-ispell...done<br>
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done<br>Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done<br>Loading /etc/emacs/site-start.d/50global.el (source)...done<br>

Loading /etc/emacs/site-start.d/50psvn.el (source)...done<br>Loading /etc/emacs/site-start.d/50slime.el (source)...<br>Error while loading 50slime: Cannot open load file: /usr/share/emacs23/site-lisp/slime/slime-autoloads<br>

Loading /home/adam/.emacs.d/elpa/package.el (source)...done<br>For information about GNU Emacs and the GNU system, type C-h C-a.<br><br>When I do M-x slime I get these errors:<br><br>(progn (load "/usr/share/common-lisp/source/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank:start-server") "/tmp/slime.3489" :coding-system "utf-8-unix"))<br>

<br>Welcome to Clozure Common Lisp Version 1.4-r13548M  (LinuxX8664)!<br>? > Error: File "/usr/share/common-lisp/source/slime/swank-loader.lisp" does not exist.<br>> While executing: CCL::%LOAD, in process listener(1).<br>

> Type :POP to abort, :R for a list of available restarts.<br>> Type :? for other options.<br>1 ><br><br>It looks like SLIME somehow doesn't know about swank?<br><br>Suggestions for how to fix?<br><br>Thanks<br>

<br>Adam Getchell<br>-- <br>"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu<br>