From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from cgl.ntg.nl (Cgl.ntg.nl [5.39.185.202]) by inbox.vuxu.org (Postfix) with ESMTP id AD2C2285F8 for ; Thu, 15 Feb 2024 07:27:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id A0407483F1F for ; Thu, 15 Feb 2024 07:25:02 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Authentication-Results: cgl.ntg.nl (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=azules.eu Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HnY89q8QtWmX for ; Thu, 15 Feb 2024 07:25:02 +0100 (CET) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id CC1A7484211 for ; Thu, 15 Feb 2024 07:23:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id CD125483E0E for ; Thu, 15 Feb 2024 07:23:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2fmlTLBcWJRV for ; Thu, 15 Feb 2024 07:23:05 +0100 (CET) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=82.64.235.169; helo=azules.eu; envelope-from=garulfo@azules.eu; receiver= Received: from azules.eu (82-64-235-169.subs.proxad.net [82.64.235.169]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by cgl.ntg.nl (Postfix) with ESMTPS id 4AD06483E0B for ; Thu, 15 Feb 2024 07:23:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=azules.eu; s=mailkey; t=1707978179; bh=4mpBtBmc4TvR5+7d/wvCBkOKiYjfUG0ZJxUOJjK76rk=; h=Date:To:References:Subject:From:In-Reply-To; b=YFznCbFFLpa+FkKgct+Kq9u4G8gOdl/Y1XwZEVvwQ77S4rGSwHDM2G3Y2w5X9EVKc y/h0QaoiBz/4hLGhJxtqCYUYnZmCEhPWVx74nZL/PxWr3bVj+CbgC54qMunsOlibgb Ydt4Qm1mW//fD6/RPGqfmS7jRXUamVsbgCSTot7M= Message-ID: Date: Thu, 15 Feb 2024 07:22:59 +0100 MIME-Version: 1.0 To: ntg-context@ntg.nl References: Content-Language: fr From: Garulfo In-Reply-To: X-MailScanner-ID: 8237612405C8.AE939 X-MailScanner: Found to be clean X-MailScanner-From: garulfo@azules.eu Message-ID-Hash: RGLNVZ6V6L6EMHXXIONDP7ABDUNHCNED X-Message-ID-Hash: RGLNVZ6V6L6EMHXXIONDP7ABDUNHCNED X-MailFrom: garulfo@azules.eu X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list Reply-To: mailing list for ConTeXt users Subject: [NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format' List-Id: mailing list for ConTeXt users Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: multipart/mixed; boundary="===============8304598258614779747==" This is a multi-part message in MIME format. --===============8304598258614779747== Content-Type: multipart/alternative; boundary="------------W0Uq2nV5nSh5TiLD6NeV7bqH" Content-Language: fr This is a multi-part message in MIME format. --------------W0Uq2nV5nSh5TiLD6NeV7bqH Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit The line number was 10066 as of Jan 28th, and now 10070. According to Taco's proposal, 2 chars should be changed: the bad line:              templates[i]=“% "..w..”i"..between should be switched to: templates[i]="%-"..w.."s"..between A similar changed as been done on util-fmt.lua line 79 --------------W0Uq2nV5nSh5TiLD6NeV7bqH Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit The line number was 10066 as of Jan 28th, and now 10070.
According to Taco's proposal, 2 chars should be changed:

the bad line:              templates[i]=“% "..w..”i"..between

should be switched to:    
templates[i]="%-"..w.."s"..between


A
similar changed as been done on util-fmt.lua line 79

--------------W0Uq2nV5nSh5TiLD6NeV7bqH-- --===============8304598258614779747== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________ --===============8304598258614779747==--