chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] srfi-29 egg problems: address@hidden doesn't seem to wor


From: Robin Lee Powell
Subject: [Chicken-users] srfi-29 egg problems: address@hidden doesn't seem to work?
Date: Tue, 4 Mar 2008 23:28:45 -0800
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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 "address@hidden, 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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]