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 Subject: Re: begin oddities Date: Thu, 25 Sep 2008 23:24:13 +0100 Message-ID: <49dd78620809251524j313714c3oe406418484386968@mail.gmail.com> References: <20080924133117.M40196@ccrma.Stanford.EDU> <48DAD34F.7000508@gentoo.org> <49dd78620809251430k440166aaof45c5b2740c913df@mail.gmail.com> <20080925221554.M13829@ccrma.Stanford.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222381495 8860 80.91.229.12 (25 Sep 2008 22:24:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2008 22:24:55 +0000 (UTC) Cc: bug-guile@gnu.org To: "Bill Schottstaedt" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Sep 26 00:25:51 2008 connect(): Connection refused 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.50) id 1KizHR-0007NL-7k for guile-bugs@m.gmane.org; Fri, 26 Sep 2008 00:25:49 +0200 Original-Received: from localhost ([127.0.0.1]:44999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KizGP-0004UU-09 for guile-bugs@m.gmane.org; Thu, 25 Sep 2008 18:24:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KizFy-0004As-Df for bug-guile@gnu.org; Thu, 25 Sep 2008 18:24:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KizFw-00049O-Oo for bug-guile@gnu.org; Thu, 25 Sep 2008 18:24:17 -0400 Original-Received: from [199.232.76.173] (port=32863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KizFw-00049G-Ji for bug-guile@gnu.org; Thu, 25 Sep 2008 18:24:16 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.244]:62917) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KizFw-0006T6-G8 for bug-guile@gnu.org; Thu, 25 Sep 2008 18:24:16 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so673615rvb.6 for ; Thu, 25 Sep 2008 15:24:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=b3O/cnDx0yo3NpOX6+keutcCyjEdKAurlB5tgMg9lQc=; b=x45vczHBiCQHvFTYW5zDs1VboHgsJ3VDrykLVHC6E1xQC3ouhYxHGTxu3vbY1AvR6k GSPZmSIG1V/l68ICl6Yi2iBKOLikKx1f1ZX1vT3iSUbZBYOsCSX/8xllN3LbtfMmykFr hPdggJVBmIgoDBbPaIk+WPOeXsQXRuYIgXPVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uNXymTIdXM6hCz2WYH1McIFWTfdAw8/wqdFOJQLEQz1DG3/VZ6v3MAHskZLid4fK84 GRdkUZuXG8woRerCu44ujVwZ6XlgF+Kg7N92zLCR/IiZH3Vl0ImEK5ZbOlX7zKqyUXlZ qSBrO+FLxfhp7/6m8KDqYQ0eEQRw3GCfWsRRc= Original-Received: by 10.141.87.13 with SMTP id p13mr186966rvl.43.1222381453498; Thu, 25 Sep 2008 15:24:13 -0700 (PDT) Original-Received: by 10.140.142.15 with HTTP; Thu, 25 Sep 2008 15:24:13 -0700 (PDT) In-Reply-To: <20080925221554.M13829@ccrma.Stanford.EDU> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:4029 Archived-At: 2008/9/25 Bill Schottstaedt : > oh -- it's the (f) that triggers the silly error, not the preceding stuff. Yes. This particular error isn't picked up until the code is actually executed. Neil