> Good idea, however how can I tell your non-debian CCL to load swank?
It'd be okay to have a single, well documented form to put in one's init
file. Ideally, I'd like to be able to install a random non-Debian
Common Lisp implementation, then say
(load "/usr/share/common-lisp/insinuate-into-de
Hi Juliusz,
Good idea, however how can I tell your non-debian CCL to load swank?
What method should I use?
Groetjes, Peter
--
signature -at- pvaneynd.mailworks.org
http://www.livejournal.com/users/pvaneynd/
"God, root, what is difference?" Pitr | "God is more forgiving." Dave
Aronson|
__
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 di