From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id iHWUMfwALGWFZwEA9RJhRA:P1 (envelope-from ) for ; Sun, 15 Oct 2023 17:10:52 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id iHWUMfwALGWFZwEA9RJhRA (envelope-from ) for ; Sun, 15 Oct 2023 17:10:52 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4844039BFA for ; Sun, 15 Oct 2023 17:10:52 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697382652; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=OjaF59Jw3N82gVcTiuF3r1OXdrAHXSbEmkfLc9efzco=; b=UpRgOlX5zPmZjYhNrThg8eoDSflWCSmL8+X2ZjuDX4dGy21Rguxkn8HMEygY20+Od11QL2 lAPP6/Gx+ewclQk8cASkXt9oXOZvdtkb7dtaFcaFlY6nlY2L/pAwJ0QBplDTYEiqkvABUQ ElbCS4h7J0M1c77FQEmj+Okr5Ef94v1x8mDmPmG3B5a+belXI41kvdlGvM7yefNhvqs71T 69muVyKrTJ9u8kSxPIR6nXV3+3JnZrDG5DlXKx+HRYsiUwAeJNV4OnxOWXPXxOsXSf4uKP 6coE50hy6TGMibyMcb7xzjGulR6xp1Z9xcu839Rx5+75jg4Qp7D87kQq/voRpg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697382652; a=rsa-sha256; cv=none; b=If4VpBWIorsa5SphxGiuJ4H4vJoRykQpAfRjumNRFhyqJA64V+rtQXXar81kIcqdZ3+oDF jwH9AjUqa9uhORkMOX37ZV4zCH+6X1FvWNJyyWVZdlxjAj7Rhhlh5ZiQhLXVauvKwpBe9w 6g5nOiRKOUPCFZvCo53Cfq5s9+NhDd4HF+WbgPid2DuW7suSmkbjUd+u9OlBdh5Wx3hwJs f8jhyzl5P59Q1QmTEYedBoy7oKYKWDtABq+xb9vmWgXMa+xGpWzynHR5X+FoSqlUEmI86Q hsQAW2XwgEc8Oe1zW6Kn9WSnsSjnJ9wsMqzI4RgolG40BdZ1DWvKcKqW+VlOIA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qs2lM-0006xS-Vf; Sun, 15 Oct 2023 11:10:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qs2lK-0006xD-Ra for guix-patches@gnu.org; Sun, 15 Oct 2023 11:10:38 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qs2lJ-0001zx-SQ for guix-patches@gnu.org; Sun, 15 Oct 2023 11:10:38 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qs2lh-0001B2-Qr for guix-patches@gnu.org; Sun, 15 Oct 2023 11:11:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65479] [PATCH core-updates v3 02/63] search-paths: Add $XML_CATALOG_FILES and $SGML_CATALOG_FILES. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 15 Oct 2023 15:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65479 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 65479@debbugs.gnu.org Received: via spool by 65479-submit@debbugs.gnu.org id=B65479.16973826374473 (code B ref 65479); Sun, 15 Oct 2023 15:11:01 +0000 Received: (at 65479) by debbugs.gnu.org; 15 Oct 2023 15:10:37 +0000 Received: from localhost ([127.0.0.1]:53927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qs2lJ-0001A5-3b for submit@debbugs.gnu.org; Sun, 15 Oct 2023 11:10:37 -0400 Received: from smtpm3.myservices.hosting ([185.26.105.234]:60870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qs2lD-00019n-Mc for 65479@debbugs.gnu.org; Sun, 15 Oct 2023 11:10:35 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm3.myservices.hosting (Postfix) with ESMTP id 20C1A20F11; Sun, 15 Oct 2023 17:10:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 94CD48009F; Sun, 15 Oct 2023 17:10:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id J2LOeg5nZlY4; Sun, 15 Oct 2023 17:10:05 +0200 (CEST) Received: from [192.168.1.116] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 870808009A; Sun, 15 Oct 2023 17:10:04 +0200 (CEST) Message-ID: Date: Sun, 15 Oct 2023 16:10:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US References: <6cb2e86fb52e37573db40d9de435f64f48cac90b.1696881354.git.mirai@makinata.eu> <87bkd4paxo.fsf@gnu.org> <159d7932-dfea-43fd-9a7d-a15a3021869a@makinata.eu> <871qdxdsy3.fsf@gnu.org> From: Bruno Victal In-Reply-To: <871qdxdsy3.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.50 X-Spam-Score: -4.50 X-Migadu-Queue-Id: 4844039BFA X-Migadu-Scanner: mx2.migadu.com X-TUID: 7uOyppchKkkn On 2023-10-14 18:17, Ludovic Courtès wrote: > Sorry for being late to the party; maybe these comments of mine are > completely off for ‘core-updates’, apologies. No problem! Thanks for giving a look at it nonetheless. -- Furthermore, I consider that nonfree software must be eradicated. Cheers, Bruno.