[armedbear-devel] [BUG] SET-SYNTAX-FROM-CHAR should clear dispatch tables

Tobias C. Rittweiler tcr at freebits.de
Tue Sep 22 20:26:13 UTC 2009


  (let ((rt (copy-readtable nil)))
     (set-syntax-from-char #\# #\A rt (copy-readtable nil))
     (get-dispatch-macro-character #\# #\x rt))

should signal an error as #\# is no longer a dispatching macro
character.

  -T.





More information about the armedbear-devel mailing list