From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user,gmane.spam.detected Subject: Re: Guile top-level functions Date: Thu, 20 Jan 2005 09:15:33 +1100 Message-ID: <87acr5uku2.fsf@zip.com.au> References: <20050116195434.92378.qmail@web14308.mail.yahoo.com> <87sm50x6m0.fsf@zip.com.au> <41EB79A3.3040608@ossau.uklinux.net> <87r7kjg0jl.fsf@zip.com.au> <41EC4729.6020601@ossau.uklinux.net> <87is5vfuvh.fsf@zip.com.au> <41EED39C.3080906@ossau.uklinux.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106174197 25246 80.91.229.6 (19 Jan 2005 22:36:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2005 22:36:37 +0000 (UTC) Cc: guile-user@gnu.org, spikegran@earthlink.net Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 19 23:36:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CrORB-0007vy-00 for ; Wed, 19 Jan 2005 23:36:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrOd9-0008RI-Ek for guile-user@m.gmane.org; Wed, 19 Jan 2005 17:48:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CrOO0-00021N-HR for guile-user@gnu.org; Wed, 19 Jan 2005 17:33:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CrONt-0001xz-Va for guile-user@gnu.org; Wed, 19 Jan 2005 17:33:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrONt-0001tG-2w for guile-user@gnu.org; Wed, 19 Jan 2005 17:33:05 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CrO77-0006g1-Ra for guile-user@gnu.org; Wed, 19 Jan 2005 17:15:46 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j0JMFcA6003735; Thu, 20 Jan 2005 09:15:38 +1100 Original-Received: from localhost (ppp2890.dyn.pacific.net.au [61.8.40.144]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j0JMFbxG028854; Thu, 20 Jan 2005 09:15:38 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1CrO6v-0006ug-00; Thu, 20 Jan 2005 09:15:33 +1100 Original-To: Neil Jerram In-Reply-To: <41EED39C.3080906@ossau.uklinux.net> (Neil Jerram's message of "Wed, 19 Jan 2005 21:39:40 +0000") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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 X-Spam-Report: 6.0 points; * 1.0 FROM_ENDS_IN_NUMS From: ends in numbers * -0.0 BAYES_44 BODY: Bayesian spam probability is 44 to 50% * [score: 0.4958] * 5.0 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net * [Blocked - see ] Xref: main.gmane.org gmane.lisp.guile.user:4119 gmane.spam.detected:457136 X-Report-Unspam: http://unspam.gmane.org/gmane.lisp.guile.user:4119 Neil Jerram writes: > > guile> (source-properties (caddr (procedure-source callback))) > ((breakpoint . #f) (line . 1) (column . 26) (filename . "standard input")) Sweet. I've already got my own backtrace, so I can plug that in easily. I'll use it for my lint program too I think. Doesn't work in the cvs head though, it seems. Unmemoizing like you said before maybe. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user