From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: doco continuations Date: Thu, 24 Jul 2003 10:32:04 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <871xwgbw8r.fsf@zip.com.au> References: <87brw6nfqk.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059006774 16736 80.91.224.249 (24 Jul 2003 00:32:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2003 00:32:54 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 24 02:32:53 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19fU2P-0004Lh-00 for ; Thu, 24 Jul 2003 02:32:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fU2t-0004Zt-LJ for guile-devel@m.gmane.org; Wed, 23 Jul 2003 20:33:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19fU2X-0004RX-DG for guile-devel@gnu.org; Wed, 23 Jul 2003 20:33:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19fU2L-0004Ih-1i for guile-devel@gnu.org; Wed, 23 Jul 2003 20:32:49 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fU1u-0003Id-CV for guile-devel@gnu.org; Wed, 23 Jul 2003 20:32:22 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h6O0WEiI011140 for ; Thu, 24 Jul 2003 10:32:14 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h6O0WEQg002777 for ; Thu, 24 Jul 2003 10:32:14 +1000 (EST) Original-Received: from localhost (ppp55.dyn228.pacific.net.au [203.143.228.55]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h6O0WC8E009312 for ; Thu, 24 Jul 2003 10:32:13 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19fU1e-0006Me-00; Thu, 24 Jul 2003 10:32:06 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2644 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2644 I made this change, plus a bit about the C function, - C Function: SCM scm_make_continuation (int *first) Capture the current continuation as described above. The return value is the new continuation, and *FIRST is set to 1. When the continuation is invoked, `scm_make_continuation' will return again, this time returning the value (or set of multiple values) passed in that invocation, and with *FIRST set to 0. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel