From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Laurent Marzullo Newsgroups: gmane.lisp.guile.devel Subject: make an element last element of a list Date: Tue, 21 Oct 2003 17:08:42 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <1066748921.28107.220.camel@MARZULLO-MIS> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1066750016 15586 80.91.224.253 (21 Oct 2003 15:26:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2003 15:26:56 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Oct 21 17:26:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AByPO-0003KJ-00 for ; Tue, 21 Oct 2003 17:26:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AByOf-0002Jc-J0 for guile-devel@m.gmane.org; Tue, 21 Oct 2003 11:26:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AByJR-0000ow-3x for guile-devel@gnu.org; Tue, 21 Oct 2003 11:20:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AByHD-0000Hk-VF for guile-devel@gnu.org; Tue, 21 Oct 2003 11:18:59 -0400 Original-Received: from [163.187.152.23] (helo=mail.slb.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AByGz-0008EN-K9 for guile-devel@gnu.org; Tue, 21 Oct 2003 11:18:13 -0400 Original-Received: from conversion-daemon.eurmta02.montrouge.eur.slb.com by eurmta02.montrouge.eur.slb.com (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HN4003014QMRQ@eurmta02.montrouge.eur.slb.com> for guile-devel@gnu.org; Tue, 21 Oct 2003 15:14:14 +0000 (GMT) Original-Received: from snmsu2.montrouge.omnes.slb.com (snmsu2.montrouge.omnes.slb.com [163.187.152.4]) by eurmta02.montrouge.eur.slb.com (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HN400IYO4ZMBR@eurmta02.montrouge.eur.slb.com> for guile-devel@gnu.org; Tue, 21 Oct 2003 15:14:10 +0000 (GMT) Original-Received: from snmsu1.montrouge.omnes.slb.com (snmsu1 [163.187.152.2]) by snmsu2.montrouge.omnes.slb.com (8.12.10/8.12.6) with ESMTP id h9LFEABm022726 for ; Tue, 21 Oct 2003 17:14:10 +0200 (MET DST) Original-Received: from dhcp-90-037.la-defense.eur.slb.com (dhcp-90-037.la-defense.eur.slb.com [163.187.90.37]) by snmsu1.montrouge.omnes.slb.com (8.12.10/8.12.6) with ESMTP id h9LFE91I013394 for ; Tue, 21 Oct 2003 17:14:09 +0200 (MET DST) Original-To: "Guile (Devel)" X-Mailer: Ximian Evolution 1.4.4 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:2912 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2912 Hello all, I've got a scheme list SCM scm_game_list; and I want to add, with C API, an elements at the end of the list. Is there any function to do this or must I go throw the entire list and adding a new scm_cons( new_elem , SCM_EOL ) at the end ? Thanks -- Laurent Marzullo _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel