Hi,

I want to set the limit of the length of printed string. In SLIME(for SBCL)
I can do this
with following;

(setq *PRINT-LEVEL* 10)
(setq *PRINT-LENGTH* 20)

How can I do this with Chicken Scheme (in chicken-slime in Emacs)?

Thank you in advance.
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to