From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Improved (and faster) reader Date: Sat, 25 Aug 2007 10:45:55 +1000 Message-ID: <87r6ls1lx8.fsf@zip.com.au> References: <1181845261.4156.1.camel@localhost.localdomain> <87zm1ojsie.fsf@chbouib.org> <87hcmr83d4.fsf@zip.com.au> <87veb6gda2.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1188015725 24041 80.91.229.12 (25 Aug 2007 04:22:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Aug 2007 04:22:05 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Aug 25 06:22:02 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 1IOn9u-0002li-2q for guile-devel@m.gmane.org; Sat, 25 Aug 2007 06:22:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOn9t-0002n6-7p for guile-devel@m.gmane.org; Sat, 25 Aug 2007 00:22:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOn9o-0002m2-Pn for guile-devel@gnu.org; Sat, 25 Aug 2007 00:21:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOn9m-0002lp-Nr for guile-devel@gnu.org; Sat, 25 Aug 2007 00:21:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOn9m-0002lm-Gf for guile-devel@gnu.org; Sat, 25 Aug 2007 00:21:54 -0400 Original-Received: from mailout2-7.pacific.net.au ([61.8.2.230] helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOjmu-0005b4-1W for guile-devel@gnu.org; Fri, 24 Aug 2007 20:46:04 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id E51C3C0E63 for ; Sat, 25 Aug 2007 10:45:43 +1000 (EST) Original-Received: from localhost (ppp24C0.dyn.pacific.net.au [61.8.36.192]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 41F7827407 for ; Sat, 25 Aug 2007 10:45:57 +1000 (EST) Original-Received: from gg by localhost with local (Exim 4.67) (envelope-from ) id 1IOjmm-0001Zz-1e for guile-devel@gnu.org; Sat, 25 Aug 2007 10:45:56 +1000 User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:6742 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > > Did you actually trigger it Yes, it broke the self-tests of my lint program. :) (My program assumed any pair returned by the reader would have source properties. I've loosened that, since at least in principle it might not be true of stuff generated by srfi-10 #,() code, or the like.) > SCM_COPY_SOURCE_P 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. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel