From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: cvs read bad # error report Date: Wed, 12 Mar 2003 10:25:57 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87smttxwfe.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047429744 10908 80.91.224.249 (12 Mar 2003 00:42:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2003 00:42:24 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 12 01:42:22 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18suJp-0002ot-00 for ; Wed, 12 Mar 2003 01:42:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18suE4-0003Mw-02 for guile-devel@m.gmane.org; Tue, 11 Mar 2003 19:36:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18suCF-0002ay-00 for guile-devel@gnu.org; Tue, 11 Mar 2003 19:34:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18suB2-0001dl-00 for guile-devel@gnu.org; Tue, 11 Mar 2003 19:33:00 -0500 Original-Received: from sunny.pacific.net.au ([203.2.228.40]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18su4U-00086r-00 for guile-devel@gnu.org; Tue, 11 Mar 2003 19:26:14 -0500 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h2C0QBOG015013 for ; Wed, 12 Mar 2003 11:26:11 +1100 (EST) Original-Received: from localhost (ppp97.dyn228.pacific.net.au [203.143.228.97]) by wisma.pacific.net.au (8.12.8/8.12.8) with ESMTP id h2C0QAxH022597 for ; Wed, 12 Mar 2003 11:26:10 +1100 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 18su4E-0001o7-00; Wed, 12 Mar 2003 10:25:58 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-pc-linux-gnu) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2070 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2070 In the current cvs build on a recent i386 debian, a file foo.scm containing #allow processed with guile -s foo.scm produces ERROR: In procedure scm_lreadr: ERROR: Exception during displaying of error: misc-error Whereas I hoped to get a report about an invalid "#" form. Nosing around read.c, I wonder if scm_input_error should be calling scm_error_scm with the "args" parameter it receives, rather than always SCM_EOL. It looks like an invalid # calls scm_input_error with a message string containing a ~S, and an args with the offending character. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel