From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs Subject: bug#27782: new patch for mma Date: Thu, 09 Jul 2020 14:45:19 +0200 Message-ID: <87v9iwc0ww.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5615"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 27782@debbugs.gnu.org To: Matt Wette Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Thu Jul 09 14:46:07 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jtVwF-0001Mx-KN for guile-bugs@m.gmane-mx.org; Thu, 09 Jul 2020 14:46:07 +0200 Original-Received: from localhost ([::1]:45232 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jtVwE-0001tS-Lr for guile-bugs@m.gmane-mx.org; Thu, 09 Jul 2020 08:46:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtVwA-0001t4-Pm for bug-guile@gnu.org; Thu, 09 Jul 2020 08:46:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56884) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jtVwA-0005SP-Gl for bug-guile@gnu.org; Thu, 09 Jul 2020 08:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jtVwA-0006es-Er for bug-guile@gnu.org; Thu, 09 Jul 2020 08:46:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 09 Jul 2020 12:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27782 X-GNU-PR-Package: guile Original-Received: via spool by 27782-submit@debbugs.gnu.org id=B27782.159429874525562 (code B ref 27782); Thu, 09 Jul 2020 12:46:02 +0000 Original-Received: (at 27782) by debbugs.gnu.org; 9 Jul 2020 12:45:45 +0000 Original-Received: from localhost ([127.0.0.1]:40197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtVve-0006dz-IC for submit@debbugs.gnu.org; Thu, 09 Jul 2020 08:45:45 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:54742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtVvb-0006dk-N8 for 27782@debbugs.gnu.org; Thu, 09 Jul 2020 08:45:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55521) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jtVvW-0005Jz-DS; Thu, 09 Jul 2020 08:45:22 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=33678 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jtVvW-0004on-0m; Thu, 09 Jul 2020 08:45:22 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 Messidor an 228 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: (Matt Wette's message of "Sat, 4 Jul 2020 12:40:19 -0700") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9842 Archived-At: Hi Matt, Matt Wette skribis: > Attached is a patch against guile master (at 3.0.4), > commit 5e1748f75128107e3a0707b66df5adb95d98437e Thanks for working on it. I=E2=80=99m currently head-down on Guix things, = but I=E2=80=99ll look into it in the coming days/weeks if nobody beats me at it! Ludo=E2=80=99.