At Sat, 27 Jan 2007 04:03:32 +0300, Samium Gromoff wrote:
While figuring out how to deal with unicode i stumbled upon across something which appeared to be killing slime session/sbcl with an ensuing emacs message telling something about process filters.
I have just discovered that the SBCL processes are not killed, but are merely excommunicated.
Urfin from #lisp helped me to narrow this down to evaluation of (format t "~c" #\UD0BB), or otherwise getting #\UD0BB shown on the screen, like having it displayed as the result of evaluation.
It seems to have a 100% repeatability.
I have yesterday's slime and sbcl 1.0/x86/Linux.
Urfin has also discovered that the same happens on allegro/win32.
Also, i have slime-net-coding-system set to 'utf-8-unix in my .emacs
regards, Samium Gromoff