From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id qFv1Adi8NWPEFQEAbAwnHQ (envelope-from ) for ; Thu, 29 Sep 2022 17:42:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id qEC7Adi8NWO9yQAAauVa8A (envelope-from ) for ; Thu, 29 Sep 2022 17:42:16 +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 6AA8619DB8 for ; Thu, 29 Sep 2022 17:42:15 +0200 (CEST) Received: from localhost ([::1]:54094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1odvfr-0001Q9-3k for larch@yhetil.org; Thu, 29 Sep 2022 11:42:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oduX8-0007lH-AZ for guix-patches@gnu.org; Thu, 29 Sep 2022 10:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40119) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oduX8-0005Qm-1d for guix-patches@gnu.org; Thu, 29 Sep 2022 10:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oduX7-00071j-ML for guix-patches@gnu.org; Thu, 29 Sep 2022 10:29:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH 0/1] Support user's fontconfig. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Sep 2022 14:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Taiju HIGASHI Cc: 57963@debbugs.gnu.org, liliana.prikler@gmail.com, andrew@trop.in Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.166446171526980 (code B ref 57963); Thu, 29 Sep 2022 14:29:01 +0000 Received: (at 57963) by debbugs.gnu.org; 29 Sep 2022 14:28:35 +0000 Received: from localhost ([127.0.0.1]:39197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oduWh-000716-F0 for submit@debbugs.gnu.org; Thu, 29 Sep 2022 10:28:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oduWd-00070r-Bz for 57963@debbugs.gnu.org; Thu, 29 Sep 2022 10:28:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54642) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oduWW-0005ML-6U; Thu, 29 Sep 2022 10:28:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=REBcXbCo9To36uFU6vULSKT4XyLDEyMiOufzp+fTvq8=; b=cy/jc7jZhXMa7qvu6UPV FcpHHuwrMut+FSc1LvQpEvu+0sUvfMJjf2Lv9l4TkV2Y0yj9Johq41UfjhEDpE8F4ANanJQ/Pv5ZA WdC6COuVWFYpyuy2UwQAYQGhFonRxOf9ndym03UbE+vgUmx8iMkT8J0vNwVcGGZZmHRlM1kTpa/jn /R2qTscro4Tae3JsKcd3lNVc8pMN2qLlW1mB2kdVCF/S8Zmhgkb5e6vTPX9V+sfwhz0bUtje1VVaO nQdWXR7AIo1OM2lgdVv/sfe8OzbqGzYmWB0Rr50FZhZmmnoLWyAzmJ8bDjViTmCkwCN0QfnJSgzRU kVqaLdq0p3B0Hw==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58494 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oduWV-0000OT-NL; Thu, 29 Sep 2022 10:28:23 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220927095525.26431-1-higashi@taiju.info> <87bkr1qg9x.fsf@taiju.info> <87v8p7dwvc.fsf_-_@gnu.org> <87y1u3ngds.fsf@taiju.info> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Octidi 8 =?UTF-8?Q?Vend=C3=A9miaire?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour de l'Amarante 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 Date: Thu, 29 Sep 2022 16:28:21 +0200 In-Reply-To: <87y1u3ngds.fsf@taiju.info> (Taiju HIGASHI's message of "Thu, 29 Sep 2022 10:01:03 +0900") Message-ID: <87h70qb6gq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664466135; 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:dkim-signature; bh=REBcXbCo9To36uFU6vULSKT4XyLDEyMiOufzp+fTvq8=; b=d9geWPU4S0mjO/PFg5vKs+Z4NrTwv/D1brrbErGqw652Md1+3TMHSS3agny/IStCP8VO6/ hESfgKrIbC6xqbgHQvHRHfiHtEh8jLxfmBKtR21zW6jgcs5Q9m+j7cwjOWYVFldIjt+NyD ERcQz1WQbm8Ti/SYjIL0ka61PNZngRlcJzcVNeHpoFHDIsDC9IpyGJutBhT4u3Og70KNbh y0kfJOKTc+69/DWgy0Wm12UkVmHlV8AA5MxqgdzQMVMh0dLttBAxXzLDhF6H4o+JYaAG7o NfhaMFC+eVePvcfguQst0snRnPZ07A1vC+8sDjDoPEeqEvNvjY1sHNGN+s0/QA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664466135; a=rsa-sha256; cv=none; b=bEMQXZxTyKFdBCMurW2sObMn3f8OwpuwZtw6t1RcxNOGGyfJBWF4PR4dB1q20d+b1k+yF/ u5G9XtVp3LkK6TgB5SyR0szuRwZa9XP4tHJJKV4dNY2+ZT3N9uwVj2FLLI9Xk14yBOFlTt JaBbHGwZ9PM6Dvzy0wUXYJDzHoEmA2YP+n6QI+N90uFquiq6fk4sszx0lLAplr+GItFIRs pfxHCYsQDaABBuAXcSrQeNdEQUGvqQiJFXpCRaAxMJN7MhW2Qs+1HoenNvBIjo94PL/7nR cosvs30ZyelJveGczUnxUryyzK8Www+mq18un4LDjiMdEJUnrboNa2LwpE6xxQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="cy/jc7jZ"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -1.54 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="cy/jc7jZ"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 6AA8619DB8 X-Spam-Score: -1.54 X-Migadu-Scanner: scn0.migadu.com X-TUID: 78/I4vujyNNc Hi, Taiju HIGASHI skribis: > I found out what essential services should be. > I'm going to move it from essential services to base-home-services. Alright, let=E2=80=99s do that (in a separate commit). >> Once we=E2=80=99ve settled on an interface, the commit that makes this c= hange >> should include an update of doc/guix.texi. > > Yes. I can write the draft, but I may have to ask you to finish it because > I'm not good at writing English. > It would be a waste of time for you to spend a long time correcting my > poor grammar and expressions. Sure; I=E2=80=99m not a native speaker either but I can help. Thanks, Ludo=E2=80=99.