GNU bug report logs - #17657
pretty-print #:width values above 49 don't work?

Previous Next

Package: guile;

Reported by: Mark Polesky <markpolesky <at> yahoo.com>

Date: Sat, 31 May 2014 18:34:01 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mark Polesky <markpolesky <at> yahoo.com>
To: 17657 <at> debbugs.gnu.org
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




This bug report was last modified 9 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.