guile-devel
[Top][All Lists]
Advanced

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

Re: gettext-0.14.2 is released


From: Bruno Haible
Subject: Re: gettext-0.14.2 is released
Date: Tue, 15 Mar 2005 15:18:03 +0100
User-agent: KMail/1.5

Kevin Ryde wrote:
> Bruno Haible <address@hidden> writes:
> >   - messages can be marked as "scheme-format", denoting 'format' strings.
>
> I noticed a couple of forms that provoke errors,
>
>       (format #f (gettext "~/"))
>       (format #f (gettext "~q"))
>       (format #f (gettext "~8,2i") 1+2i)
>       (format #f (gettext "~65c"))
>       (format #f (gettext "~4,3,'-t"))
>       (format #f (gettext "~k") "fmtstr")
>
> ~q is a copyright message
> ~/ is a tab character (like ~| etc)
> ~i is complex number fixed-point (up to 5 params)
> ~c accepts a charnum param
> ~t accepts a pad char param
> ~k is an alias for ~?
>
> Nosing around format-scheme.c (if that's the right code) I noticed ~!
> described as a clisp call, in format.scm ~! is an output flush (no
> parameters or args), though it doesn't seem to cause an error.

This is now all fixed in gettext 0.14.3.

Bruno





reply via email to

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