From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Viktor Pavlenko Newsgroups: gmane.lisp.guile.user Subject: Re: scm_call_continuation gone... Date: Sun, 6 Oct 2002 09:42:48 -0400 Sender: guile-user-admin@gnu.org Message-ID: <15776.15832.382136.478555@shmyh.ua> References: <15775.20325.540831.700526@shmyh.ua> <87vg4fkgvd.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033912169 6992 127.0.0.1 (6 Oct 2002 13:49:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2002 13:49:29 +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 17yBmh-0001ob-00 for ; Sun, 06 Oct 2002 15:49:27 +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 17yBkb-0002HT-00; Sun, 06 Oct 2002 09:47:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17yBiO-0000Tk-00 for guile-user@gnu.org; Sun, 06 Oct 2002 09:45:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17yBgW-0008Vl-00 for guile-user@gnu.org; Sun, 06 Oct 2002 09:43:07 -0400 Original-Received: from [24.156.155.183] (helo=shmyh.ua) by monty-python.gnu.org with esmtp (Exim 4.10) id 17yBgH-0008LZ-00 for guile-user@gnu.org; Sun, 06 Oct 2002 09:42:49 -0400 Original-Received: by shmyh.ua (Postfix, from userid 502) id 6C78EE5F1; Sun, 6 Oct 2002 09:42:48 -0400 (EDT) Original-To: Marius Vollmer In-Reply-To: <87vg4fkgvd.fsf@zagadka.ping.de> X-Mailer: VM 7.07 under Emacs 21.2.1 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:1151 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1151 >>>>> "MV" == Marius Vollmer writes: MV> 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... MV> Did we ever have a scm_call_continuation? What version MV> contained in? 1.4.1, libguile/continuations.h: extern SCM scm_call_continuation (SCM cont, SCM val); MV> In any case, you should be able to invoke continuations like MV> any other procedure. For example. MV> scm_call_1 (cont, arg); Thanks, that makes sense. Viktor _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user