Stas Boukarev stassats@gmail.com writes:
*print-pretty* by default in ccl is nil, and when bound to T it behaves like sbcl.
It seems that clisp respects terminal width and does pprint-newline according to it, while ccl and sbcl do this with respect to 80 characters. And clisp screws terminal width when running inside emacs.
I changed WARN-UNIMPLEMENTED-INTERFACES to bind *PRETTY-PRINT* to T. I tried to also bind *PRINT-RIGHT-MARGIN* but that didn't change the suboptimal filling on clisp.
Thank you!
-T.