From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rm@fabula.de Newsgroups: gmane.lisp.guile.devel Subject: What replaces scm_register_module_xxx (Doc update?) Date: Thu, 8 Aug 2002 15:48:24 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <20020808134824.GB23831@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028813782 27647 127.0.0.1 (8 Aug 2002 13:36:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 8 Aug 2002 13:36:22 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17cnSf-0007Bn-00 for ; Thu, 08 Aug 2002 15:36:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17cnTM-00084X-00; Thu, 08 Aug 2002 09:37:04 -0400 Original-Received: from www.elogos.de ([212.18.192.92]) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17cnSp-00082r-00 for ; Thu, 08 Aug 2002 09:36:31 -0400 Original-Received: by www.elogos.de (Postfix, from userid 5001) id A56291049A6; Thu, 8 Aug 2002 15:48:24 +0200 (CEST) Original-To: guile-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.24i 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:1009 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1009 Hello, according to the docs one can put functions defined in C into a module by writing a custom initialisation function and registering it with 'scm_register_module_xxx'. Since this function seems to have been removed from guile, how am i supposed to put my functions into modules? tia Ralf Mattes _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel