Your message dated Thu, 27 Oct 2011 23:18:09 +0200
with message-id <87lis6dtgu....@blackbird.nest.zamazal.org>
and subject line Re: SLIME doesn't like a non-Debian Lisp
has caused the Debian Bug report #508922,
regarding SLIME doesn't like a non-Debian Lisp
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
508922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
I believe the problem no longer exists in slime 1:20111027-2, but I
don't have a non-Debian Lisp to check. So I'm closing the bug report,
feel free to reopen it if that still doesn't work.
--- End Message ---
_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-common-lisp-devel