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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org