From: Andy Wingo <wingo@pobox.com>
To: Fu-gangqiang <lispor@163.com>
Cc: Guile bug <bug-guile@gnu.org>
Subject: Re: Guile1.9.14 formatted output
Date: Wed, 26 Jan 2011 20:14:50 +0100 [thread overview]
Message-ID: <m3tygveatx.fsf@unquote.localdomain> (raw)
In-Reply-To: <1e4ee42.447f.12d6fc8c893.Coremail.lispor@163.com> (Fu-gangqiang's message of "Mon, 10 Jan 2011 19:56:25 +0800 (CST)")
Hi Fu-gangqiang,
On Mon 10 Jan 2011 12:56, Fu-gangqiang <lispor@163.com> writes:
> (format #t "~5,,,'xf" 12345) -| 12345
> (format #t "~4,,,'xf" 12345) -| xxxx <- bug
> but i got like this:
> scheme@(guile-user)> (format #f "~5,,,'xf" 12345)
>
> "xxxxx"
>
> scheme@(guile-user)> (format #f "~6,,,'xf" 12345)
> "12345."
Indeed, the documentation was wrong. Fixed.
Thanks for the report!
Andy
--
http://wingolog.org/
prev parent reply other threads:[~2011-01-26 19:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-10 11:56 Guile1.9.14 formatted output Fu-gangqiang
2011-01-26 19:14 ` Andy Wingo [this message]
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=m3tygveatx.fsf@unquote.localdomain \
--to=wingo@pobox.com \
--cc=bug-guile@gnu.org \
--cc=lispor@163.com \
/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).