Helmut Eller <e9626484@stud3.tuwien.ac.at> writes:
Just a quick question. For SBCL hacking, wouldn't it be enough to set the global readtable manually? and perhaps advicing find-package?
If that's all you're doing, probably. (FIND-PACKAGE certainly needs to be advised somehow, or else nicknames need to be added to the existing packages). I don't know how much you are willing to cater for the possibility of people working on more than just sbcl in the same slime session, though -- consider the possible confusing bug reports (though this of course cuts both ways...) 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)