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: Re: false-if-exception environment Date: Wed, 07 Jan 2004 07:34:03 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <874qv8bw38.fsf@zip.com.au> References: <87zne1enoh.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 1073429937 18482 80.91.224.253 (6 Jan 2004 22:58:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 22:58:57 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 06 23:58:52 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ae0A0-0004ln-00 for ; Tue, 06 Jan 2004 23:58:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ae14p-0000QR-Em for guile-devel@m.gmane.org; Tue, 06 Jan 2004 18:57:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ae148-0000Do-9x for guile-devel@gnu.org; Tue, 06 Jan 2004 18:56:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ae13Y-0008TO-SN for guile-devel@gnu.org; Tue, 06 Jan 2004 18:56:49 -0500 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ae0zV-0007fu-0P for guile-devel@gnu.org; Tue, 06 Jan 2004 18:52:05 -0500 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i06LYCno010429 for ; Wed, 7 Jan 2004 08:34:12 +1100 Original-Received: from localhost (ppp231.dyn11.pacific.net.au [61.8.11.231]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i06LYBxs020749 for ; Wed, 7 Jan 2004 08:34:12 +1100 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1Adypv-0000JS-00; Wed, 07 Jan 2004 07:34:03 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.1004 (Gnus v5.10.4) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3163 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3163 I wrote: > > * boot-9.scm (false-if-exception): Add unquoting to catch and > lambda, so as not to depend on expansion environment. I applied this, but I see it breaks r5rs_pitfall.test. I think the motivation for the change is sound, maybe some other style is needed to cooperate with r5rs_pitfall.test. Looks like trouble with false-if-exception within syntax-rules. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel