From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs,gmane.lisp.guile.devel Subject: Re: exit & dynamic wind Date: Wed, 30 Mar 2011 19:31:19 +0100 Message-ID: <87mxkcfojs.fsf@ossau.uklinux.net> References: <87fwqc3r1h.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301509902 29495 80.91.229.12 (30 Mar 2011 18:31:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 18:31:42 +0000 (UTC) Cc: bug-guile@gnu.org, Ian Price , guile-devel To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Mar 30 20:31:38 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q50B7-0007O9-NE for guile-bugs@m.gmane.org; Wed, 30 Mar 2011 20:31:37 +0200 Original-Received: from localhost ([127.0.0.1]:35429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q50B7-0004oe-1X for guile-bugs@m.gmane.org; Wed, 30 Mar 2011 14:31:37 -0400 Original-Received: from [140.186.70.92] (port=55390 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q50As-0004n5-Tk for bug-guile@gnu.org; Wed, 30 Mar 2011 14:31:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q50Ar-0000MG-Qx for bug-guile@gnu.org; Wed, 30 Mar 2011 14:31:22 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:35974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q50Ar-0000M6-Kr; Wed, 30 Mar 2011 14:31:21 -0400 Original-Received: from arudy (unknown [78.145.31.253]) by mail3.uklinux.net (Postfix) with ESMTP id 7487B1F66A2; Wed, 30 Mar 2011 19:31:20 +0100 (BST) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id E6E1F38013; Wed, 30 Mar 2011 19:31:19 +0100 (BST) In-Reply-To: (Andy Wingo's message of "Wed, 30 Mar 2011 12:45:58 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 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: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5388 gmane.lisp.guile.devel:12093 Archived-At: Andy Wingo writes: >>> | GEN guile-procedures.texi >>> | guile: uncaught throw to wrong-type-arg: (#f Wrong type (expecting ~A): ~S (exact integer (#t # #)) ((#t # #))) > > This, it turns out, was something more pernicious, fixed in > 572eef50c2d902d34427945dd504ba03af666e48. Thanks for the fix. I'm afraid I struggled to understand the change, though - although I admit it may be largely my fault, as I'm not up to speed with VM or prompt internals. Nevertheless, would it perhaps be worth a bit more commenting or a test, for future readers? Neil