[cl-who-devel] with-html-output-to-string (str)
Victor Kryukov
victor.kryukov at gmail.com
Thu Jan 31 07:36:11 UTC 2008
The following code produces errors on two of my systems (Linux and
Mac) for both CLISP and SBCL:
(require 'asdf)
(asdf:oos 'asdf:load-op :cl-who)
(defpackage :test
(:use :cl :cl-who))
(in-package :test)
(with-html-output-to-string (str)
(:html (:title "test")))
It looks like a bug, macro variable capture, to me, but it may well be
my misunderstanding/misuse of CL-WHO.
I'd appreciate your comments, as usual.
--
Yours Sincerely,
Victor Kryukov
More information about the Cl-who-devel
mailing list