From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile 1.9.0 scm_read_hash_extend gc trouble Date: Sun, 21 Jun 2009 16:34:37 +0100 Message-ID: <873a9tr46q.fsf@arudy.ossau.uklinux.net> References: <20090621120823.M97037@ccrma.Stanford.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245598633 9759 80.91.229.12 (21 Jun 2009 15:37:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2009 15:37:13 +0000 (UTC) Cc: bug-guile@gnu.org To: "Bill Schottstaedt" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Jun 21 17:37:08 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MIP6R-0005k2-38 for guile-bugs@m.gmane.org; Sun, 21 Jun 2009 17:37:07 +0200 Original-Received: from localhost ([127.0.0.1]:47783 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIP6Q-00045t-B4 for guile-bugs@m.gmane.org; Sun, 21 Jun 2009 11:37:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIP6M-00044e-5k for bug-guile@gnu.org; Sun, 21 Jun 2009 11:37:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIP6G-00043Z-9t for bug-guile@gnu.org; Sun, 21 Jun 2009 11:37:00 -0400 Original-Received: from [199.232.76.173] (port=41701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIP6G-00043B-3c for bug-guile@gnu.org; Sun, 21 Jun 2009 11:36:56 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:44126) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIP6F-0003JH-MI for bug-guile@gnu.org; Sun, 21 Jun 2009 11:36:55 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id AAA971FD88A; Sun, 21 Jun 2009 16:34:38 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id B4D9438021; Sun, 21 Jun 2009 16:34:37 +0100 (BST) In-Reply-To: <20090621120823.M97037@ccrma.Stanford.EDU> (Bill Schottstaedt's message of "Sun\, 21 Jun 2009 05\:10\:09 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4232 Archived-At: "Bill Schottstaedt" writes: > static SCM g_skip_block_comment(SCM ch, SCM port) [...] > Then call scm_read_hash_extend with "|" to activate it. How do you wrap g_skip_block_comment to get a suitable argument for scm_read_hash_extend () ? Regards, Neil