From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Odd Behavior Date: Mon, 31 Jan 2011 21:12:35 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296504581 12786 80.91.229.12 (31 Jan 2011 20:09:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 20:09:41 +0000 (UTC) Cc: guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 31 21:09:36 2011 Return-path: Envelope-to: guile-devel@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 1Pk047-0007vY-8s for guile-devel@m.gmane.org; Mon, 31 Jan 2011 21:09:36 +0100 Original-Received: from localhost ([127.0.0.1]:46773 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk03m-00060k-H9 for guile-devel@m.gmane.org; Mon, 31 Jan 2011 15:09:14 -0500 Original-Received: from [140.186.70.92] (port=41610 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk02F-0004e7-Lz for guile-devel@gnu.org; Mon, 31 Jan 2011 15:07:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk02D-0006BS-1G for guile-devel@gnu.org; Mon, 31 Jan 2011 15:07:38 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:49633 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk02C-0006BM-V7 for guile-devel@gnu.org; Mon, 31 Jan 2011 15:07:36 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7183D3B21; Mon, 31 Jan 2011 15:08:28 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=O1KZsofIJW76mEsTSir3AfH5VAE=; b=MAotoy SgvP3iEb0HbnPzhQ6bHpHmQ+cPg+Lr6KWA4QsDAb4P19xKxfrnkOut0/N3hIRnMl yzcvBIHFMyJzrtTCXlJz5q+cmaNH5+FNeav+vibeRXHIizklPFLJV03ovNL1OUCa Uq6/6qukkGzYjDGpgq08rwgf8l9bTD2MFEJkU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=QyBiMdIaLePCuv25YiLbaPZPoChLVlpC AseWHI9XJLN95qBNobvjmDd8H/GtTe19tZR+kbUhrsl0+t70+n0volNPg4LGeOa5 y2Pc1cxyLRiCLBJqI1OitGSWQ4BuFNrxAkqJrGDkTkanHT10n8f+PtEAIv9XbMtT NlLN/uYzirs= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5EA6F3B1F; Mon, 31 Jan 2011 15:08:27 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id BD39F3B1E; Mon, 31 Jan 2011 15:08:25 -0500 (EST) In-Reply-To: (Noah Lavine's message of "Mon, 31 Jan 2011 13:44:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: DD9B5B38-2D75-11E0-85CD-F13235C70CBC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11456 Archived-At: On Mon 31 Jan 2011 19:44, Noah Lavine writes: > ;;; compiling test.scm > ;;; WARNING: compilation of test.scm failed: > ;;; key wrong-type-arg, throw_args (#f "Wrong type to apply: ~S" (#f) (#f)) > hello, world! Now it does: scheme@(guile-user)> (load "/tmp/test.scm") ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-autocompile argument to disable. ;;; compiling /tmp/test.scm ;;; WARNING: compilation of /tmp/test.scm failed: ;;; key unbound-variable, throw_args (#f "Unbound variable: ~S" (codegen) #f) hello, world! Still ugly, but better. Thanks for the example. A -- http://wingolog.org/