[Openmcl-devel] Using Clozure CL with GNU Emacs and SLIME

Stas Boukarev stassats at gmail.com
Wed Mar 24 14:55:55 PDT 2010


Adam Getchell <adam.getchell at gmail.com> writes:

> I'm trying to get Clozure CL setup with Emacs and SLIME on Ubuntu 9.10. per
> these directions:
>
> http://ccl.clozure.com/ccl-documentation.html#
> Using-CCL-with-GNU-Emacs-and-SLIME
>
> CCL info:
>
> adam at ubuntu:~$ ./ccl64 -V
> Version 1.4-r13548M  (LinuxX8664)
>
> Located in ~/ccl, the startup script is ~./ccl64 (copied from ccl directory)
>
> Emacs info:
>
> This is GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.3)
>  of 2009-11-10 on crested, modified by Debian
>
> SLIME info:
>
> Located in ~/emacs/site, checked out today using:
>
> sudo cvs -d :pserver:anonymous at common-lisp.net:/project/slime/cvsroot co slime
>
> adam at ubuntu:~$ cat .emacs
> (set-language-environment "utf-8")
>
> (add-to-list 'load-path "~/emacs/site/slime/")
>
> (setq inferior-lisp-program "~/ccl64 -K utf-8")
> (require 'slime)
> (setq slime-net-coding-system 'utf-8-unix)
> (slime-setup)
And you most probably want (slime-setup '(slime-fancy)) here.

-- 
With Best Regards, Stas.



More information about the Openmcl-devel mailing list