From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: scm_call_continuation gone... Date: 06 Oct 2002 12:21:10 +0200 Sender: guile-user-admin@gnu.org Message-ID: <87vg4fkgvd.fsf@zagadka.ping.de> References: <15775.20325.540831.700526@shmyh.ua> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033899835 28327 127.0.0.1 (6 Oct 2002 10:23:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2002 10:23:55 +0000 (UTC) Cc: guile-user@gnu.org 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 17y8Zk-0007Mh-00 for ; Sun, 06 Oct 2002 12:23:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17y8ZB-0002wZ-00; Sun, 06 Oct 2002 06:23:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17y8XS-0000gb-00 for guile-user@gnu.org; Sun, 06 Oct 2002 06:21:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17y8XI-0000Vb-00 for guile-user@gnu.org; Sun, 06 Oct 2002 06:21:21 -0400 Original-Received: from dialin.speedway42.dip79.dokom.de ([195.138.42.79] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17y8X6-0000MU-00 for guile-user@gnu.org; Sun, 06 Oct 2002 06:21:08 -0400 Original-Received: (qmail 31217 invoked by uid 1000); 6 Oct 2002 10:21:10 -0000 Original-To: Viktor Pavlenko In-Reply-To: <15775.20325.540831.700526@shmyh.ua> Original-Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1150 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1150 Viktor Pavlenko writes: > Dear Guile Wizards, > > I upgraded to 1.6.0, and can't find a way to call a continuation from > C code. scm_call_continuation() is gone now... Did we ever have a scm_call_continuation? What version contained in? In any case, you should be able to invoke continuations like any other procedure. For example. scm_call_1 (cont, arg); -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user