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 Subject: Re: Guile top-level functions Date: Mon, 17 Jan 2005 11:05:27 +1100 Message-ID: <87sm50x6m0.fsf@zip.com.au> References: <20050116195434.92378.qmail@web14308.mail.yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105921166 10816 80.91.229.6 (17 Jan 2005 00:19:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 00:19:26 +0000 (UTC) Cc: spikegran@earthlink.net Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jan 17 01:19:20 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 1CqKc4-0006TN-00 for ; Mon, 17 Jan 2005 01:19:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqKnt-0001HW-Ih for guile-user@m.gmane.org; Sun, 16 Jan 2005 19:31:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqKme-0000ym-MY for guile-user@gnu.org; Sun, 16 Jan 2005 19:30:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqKmN-0000ug-Ml for guile-user@gnu.org; Sun, 16 Jan 2005 19:30:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqKmM-0000pN-W8 for guile-user@gnu.org; Sun, 16 Jan 2005 19:29:59 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqKOs-0004sU-18 for guile-user@gnu.org; Sun, 16 Jan 2005 19:05:42 -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 j0H05bA6022212; Mon, 17 Jan 2005 11:05:37 +1100 Original-Received: from localhost (ppp28C0.dyn.pacific.net.au [61.8.40.192]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j0H05ZxG001412; Mon, 17 Jan 2005 11:05:36 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1CqKOe-0000Ly-00; Mon, 17 Jan 2005 11:05:28 +1100 Original-To: guile-user@gnu.org In-Reply-To: <20050116195434.92378.qmail@web14308.mail.yahoo.com> (Mike Gran's message of "Sun, 16 Jan 2005 11:54:33 -0800 (PST)") 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 Xref: main.gmane.org gmane.lisp.guile.user:4094 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4094 Mike Gran writes: > > There are some time discontinuities. Those may be when my hacked plot > prints are being flushed to disk. Dunno for sure. GC, or if this is the cvs then maybe the new automatic rehashing. > I had thought it would be neat to color code them by module. Is there > a way from the C API to find out the filename and line number of a SCM > procedure? I was wanting that the other day too, from the procedure would be good, from the module variable would be even better. The reader gets the information, but is it thrown away? _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user