Hi,
I am trying to load Daniel Herring's LibCL metalibrary (which incorporates many other libraries including CXML; see http://libcl.com/) into Franz Allegro CL. Allegro, as you may know, has different executables for 8-bit and 16-bit characters. When loading into the 8-bit version, I ran into a minor problem that xml/unparse.lisp tries to set the documentation of MAKE-CHARACTER-STREAM-SINK, but that function is not defined in the RUNE-IS-INTEGER case.
-- Scott