"Edi Weitz" edi@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