[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] type problem with mbox egg
From: |
Moritz Wilhelmy |
Subject: |
[Chicken-users] type problem with mbox egg |
Date: |
Tue, 6 Sep 2011 02:01:50 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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] type problem with mbox egg,
Moritz Wilhelmy <=