From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54658) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQBWG-0001Ik-9J for guix-patches@gnu.org; Sun, 19 Apr 2020 11:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQBWF-00041J-4l for guix-patches@gnu.org; Sun, 19 Apr 2020 11:06:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34135) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQBWE-00041D-OR for guix-patches@gnu.org; Sun, 19 Apr 2020 11:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQBWE-0006cR-JB for guix-patches@gnu.org; Sun, 19 Apr 2020 11:06:02 -0400 Subject: [bug#40715] [PATCH] shepherd: doc: remove 'call/ec'. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:52458) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ40m-00084O-7r for guix-patches@gnu.org; Sun, 19 Apr 2020 03:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQ40l-0000UD-LP for guix-patches@gnu.org; Sun, 19 Apr 2020 03:05:03 -0400 Received: from knopi.disroot.org ([178.21.23.139]:43272) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1jQ40k-0000Mh-TD for guix-patches@gnu.org; Sun, 19 Apr 2020 03:05:03 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9BB4425472 for ; Sun, 19 Apr 2020 09:04:58 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y7k0mnqu1GCc for ; Sun, 19 Apr 2020 09:04:57 +0200 (CEST) From: guy fleury iteriteka Date: Sun, 19 Apr 2020 09:04:45 +0200 Message-Id: <20200419070445.1922-1-gfleury@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40715@debbugs.gnu.org * doc/shepherd.texi(call/ec): remove documentation. --- doc/shepherd.texi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/shepherd.texi b/doc/shepherd.texi index 3e61f5d..5ecd716 100644 --- a/doc/shepherd.texi +++ b/doc/shepherd.texi @@ -1111,18 +1111,6 @@ warning messages. The current implementation is not very good, though. @end deffn -@deffn {procedure} call/cc proc -An alias for @code{call-with-current-continuation}. -@end deffn - -@deffn {procedure} call/ec proc -A simplistic implementation of the nonstandard, but popular procedure -@code{call-with-escape-continuation}, i.e. a @code{call/cc} for -outgoing continuations only. Note that the variant included in the Shepherd is -not aware of @code{dynamic-wind} at all and does not yet support -returning multiple values. -@end deffn - @cindex system errors @deffn {macro} without-system-error expr@dots{} Evaluates the @var{expr}s, not going further if a system error occurs, -- 2.25.1