Jan Rychter <[EMAIL PROTECTED]> writes: > And SBCL doesn't like SERIES, which I'm using.
I believe it does. You may have to (require :sb-cltl2), if your distribution of SERIES doesn't do that for you. The thread starting at <http://www.caddr.com/macho/archives/sbcl-devel/2003-5/1928.html> might be of interest. Cheers, Christophe -- http://www-jcsu.jesus.cam.ac.uk/~csr21/ +44 1223 510 299/+44 7729 383 757 (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b))) (defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge)
