unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Mark Polesky <markpolesky@yahoo.com>
To: 17657@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)	[thread overview]
Message-ID: <1401560652.32669.YahooMailBasic@web185302.mail.gq1.yahoo.com> (raw)

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





             reply	other threads:[~2014-05-31 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-31 18:24 Mark Polesky [this message]
2014-06-01 18:40 ` bug#17657: pretty-print #:width values above 49 don't work? Mark H Weaver
2014-06-03 18:06   ` Mark Polesky
2016-06-21 14:47   ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401560652.32669.YahooMailBasic@web185302.mail.gq1.yahoo.com \
    --to=markpolesky@yahoo.com \
    --cc=17657@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).