From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Guile Introspection Date: Mon, 09 Jul 2007 12:57:41 +0200 Message-ID: <1183978661.13149.5.camel@localhost.localdomain> References: <266326.97925.qm@web37913.mail.mud.yahoo.com> <87y7hq2aax.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1183978678 17276 80.91.229.12 (9 Jul 2007 10:57:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2007 10:57:58 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jul 09 12:57:56 2007 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.50) id 1I7qwE-000362-SV for guile-user@m.gmane.org; Mon, 09 Jul 2007 12:57:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7qwE-0005MY-E6 for guile-user@m.gmane.org; Mon, 09 Jul 2007 06:57:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I7qwA-0005ME-Be for guile-user@gnu.org; Mon, 09 Jul 2007 06:57:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I7qw8-0005M0-MC for guile-user@gnu.org; Mon, 09 Jul 2007 06:57:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7qw8-0005Lx-Eh for guile-user@gnu.org; Mon, 09 Jul 2007 06:57:48 -0400 Original-Received: from ambient.dashsystems.com ([216.27.85.7] helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I7qw8-0005Ao-3h for guile-user@gnu.org; Mon, 09 Jul 2007 06:57:48 -0400 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id 8B0AF88087 for ; Mon, 9 Jul 2007 06:57:42 -0400 (EDT) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id C9AB511812B; Mon, 9 Jul 2007 12:57:41 +0200 (CEST) In-Reply-To: <87y7hq2aax.fsf@chbouib.org> X-Mailer: Evolution 2.11.4 X-detected-kernel: Linux 2.4-2.6 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:6030 Archived-At: Hi, On Sun, 2007-07-08 at 17:18 +0200, Ludovic Court=C3=A8s wrote: > As for the file name and line number, you can in theory get them > (provided Guile runs in "debug" mode) using `procedure-source' and > `source-properties', although the details escape me now. I actually don't think this is true; procedure-source returns a copy, and the source-properties weak hash is an eq? hash. AFAIK. (I would really like to be able to get line numbers so that the documentation that I autogenerate based on introspection can be ordered as it appears in the source. I poked at this a couple hours and failed.) Cheers, Andy. --=20 http://wingolog.org/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user