From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59684) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iefJ5-00035r-NI for guix-patches@gnu.org; Tue, 10 Dec 2019 08:12:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iefJ4-0001VG-O8 for guix-patches@gnu.org; Tue, 10 Dec 2019 08:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49084) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iefJ4-0001VC-Km for guix-patches@gnu.org; Tue, 10 Dec 2019 08:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iefJ4-0000Lg-HO for guix-patches@gnu.org; Tue, 10 Dec 2019 08:12:02 -0500 Subject: [bug#38436] [PATCH] gnu: Add gfortran-toolchain Resent-Message-ID: From: Konrad Hinsen In-Reply-To: <87zhg1efld.fsf@gnu.org> References: <87zhg1efld.fsf@gnu.org> Date: Tue, 10 Dec 2019 14:11:04 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38436@debbugs.gnu.org Hi Ludo, > There=E2=80=99s this weird requirement that for the sake of i18n, we must= not > construct synopses/descriptions like this: > > https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Description= s.html Is that a specific rule for Guix? GNU gettext allows format strings, and its manual refers to https://people.csail.mit.edu/jaffer/slib/Format-Specification.html for format string syntax in Scheme. For Guile specifically, it refers to (ice-9 format). Cheers, Konrad