From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Panicz Maciej Godek Newsgroups: gmane.lisp.guile.user Subject: scm_remember_upto_here Date: Sat, 20 Apr 2013 14:54:39 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c18aa4b7975104daca564a X-Trace: ger.gmane.org 1366462489 7283 80.91.229.3 (20 Apr 2013 12:54:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2013 12:54:49 +0000 (UTC) To: "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Apr 20 14:54:53 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UTXJd-0007rs-DW for guile-user@m.gmane.org; Sat, 20 Apr 2013 14:54:53 +0200 Original-Received: from localhost ([::1]:35537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTXJd-0002OG-3k for guile-user@m.gmane.org; Sat, 20 Apr 2013 08:54:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTXJR-0002Ke-K1 for guile-user@gnu.org; Sat, 20 Apr 2013 08:54:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTXJQ-0001cp-OV for guile-user@gnu.org; Sat, 20 Apr 2013 08:54:41 -0400 Original-Received: from mail-vb0-x232.google.com ([2607:f8b0:400c:c02::232]:40768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTXJQ-0001bg-KT for guile-user@gnu.org; Sat, 20 Apr 2013 08:54:40 -0400 Original-Received: by mail-vb0-f50.google.com with SMTP id w15so4501020vbb.37 for ; Sat, 20 Apr 2013 05:54:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=+o0eUbEoGIsd8N+a00ENYvdWLnftiybwCI0D+xudE7I=; b=yw1uLKqn1bPdX7GMiYgF+xQa9PteuHsIDlHhReUz3LTytlmsWEpGCpcaVR7OMq51CB A8ZLmWVXBtBXlImpTEuYR3XuRDe5lWbGsaJpeMIG2c1IagyJ8AKBtIjjY+LLxZHJkePl ji+VZQ30+xZr9/DV1lnuxz20+UyD+UEt2Ej/2OWJBJoxqMF+lWF1ly9dUA6Ep9H9VHAq q8hjl3/tawCCsKy4ZAhv72GiU0ij3xNmfF7IUl4umede8b4mHmoUIHm+fRrZLvlRJJ0g 8w3P08e4+94I6ebTgAArcp79W1Kxh9zZISs9NgaWVigOx5+7j8SSL0rpUxypljssZ24n 7w0g== X-Received: by 10.220.168.2 with SMTP id s2mr14320427vcy.6.1366462479962; Sat, 20 Apr 2013 05:54:39 -0700 (PDT) Original-Received: by 10.220.141.10 with HTTP; Sat, 20 Apr 2013 05:54:39 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::232 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10267 Archived-At: --001a11c18aa4b7975104daca564a Content-Type: text/plain; charset=ISO-8859-1 Hey, I recently ran into a definition of scm_remember_upto_here function defined for arbitrary number of arguments. According to the comment near its definition in libguile/gc.c, it does work. However in guile's documentation only scm_remember_upto_here_1 and scm_remember_upto_here_2 are mentioned. Is it ok to use the variant of the procedure defined for arbitrary number of arguments despite it being undocumented? Best regards, M. --001a11c18aa4b7975104daca564a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey,
I recently ran into a definition of scm_rem= ember_upto_here function defined for arbitrary number of arguments.
According to the comment near its definition in libguile/gc.c, it = does work. However in guile's documentation only scm_remember_upto_here= _1 and scm_remember_upto_here_2 are mentioned.
Is it ok to use the variant of the procedure defined for arbitra= ry number of arguments despite it being undocumented?

<= /div>
Best regards,
M.
--001a11c18aa4b7975104daca564a--