unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Subject: Re: i18n, gettext support?
Date: Thu, 02 Sep 2004 09:31:39 +1000	[thread overview]
Message-ID: <87wtzdlg6c.fsf@zip.com.au> (raw)
In-Reply-To: <ljsmacfoj3.fsf@troy.dt.e-technik.uni-dortmund.de> (Marius Vollmer's message of "Tue, 24 Aug 2004 19:12:48 +0200")

[-- Attachment #1: Type: text/plain, Size: 69 bytes --]

I removed this bit to ignore excess arguments, I think it's enough.


[-- Attachment #2: format.scm.excess.diff --]
[-- Type: text/plain, Size: 517 bytes --]

--- 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)

[-- Attachment #3: Type: text/plain, Size: 143 bytes --]

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

  reply	other threads:[~2004-09-01 23:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-16  8:21 i18n, gettext support? Jan Nieuwenhuizen
2004-08-16 18:47 ` Rob Browning
2004-08-17  1:49   ` Kevin Ryde
2004-08-18 14:40     ` Jan Nieuwenhuizen
2004-08-17 14:16 ` Andreas Rottmann
2004-08-17 15:24   ` Matthias Koeppe
2004-08-18 12:54     ` Andreas Rottmann
2004-08-19  1:10       ` Kevin Ryde
2004-08-19  8:07         ` Matthias Koeppe
2004-08-20  1:17           ` Kevin Ryde
2004-08-24 17:12             ` Marius Vollmer
2004-09-01 23:31               ` Kevin Ryde [this message]
2004-08-17 22:46   ` Kevin Ryde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wtzdlg6c.fsf@zip.com.au \
    --to=user42@zip.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).