Bug#508922: SLIME doesn't like a non-Debian Lisp
Juliusz Chroboczek
jch at pps.jussieu.fr
Tue Dec 16 17:43:31 UTC 2008
Package: slime
Version: 1:20080223-2
In order to get SLIME to work with a non-Debian version of CCL, I needed to
add the following to my CCL init file:
(require '#:asdf)
(defpackage #:clc
(:export #:calculate-fasl-root))
(defun clc:calculate-fasl-root ()
#p"/tmp/")
Since it is difficult to have two versions of SLIME on the same system,
I suggest that SLIME should be friendly with non-Debian Lisps. In
particular, it shouldl require ASDF at startup, and do something reasonable
when there is no CLC package.
Juliusz
More information about the pkg-common-lisp-devel
mailing list