Stas Boukarev <stassats at gmail.com> writes: > (setf *readtable* (copy-readtable)) should restore standard readtable. ITYM, (COPY-READTABLE NIL). (COPY-READTABLE) will return a copy of the current readtable. :-) -T.