[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] type problem with mbox egg
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-users] type problem with mbox egg |
Date: |
Tue, 6 Sep 2011 22:08:30 +0900 |
Hello, Moritz,
Thanks for using the mbox library. The documentation was not
up-to-date, which has been fixed now.
Some time ago, I generalized the parsing procedures of mbox so that
they can take different types of
input streams. I have now created an additional module, mbox-string,
which is a version of mbox specialized
to operate on strings. If you use mbox-file->messages from the
mbox-string library, it will work as below
(i.e. it takes a filename string or port argument). Please update your
installation of mbox, try it out and let me
know if you are still having problems.
-Ivan
On Tue, Sep 6, 2011 at 9:01 AM, Moritz Wilhelmy <address@hidden> wrote:
> Hello,
>
> I have following problem with the mbox egg: Invoking mbox-file->messages
> always gives me a "call of non-procedure" error.
>
> #;5> (mbox-file->messages "foo")
>
> Error: call of non-procedure: "foo"
>
> Call history:
>
> <syntax> (mbox-file->messages "foo")
> <eval> (mbox-file->messages "foo") <--
>
> According to the documentation, the argument to mbox-file->messages is
> supposed to be a filename.
>
> I'm new to chicken, so I expected it to be my fault, but apparently it
> isn't. (Please tell me if I'm doing something stupid anyway).
>
> Best regards,
>
> Moritz
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users
>