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: Re: scm_* API question Date: Wed, 31 Jul 2002 12:30:52 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <20020731103052.GD5661@www> 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 1028110805 17578 127.0.0.1 (31 Jul 2002 10:20:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2002 10:20:05 +0000 (UTC) Cc: rm@fabula.de, 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 17ZqaJ-0004ZL-00 for ; Wed, 31 Jul 2002 12:20:03 +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 17Zqal-0004yx-00; Wed, 31 Jul 2002 06:20:31 -0400 Original-Received: from www.elogos.de ([212.18.192.92]) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17ZqZx-0004uh-00 for ; Wed, 31 Jul 2002 06:19:41 -0400 Original-Received: by www.elogos.de (Postfix, from userid 5001) id CF1501049A2; Wed, 31 Jul 2002 12:30:52 +0200 (CEST) Original-To: Marius Vollmer Content-Disposition: inline In-Reply-To: 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:899 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:899 On Wed, Jul 31, 2002 at 12:11:24PM +0200, Marius Vollmer wrote: > 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. Jup, my error log revealed this when i tried to 'call' my_symbol. More on the "use" of all this in a later mail. Ralf Mattes _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel