|
From: Christophe R. <cs...@ca...> - 2003-05-07 15:13:34
|
Pascal Bourguignon <pj...@in...> writes: > (In the meantime, I'll ignore all notices from sbcl, but I don't like > doing that). Well, I do hope eventually that there will be some framework for selectively ignoring optimization notes, independent of what the default annoyance level should be. But until we either get copious free time or patches, I wouldn't hold your breath. :-/ 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) |