[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#508922: SLIME doesn't like a non-Debian Lisp



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





Reply to: