Closed phoe closed 8 years ago
Hey @guicho271828 - could you perhaps help me with pretty-printing the :DEPENDS-ON in a vertical manner?
Right now, it's being printed as a single line:
:depends-on (#:hu.dwim.defclass-star #:ironclad #:cl-colors #:jpl-queues #:alexandria #:bordeaux-threads #:usocket #:flexi-streams)
And I'd prefer it to be printed as:
Regards ~phoe
wrap it in pprint-logical-block and use (pprint :mandatory) instead of (terpri) or alike.
(pprint :mandatory)
(terpri)
Thanks. I copied the :COMPONENTS part and it works now.
Hey @guicho271828 - could you perhaps help me with pretty-printing the :DEPENDS-ON in a vertical manner?
Right now, it's being printed as a single line:
And I'd prefer it to be printed as:
Regards ~phoe