[Ecls-list] Bug in WITH-OUTPUT-STRING

Edi Weitz edi at agharta.de
Thu Jul 17 09:02:01 UTC 2003


Hi!

CMUCL, SBCL, and ECL all barf on this one

  (with-output-to-string (s nil :element-type 'character)
    (princ 3 s))

obviously because of the ELEMENT-TYPE keyword argument which should be
accepted if my reading of the CLHS is correct.

Cheers,
Edi.




More information about the ecl-devel mailing list