From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Luigi Semenzato" Newsgroups: gmane.lisp.guile.user Subject: bug in read? Date: Mon, 17 Sep 2007 14:49:04 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190065762 7317 80.91.229.12 (17 Sep 2007 21:49:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2007 21:49:22 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Sep 17 23:49:19 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IXOT0-0006VD-N2 for guile-user@m.gmane.org; Mon, 17 Sep 2007 23:49:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXOSz-0000bx-Dp for guile-user@m.gmane.org; Mon, 17 Sep 2007 17:49:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXOSt-0000b0-3b for guile-user@gnu.org; Mon, 17 Sep 2007 17:49:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXOSr-0000aH-H0 for guile-user@gnu.org; Mon, 17 Sep 2007 17:49:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXOSr-0000aD-9w for guile-user@gnu.org; Mon, 17 Sep 2007 17:49:09 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXOSq-0001fB-JE for guile-user@gnu.org; Mon, 17 Sep 2007 17:49:09 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so2121862wah for ; Mon, 17 Sep 2007 14:49:05 -0700 (PDT) Original-Received: by 10.114.169.2 with SMTP id r2mr1962887wae.1190065744481; Mon, 17 Sep 2007 14:49:04 -0700 (PDT) Original-Received: by 10.114.194.20 with HTTP; Mon, 17 Sep 2007 14:49:04 -0700 (PDT) Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6152 Archived-At: Is this a reader bug? Hash marks following an integer are interpreted as zeros, and the number is converted to real. guile> (read) 44### 44000.0 guile> If this is expected, section 5.5.2.6 (Read Syntax for Numerical Data) should mention it. Should I report this problem to bug-guile@gnu.org? Or is there an online bug database? I couldn't find one. Thanks! Luigi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user