On Fri, Oct 10, 2008 at 10:18 PM, Jörg F. Wittenberger
<[EMAIL PROTECTED]> wrote:
> I just noticed that my srfi-35 files does not do enough.
>
> At the end there is a:
>
> (import (rename srfi-35
>                (condition? srfi35:condtition?)
>                (message-condition? srfi35:message-condition?)
>                (condition-message srfi35:condition-message)))
> (set! condition? srfi35:condtition?)
> (define message-condition? srfi35:message-condition?)
> (define condition-message srfi35:condition-message)
>
> No, it's not.  message-condition? and condition-message I just added a
> second ago.

Sorry, can't parse that.

>
> Since there are a few more things to export according to the visible
> pattern, I guess that's what (import (prefix ... is supposed to be used
> for.  But when I tried, I ended up with unbound things again.
>
> Please: could I get an example here.
>

No problem, just tell me what you want to do.


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to