From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: [bug #31893] ice-9 format produces control characters and non-printable characters for numeric output Date: Mon, 20 Dec 2010 18:26:01 +0100 Message-ID: References: <20101215-155834.sv67324.84770@savannah.gnu.org> <20101219-115143.sv20118.32047@savannah.gnu.org> <20101219-121435.sv20118.81757@savannah.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1292868760 17822 80.91.229.12 (20 Dec 2010 18:12:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Dec 2010 18:12:40 +0000 (UTC) Cc: bug-guile@gnu.org To: adamsonj@email.unc.edu (Joel J. Adamson) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Dec 20 19:12:35 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PUkDr-0001SO-5s for guile-bugs@m.gmane.org; Mon, 20 Dec 2010 19:12:35 +0100 Original-Received: from localhost ([127.0.0.1]:56417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUkDq-00073X-Jb for guile-bugs@m.gmane.org; Mon, 20 Dec 2010 13:12:34 -0500 Original-Received: from [140.186.70.92] (port=51063 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUjdV-0003S9-22 for bug-guile@gnu.org; Mon, 20 Dec 2010 12:35:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUjQc-0006JD-57 for bug-guile@gnu.org; Mon, 20 Dec 2010 12:21:43 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:62950 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUjQc-0006J6-2k for bug-guile@gnu.org; Mon, 20 Dec 2010 12:21:42 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4A68F3AC1; Mon, 20 Dec 2010 12:22:10 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=pOHrXLaimhJtJsNfHjjZ/nVatns=; b=V5Ey46 sLCiuNHD9zCUE5n4fkbJ/sY3O6lns81BP+WuLHgRalbpRPuRU/AmXOdJdFCou4ku OyFUMSRVqn2vXHIqgdXuNaNufeHBmrPrUFNZae3Csx9Zuji4H+k6lF8ibCPzLJvJ vZQY+IlUZW1RF1h/RFz+ZKIVhknn04ArkKn+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=JuuE6tGQoRdZOeHtLgbTtK09Xg/DN4Pa I47sPnSCHKQw2+SdJA3wFdc3r9unP5yX3wdEMB4Lx9ID2IFGRG6Vtpdx56FxMhYi LAw6h3Gd7VU4q8dHi9Dz32KZqdgBySGZOUxwkqM4T7wnEJFhneoakVbBn3FzBy1Y 9mLycKFcRMA= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 384ED3AC0; Mon, 20 Dec 2010 12:22:09 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 8A8093ABF; Mon, 20 Dec 2010 12:22:07 -0500 (EST) In-Reply-To: (Joel J. Adamson's message of "Sun, 19 Dec 2010 21:55:41 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: ACCF69F6-0C5D-11E0-9BDC-C4BE9B774584-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4925 Archived-At: On Mon 20 Dec 2010 03:55, adamsonj@email.unc.edu (Joel J. Adamson) writes: > Andy Wingo writes: > >> ~9,8,,,0g > > Using just "~f " fixed some of the output, but not > all. I will work more with the format strings. Note that '0 instead of 0 will pad with #\0 instead of #\nul. Happy hacking, Andy -- http://wingolog.org/