Hi, Neither example below should be line-wrapped, but the second one is. It looks like pretty-print #:width values above 49 don't work. Is there a workaround?
(pretty-print '(234 . "901234567890123456789012345678901234567") #:width 49) => (234 . "901234567890123456789012345678901234567") (pretty-print '(234 . "9012345678901234567890123456789012345678") #:width 50) => (234 . "9012345678901234567890123456789012345678") $ ./config.guess x86_64-unknown-linux-gnu $ guile --version Guile 1.8.8 Thanks! - Mark