From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: i18n, gettext support? Date: Thu, 02 Sep 2004 09:31:39 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87wtzdlg6c.fsf@zip.com.au> References: <878ycflchx.fsf@peder.flower> <87vffh7su9.fsf@ivanova.rotty.yi.org> <87657g61z5.fsf@ivanova.rotty.yi.org> <87smakdjbr.fsf@zip.com.au> <87hdqyboar.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1094081561 30967 80.91.224.253 (1 Sep 2004 23:32:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2004 23:32:41 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 02 01:32:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C2eab-0007OM-00 for ; Thu, 02 Sep 2004 01:32:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2efY-0000gG-79 for guile-devel@m.gmane.org; Wed, 01 Sep 2004 19:37:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2efK-0000gA-I3 for guile-devel@gnu.org; Wed, 01 Sep 2004 19:37:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2efI-0000fG-Rz for guile-devel@gnu.org; Wed, 01 Sep 2004 19:37:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2efI-0000eJ-KJ for guile-devel@gnu.org; Wed, 01 Sep 2004 19:37:20 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2ea6-0006dh-2I for guile-devel@gnu.org; Wed, 01 Sep 2004 19:31:59 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i81NVuje010470 for ; Thu, 2 Sep 2004 09:31:56 +1000 Original-Received: from localhost (ppp2B3A.dyn.pacific.net.au [61.8.43.58]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i81NVslY016968 for ; Thu, 2 Sep 2004 09:31:55 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1C2eZo-00068h-00; Thu, 02 Sep 2004 09:31:40 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: (Marius Vollmer's message of "Tue, 24 Aug 2004 19:12:48 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4067 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4067 --=-=-= I removed this bit to ignore excess arguments, I think it's enough. --=-=-= Content-Disposition: inline; filename=format.scm.excess.diff --- format.scm.~1.23.~ 2004-09-02 09:15:16.000000000 +1000 +++ format.scm 2004-09-02 09:27:37.000000000 +1000 @@ -194,10 +194,6 @@ (let ((arg-pos (format:format-work fmt args)) (arg-len (length args))) (cond - ((< arg-pos arg-len) - (set! format:arg-pos (+ arg-pos 1)) - (set! format:pos (string-length fmt)) - (format:error "~a superfluous argument~:p" (- arg-len arg-pos))) ((> arg-pos arg-len) (set! format:arg-pos (+ arg-len 1)) (display format:arg-pos) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel --=-=-=--