I copied the attached example directly from
http://srfi.schemers.org/srfi-29/srfi-29.html , with the following
changes:

1.  I don't use store-bundle! or load-bundle! at all

2.  I force the language to French.

Actually running it gives me:

Error: (fprintf) illegal format-string character: #\1

        Call history:

        <syntax>                (localized-message (quote goodbye) myname)
        <syntax>                (quote goodbye)
        <syntax>                (display #\newline)
        <eval>          (display (localized-message (quote time) "12:00" 
myname))
        <eval>          (localized-message (quote time) "12:00" myname)
        <eval>          [localized-message] (apply format (cons 
(localized-template (quote hello-program) message-name) args))
        <eval>          [localized-message] (cons (localized-template (quote 
hello-program) message-name) args)
        <eval>          [localized-message] (localized-template (quote 
hello-program) message-name)     <--

This seems te be coming from the "[EMAIL PROTECTED], c'est ~a." string, which
srfi-29 says it supports.  Am I missing something?

CHICKEN Version 2.726

Just downloaded the egg, so should be the latest.

-Robin

-- 
Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo
Proud Supporter of the Singularity Institute - http://singinst.org/
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to