From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: port initialization? Date: 10 Aug 2002 15:09:51 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87fzxm7tcw.fsf@zagadka.ping.de> References: <15693.15724.416839.636665@blauw.xs4all.nl> <15698.51297.309966.488279@blauw.xs4all.nl> <87hei52it4.fsf@zagadka.ping.de> <15698.63938.662945.203556@blauw.xs4all.nl> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028984960 7067 127.0.0.1 (10 Aug 2002 13:09:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 10 Aug 2002 13:09:20 +0000 (UTC) Cc: guile-devel@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 17dVzZ-0001ps-00 for ; Sat, 10 Aug 2002 15:09:18 +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 17dW0M-00048p-00; Sat, 10 Aug 2002 09:10:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17dW08-00048Y-00 for guile-devel@gnu.org; Sat, 10 Aug 2002 09:09:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17dW07-00048B-00 for guile-devel@gnu.org; Sat, 10 Aug 2002 09:09:52 -0400 Original-Received: from dialin.speedway42.dip88.dokom.de ([195.138.42.88] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17dW06-000486-00 for guile-devel@gnu.org; Sat, 10 Aug 2002 09:09:50 -0400 Original-Received: (qmail 32509 invoked by uid 1000); 10 Aug 2002 13:09:51 -0000 Original-To: hanwen@cs.uu.nl In-Reply-To: <15698.63938.662945.203556@blauw.xs4all.nl> Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1053 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1053 Han-Wen Nienhuys writes: > OK. Changed it. Should we have a compatibility function? (i.e. is the > old scm_add_to_port_table part of the public C interface of guile?) Hmm, yes. It's about on par with the smob functions I'd say, and we do export those. The new scm_new_port_table_entry is much easier to use than the old scm_add_to_port_table, so we should deprecate scm_add_to_port_table. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel