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: scm_* API question Date: 31 Jul 2002 12:11:24 +0200 Sender: guile-devel-admin@gnu.org Message-ID: References: <20020730121436.GA4465@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028110358 16771 127.0.0.1 (31 Jul 2002 10:12:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2002 10:12:38 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17ZqT7-0004MM-00 for ; Wed, 31 Jul 2002 12:12:37 +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 17ZqTb-0004IP-00; Wed, 31 Jul 2002 06:13:07 -0400 Original-Received: from krusty.dt.e-technik.uni-dortmund.de ([129.217.163.1] helo=mail.dt.e-technik.uni-dortmund.de) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17ZqSu-00044t-00 for ; Wed, 31 Jul 2002 06:12:25 -0400 Original-Received: from burns.dt.e-technik.uni-dortmund.de (burns.dt.e-technik.uni-dortmund.de [129.217.163.19]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id B45BEA3831; Wed, 31 Jul 2002 12:12:23 +0200 (CEST) Original-Received: by burns.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 873AAF42C; Wed, 31 Jul 2002 12:11:25 +0200 (CEST) Original-To: rm@fabula.de In-Reply-To: <20020730121436.GA4465@www> Original-Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:898 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:898 rm@fabula.de writes: > b) access symbols from the module. Is: > > my_symbol = scm_module_lookup(my_module, a_symbol); > > ok? Yes, but note that "my_symbol" is actually a _variable_ that you need to treat with scm_variable_ref, etc. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel