Post by Edi WeitzNot exactly sure what you mean (some example code would be helpful),
but it sounds as if you're expecting something that you shouldn't
expect.
I guess so, but I'm interested in the background.
Here's the case:
[4]> (in-package :cl-who)
#<PACKAGE CL-WHO>
WHO[5]> (with-html-output (*standard-output*)
(:p (fmt "~A" (esc "foo"))))
<p>
*** - EVAL: undefined function ESC
Leslie