From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.user Subject: Re: [r6rs] quest to make the makers package work Date: Fri, 18 Jun 2010 10:06:51 -0400 Message-ID: References: <87bpbmos7x.fsf@rapitore.luna> <878w6e9ke0.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1276870023 9986 80.91.229.12 (18 Jun 2010 14:07:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Jun 2010 14:07:03 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jun 18 16:07:01 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OPcDk-0000Fs-O1 for guile-user@m.gmane.org; Fri, 18 Jun 2010 16:07:01 +0200 Original-Received: from localhost ([127.0.0.1]:54833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPcDk-0006EJ-66 for guile-user@m.gmane.org; Fri, 18 Jun 2010 10:07:00 -0400 Original-Received: from [140.186.70.92] (port=35963 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPcDe-0006CV-26 for guile-user@gnu.org; Fri, 18 Jun 2010 10:06:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPcDd-0006NB-0e for guile-user@gnu.org; Fri, 18 Jun 2010 10:06:53 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:48163) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPcDc-0006Mz-U5 for guile-user@gnu.org; Fri, 18 Jun 2010 10:06:52 -0400 Original-Received: by iwn35 with SMTP id 35so1384458iwn.0 for ; Fri, 18 Jun 2010 07:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=b9YRQ2Mi6AStJqwf4Pv/HECHJhGrKwPRh+sWvTg9nPA=; b=oqK9WTHdsjj6H9dFbx/HKvWqxCVAWXI/cQBg+mpPnmFF0xZaAI+yvy1o2L5xbX1diR ho3YtutqRoMiguGDDqog526jdmzwcimfCNstlRFFlTk/jLgZQAYb7C/is3aoodShIycG eNp5mVLLenDynhjFPSxMCpJUesNFMZpkl3QnI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Qvfevl1I7mGHC3LRmBDa69fQUxw5pARXNpou6fdJBpv8A9ZkI/E86mqxPz70fpyO1F X0BHPiRxl7Jap9uSX0Vz7oGSKAsH9e7uhoA9T388R/QYXB2sDQg/WJMYh986HVXPKx4Z UYlhPwoxleg9NWKnsc5FvQqJ0bDYBNy7NB864= Original-Received: by 10.231.37.140 with SMTP id x12mr1271675ibd.127.1276870011872; Fri, 18 Jun 2010 07:06:51 -0700 (PDT) Original-Received: by 10.231.172.137 with HTTP; Fri, 18 Jun 2010 07:06:51 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/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:7893 Archived-At: Hello again, > I haven't been following this thread as closely as I should, but FWIW, > that's the result of a call to R6RS's `raise' (or `raise-continuable') > -- Guile's default throw handler doesn't know how to unpack it. =A0For > debugging, you might try installing an R6RS exception handler at the > top level. =A0I'll also jump in and take a look. Just pushed a fix for this -- `define-condition-type' was not producing condition accessor procedures that knew how to unpack compound conditions. There's a new exception now, which looks related to our not having a complete `(rnrs io ports)' implementation. Regards, Julian