[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17657: pretty-print #:width values above 49 don't work?
From: |
Mark Polesky |
Subject: |
bug#17657: pretty-print #:width values above 49 don't work? |
Date: |
Sat, 31 May 2014 11:24:12 -0700 (PDT) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#17657: pretty-print #:width values above 49 don't work?,
Mark Polesky <=