From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: another #! !# problem Date: Tue, 07 Sep 2004 11:10:23 +0200 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: References: <411A170A.6050606@ccrma> <87u0v9wdc0.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094548288 3328 80.91.224.253 (7 Sep 2004 09:11:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Sep 2004 09:11:28 +0000 (UTC) Cc: Bill Schottstaedt , bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Sep 07 11:11:17 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4c0T-0007eG-00 for ; Tue, 07 Sep 2004 11:11:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4c5g-0008AJ-Co for guile-bugs@m.gmane.org; Tue, 07 Sep 2004 05:16:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4c5I-0007sv-8E for bug-guile@gnu.org; Tue, 07 Sep 2004 05:16:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4c5D-0007pI-Kf for bug-guile@gnu.org; Tue, 07 Sep 2004 05:16:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4c5C-0007oz-Rx for bug-guile@gnu.org; Tue, 07 Sep 2004 05:16:11 -0400 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C4bze-0008In-QD for bug-guile@gnu.org; Tue, 07 Sep 2004 05:10:27 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 884783C709; Tue, 7 Sep 2004 11:10:24 +0200 (CEST) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29588-06; Tue, 7 Sep 2004 11:10:24 +0200 (CEST) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 6780E3C662; Tue, 7 Sep 2004 11:10:24 +0200 (CEST) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 9F928B98F; Tue, 7 Sep 2004 11:10:23 +0200 (CEST) Original-To: Kevin Ryde In-Reply-To: <87u0v9wdc0.fsf@zip.com.au> (Kevin Ryde's message of "Thu, 12 Aug 2004 07:54:07 +1000") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de 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: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1647 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1647 Kevin Ryde writes: > Bill Schottstaedt writes: >> >> (begin >> (display 1) >> #! >> (display 2) >> !# >> ) >> >> gets: >> >> ERROR: In procedure scm_lreadr: >> ERROR: tmp34.scm:6:2: unexpected ")" > > Looks like #! !# doesn't work as the last thing in a list. Maybe that > comment should be detected and discarded in scm_flush_ws, so the > readrecparen funcs can see the close paren. Yes, I have done this now. Makes me think, maybe we should remove the restriction that #! and !# comments are only detected at the ery beginning of a line. That restriction serves no real purpose, imo. Opinions? _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile