guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile truly embedable ?


From: Marius Vollmer
Subject: Re: Guile truly embedable ?
Date: 07 May 2001 20:16:05 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

John Fitzgerald <address@hidden> writes:

> But beware that gh_lookup() returns SCM_UNDEFINED for symbols defined with
> 'define-public' in modules included via 'use-modules', whereas
> gh_eval_str("(defined? ...)") *will* find them, at least in Guile 1.4.

Believed fixed.  Can you check it?

2001-05-07  Marius Vollmer  <address@hidden>

        * gh_data.c (gh_lookup): Call gh_module_lookup with
        `scm_current_module ()', not `#f'.
        (gh_module_lookup): Expect a module instead of an obarray as first
        argument and do lookup in that module.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]