[Fwd: Bug? *print-pretty* and code-char]
No response, so resent to Lisp Hug. -------- Original Message -------- Subject: Bug? *print-pretty* and code-char Date: Thu, 07 Jun 2007 06:14:37 +0800 From: Chun Tian (binghe) <binghe.lisp@gmail.com> To: lisp-support@lispworks.com Hi, LispWorks This problem seems happend on All Linux version of LispWorks: CL-USER 1 > (code-char #x764f) #\U+764F CL-USER 2 > (setf *print-pretty* t) T CL-USER 3 > (code-char #x764f) Error: #\U+764F is not of type BASE-CHAR. 1 (abort) Return to level 0. 2 Return to top-level loop. 3 Return from multiprocessing. 4 Restart top-level loop. Type :b for backtrace, :c <option number> to proceed, or :? for other options Is there some relation between them? (pretty-print and unicode-char) Thanks. Chun Tian (binghe)