Perfect, thank you.

----- Original Message ----
From: Mario Domenech Goulart <[EMAIL PROTECTED]>
To: Charles Breathe <[EMAIL PROTECTED]>
Cc: [email protected]
Sent: Friday, January 5, 2007 10:46:15 AM
Subject: Re: [Chicken-users] Basic utf8 usage

Hello Charles,

On Fri, 5 Jan 2007 10:35:32 -0800 (PST) Charles Breathe <[EMAIL PROTECTED]> 
wrote:

> I'm having trouble using the utf8 egg. I must be missing something very
> basic. Following the exact instructions in the egg's documentation I
> get the following result:
> 
> $ csi -q
> csi> (require-extension utf8)
> csi> (import utf8)
> Error: unbound variable: utf8
> 
>         Call history:
> 
>         <eval>          (import utf8)   <--
> csi> 

Try using:

csi> (require-extension utf8 syntax-case)
; loading /usr/local/chicken-2.5/lib/chicken/1/syntax-case.so ...
; loading /usr/local/chicken-2.5/lib/chicken/1/syntax-case-chicken-macros.scm 
...
csi> (import utf8)
; visiting /usr/local/chicken-2.5/lib/chicken/1/utf8.scm ...

Best wishes,
Mario






__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to