[html-template-devel] Re: More power of *format-non-strings*
Dmitriy Ivanov
divanov at aha.ru
Tue Apr 15 16:08:57 UTC 2008
"Edi Weitz" <edi at agharta.de> wrote:
EW> Sounds good to me. Do you have a patch up your sleeve?
Almost. It is just a matter of replacing the line
(cond (*format-non-strings* (format nil "~A" value))
by the two following
(cond ((eq *format-non-strings* t) (princ-to-string value))
(*format-non-strings* (funcall *format-non-strings* value))
within create-var-printer in the file template.lisp.
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru
More information about the Html-template-devel
mailing list