From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruno Haible Newsgroups: gmane.lisp.guile.devel Subject: Re: gettext-0.14.2 is released Date: Tue, 15 Mar 2005 15:18:03 +0100 Message-ID: <200503151518.03650.bruno@clisp.org> References: <200502251331.44912.bruno@clisp.org> <87vf8ggrls.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110897491 30055 80.91.229.2 (15 Mar 2005 14:38:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Mar 2005 14:38:11 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 15 15:38:10 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBD9z-0001Zr-1T for guile-devel@m.gmane.org; Tue, 15 Mar 2005 15:36:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBDPp-0007Z3-0T for guile-devel@m.gmane.org; Tue, 15 Mar 2005 09:53:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBDLF-0006h5-UQ for guile-devel@gnu.org; Tue, 15 Mar 2005 09:48:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBDLB-0006fl-VC for guile-devel@gnu.org; Tue, 15 Mar 2005 09:48:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBDLA-0006da-9F for guile-devel@gnu.org; Tue, 15 Mar 2005 09:48:12 -0500 Original-Received: from [81.80.162.195] (helo=ftp.ilog.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBCzr-0002vA-Jn for guile-devel@gnu.org; Tue, 15 Mar 2005 09:26:12 -0500 Original-Received: from laposte.ilog.fr (cerbere-qfe0 [81.80.162.193]) by ftp.ilog.fr (8.13.3/8.13.3) with ESMTP id j2FEQ8Kl019940; Tue, 15 Mar 2005 15:26:09 +0100 (MET) Original-Received: from honolulu.ilog.fr ([172.16.15.121]) by laposte.ilog.fr (8.13.1/8.13.1) with ESMTP id j2FEQ27g019062; Tue, 15 Mar 2005 15:26:02 +0100 (MET) Original-Received: from localhost (localhost [127.0.0.1]) by honolulu.ilog.fr (Postfix) with ESMTP id A4381377B6; Tue, 15 Mar 2005 14:18:04 +0000 (UTC) Original-To: Kevin Ryde User-Agent: KMail/1.5 In-Reply-To: <87vf8ggrls.fsf@zip.com.au> Content-Disposition: inline X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org X-MailScanner-To: guile-devel@m.gmane.org Xref: news.gmane.org gmane.lisp.guile.devel:4857 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4857 Kevin Ryde wrote: > Bruno Haible 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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel