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

2009-06-01 Thread Juliusz Chroboczek
> 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

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

2009-02-18 Thread Peter Van Eynde
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| __

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

2008-12-16 Thread Juliusz Chroboczek
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