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: Improved (and faster) reader Date: Sat, 25 Aug 2007 15:15:23 +0200 Message-ID: <87hcmnoivo.fsf@pobox.com> References: <1181845261.4156.1.camel@localhost.localdomain> <87zm1ojsie.fsf@chbouib.org> <87hcmr83d4.fsf@zip.com.au> <87veb6gda2.fsf@chbouib.org> <87r6ls1lx8.fsf@zip.com.au> <87lkc0f2ee.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 1188075037 29309 80.91.229.12 (25 Aug 2007 20:50:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Aug 2007 20:50:37 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Aug 25 22:50:33 2007 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.50) id 1IP2aX-0004oK-Ju for guile-devel@m.gmane.org; Sat, 25 Aug 2007 22:50:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP2aW-0002zl-Sg for guile-devel@m.gmane.org; Sat, 25 Aug 2007 16:50:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IP2aS-0002xJ-5x for guile-devel@gnu.org; Sat, 25 Aug 2007 16:50:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IP2aQ-0002u4-1H for guile-devel@gnu.org; Sat, 25 Aug 2007 16:50:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP2aP-0002th-Gn for guile-devel@gnu.org; Sat, 25 Aug 2007 16:50:25 -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 1IOvUY-0001X6-2n; Sat, 25 Aug 2007 09:15:54 -0400 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id CD0188809E; Sat, 25 Aug 2007 09:15:25 -0400 (EDT) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 4E29B118949; Sat, 25 Aug 2007 15:15:24 +0200 (CEST) In-Reply-To: <87lkc0f2ee.fsf@chbouib.org> ("Ludovic =?utf-8?Q?Court=C3=A8s?= =?utf-8?Q?=22's?= message of "Sat\, 25 Aug 2007 10\:23\:53 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Detected-Kernel: Linux 2.4-2.6 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:6752 Archived-At: Hi Ludovic, On Sat 25 Aug 2007 10:23, ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> By the way, what does that option actually do. The manual just says >> "Copy source code expressions", which doesn't leave me any the wiser. > > This has to do with unmemoization when debugging: a copy of the > unmemoized expression is attached to the source properties of the > original expression (the one that is going to be memoized), and then > `procedure-source' can do "scm_source_property (body, scm_sym_copy);" to > get the unmemoized expression back. Does this work for you? I just tried it in my 1.8 repl and it did not work. Perhaps I did something wrong though. Regards, Andy --=20 http://wingolog.org/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel