#161: Port NAMED-READTABLES ----------------------------------------------------+----------------------- Reporter: mevenson | Owner: nobody Type: defect | Status: new Priority: minor | Milestone: unscheduled Component: libraries | Version: 0.24 Keywords: quicklisp named-readtables parenscript | ----------------------------------------------------+-----------------------
Comment(by https://www.google.com/accounts/o8/id?id=AItOawkxtl_f2Gf6FJ5pQaKgtsFar1pqLYo...):
Minimal reproduction recipe, compile (and load) this file:
--------- (setq (readtable-case *readtable*) :invert)
(print '(a b c d)) ---------