From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) Newsgroups: gmane.lisp.guile.devel Subject: ice-9 format doesn't typecheck Date: Wed, 8 Mar 2006 09:08:02 +0000 (UTC) Organization: LilyPond development Message-ID: Reply-To: hanwen@lilypond.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1142009600 16654 80.91.229.2 (10 Mar 2006 16:53:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Mar 2006 16:53:20 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 10 17:53:18 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FHkqH-0003ea-Kf for guile-devel@m.gmane.org; Fri, 10 Mar 2006 17:51:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHkqG-0000v0-6D for guile-devel@m.gmane.org; Fri, 10 Mar 2006 11:51:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGvAD-0000Ip-74 for guile-devel@gnu.org; Wed, 08 Mar 2006 04:41:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGvAC-0000Id-AU for guile-devel@gnu.org; Wed, 08 Mar 2006 04:41:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGvAC-0000Ia-81 for guile-devel@gnu.org; Wed, 08 Mar 2006 04:41:00 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FGvD0-0008Is-B8 for guile-devel@gnu.org; Wed, 08 Mar 2006 04:43:54 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FGv9i-0007HF-Hf for guile-devel@gnu.org; Wed, 08 Mar 2006 10:40:30 +0100 Original-Received: from muurbloem.xs4all.nl ([213.84.26.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Mar 2006 10:40:30 +0100 Original-Received: from hanwen by muurbloem.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Mar 2006 10:40:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: guile-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: muurbloem.xs4all.nl X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Originator: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5766 Archived-At: Hello, ice-9 format is broken: muurbloem:/tmp$ guile --version Guile 1.7.2 .. guile> (use-modules (ice-9 format)) guile> (format #f "~$" "02.4738") "24.74" Can we have typechecking for the various ~ flags in format strings? Thanks! _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel