Allegro CL Express 8.1 on Linux x86 enters sldb in slime 09-10-01 when a unicode character name is entered. Example:<br><br><code></code>CL-USER> #\greek_small_letter_lambda<br>Error: Recursive error while printing or signalling an error.<br>
This is sometimes caused by an error in a print-object<br> method.<br><br>Restart actions (select using :continue):<br> 0: Return to sldb level 99.<br> 1: Return to sldb level 98.<br> 2: Return to sldb level 97.<br>
..........<br> 95: Return to sldb level 4.<br> 96: Return to sldb level 3.<br> 97: Return to sldb level 2.<br> 98: Return to sldb level 1.<br> 99: Retry SLIME REPL evaluation request.<br> 100: Return to SLIME's top level.<br>
101: Abort entirely from this (lisp) process.<br>[Current process: repl-thread]<br>[1] CL-USER(1): :res<br><br>Warning: stream-unread-char: ignoring #\null (expected #\:)<br><br>Relevant settings:<br><br>(setq slime-net-coding-system 'utf-8-unix)<br>
(setq slime-lisp-implementations<br> '((allegro ("/usr/local/acl81.express/alisp")<br> :coding-system utf-8-unix)<br> (sbcl ("/usr/local/sbcl/bin/sbcl")<br> :env ("SBCL_HOME=/usr/local/sbcl/lib/sbcl")<br>
:coding-system utf-8-unix)))<br><br>Regards, /S<br>