mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
customize look of rendered code
This commit is contained in:
parent
86217ad0f8
commit
fd2afcefd9
3 changed files with 10 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue