From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: i18n/l10n summary Date: Sat, 03 Jun 2017 11:12:09 +0200 Message-ID: <87fufhe8pi.fsf@linux-m68k.org> References: <3931675f-e26c-2f14-b229-61f518816fff@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1496481178 3667 195.159.176.226 (3 Jun 2017 09:12:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 3 Jun 2017 09:12:58 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cc: Philipp Stephani , Jean-Christophe Helary , emacs-devel To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 03 11:12:54 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dH577-0000g4-QX for ged-emacs-devel@m.gmane.org; Sat, 03 Jun 2017 11:12:53 +0200 Original-Received: from localhost ([::1]:53005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dH57C-0008AD-Up for ged-emacs-devel@m.gmane.org; Sat, 03 Jun 2017 05:12:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dH56Z-00089d-GE for emacs-devel@gnu.org; Sat, 03 Jun 2017 05:12:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dH56W-0001L2-BA for emacs-devel@gnu.org; Sat, 03 Jun 2017 05:12:19 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:58494) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dH56W-0001K7-4D for emacs-devel@gnu.org; Sat, 03 Jun 2017 05:12:16 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wfwML0qzwz1qt06; Sat, 3 Jun 2017 11:12:13 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wfwMK4qGvz3jgXm; Sat, 3 Jun 2017 11:12:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id prPGWBd-QloB; Sat, 3 Jun 2017 11:12:12 +0200 (CEST) X-Auth-Info: Fwzj4FUaG03a/kaDn8NSz7RmEmjzgTXuzCh69NSaVQsx9MfVUV70sdbLHpwF+mrB Original-Received: from igel.home (ppp-88-217-4-89.dynamic.mnet-online.de [88.217.4.89]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sat, 3 Jun 2017 11:12:12 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 1000) id C22A42C280E; Sat, 3 Jun 2017 11:12:09 +0200 (CEST) X-Yow: I have nostalgia for the late Sixties! In 1969 I left my laundry with a hippie!! During an unauthorized Tupperware party it was chopped & diced! In-Reply-To: <3931675f-e26c-2f14-b229-61f518816fff@cs.ucla.edu> (Paul Eggert's message of "Sat, 3 Jun 2017 01:37:14 -0700") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 212.18.0.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:215426 Archived-At: On Jun 03 2017, Paul Eggert wrote: > diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi > index e80e778..f365c80 100644 > --- a/doc/lispref/strings.texi > +++ b/doc/lispref/strings.texi > @@ -965,9 +965,10 @@ Formatting Strings > decimal number immediately after the initial @samp{%}, followed by a > literal dollar sign @samp{$}. It causes the format specification to > convert the argument with the given number instead of the next > -argument. Field numbers start at 1. A format can contain either > -numbered or unnumbered format specifications but not both, except that > -@samp{%%} can be mixed with numbered specifications. > +argument. Field numbers start at 1. A field number should differ > +from the other field numbers in the same format. printf allows using an argument multiple times, Emacs should do as well. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."