customize look of rendered code

This commit is contained in:
David Botton 2024-04-15 20:05:50 -04:00
parent 86217ad0f8
commit fd2afcefd9
3 changed files with 10 additions and 2 deletions

View file

@ -125,8 +125,8 @@
(with-output-to-string (s r)
(with-input-from-string (n result)
(let ((*standard-output* s)
(*print-right-margin* 80)
(*print-case* :downcase))
(*print-right-margin* *builder-render-right-margin* )
(*print-case* *builder-render-case*))
(format t ";;;; CLOG Builder generated code - modify original .clog file and rerender")
(loop
(let ((l (read n nil)))