Hello,

GCL 2.6.7 on Linux shows the following output:

(format t "~c~%" #\space)
 => Space
(write-char #\space)
 => #\Space

According to CLHS, the correct output hinges on whether #\space
is a "simple character" or not. I spent a few minutes trying to figure
it out, but couldn't get anywhere. Oh well.

SBCL and Clisp both output an empty space for these.
Also, iirc the CLHS has examples which show empty spaces for these.

Maybe someone can look into this.

Thanks very much,
Robert Dodier


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to