From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0GVzBiQpZmRnbgEASxT56A (envelope-from ) for ; Thu, 18 May 2023 15:33:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2HdUBiQpZmTIOgAA9RJhRA (envelope-from ) for ; Thu, 18 May 2023 15:33:24 +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 909505597 for ; Thu, 18 May 2023 15:33:23 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzdki-0005Qz-Fa; Thu, 18 May 2023 09:33:08 -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 1pza5C-0002Ao-T2 for guix-patches@gnu.org; Thu, 18 May 2023 05:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pza5C-00066Y-LU for guix-patches@gnu.org; Thu, 18 May 2023 05:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pza5C-0004Dn-HS for guix-patches@gnu.org; Thu, 18 May 2023 05:38:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62806] [PATCH] gnu: home: services: fontutils: Add support for SXML fragments. Resent-From: Miguel =?UTF-8?Q?=C3=81ngel?= Moreno Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 May 2023 09:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62806 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62806@debbugs.gnu.org Received: via spool by 62806-submit@debbugs.gnu.org id=B62806.168440267316199 (code B ref 62806); Thu, 18 May 2023 09:38:02 +0000 Received: (at 62806) by debbugs.gnu.org; 18 May 2023 09:37:53 +0000 Received: from localhost ([127.0.0.1]:52045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pza52-0004D7-2T for submit@debbugs.gnu.org; Thu, 18 May 2023 05:37:53 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzZfo-0003ab-V3 for 62806@debbugs.gnu.org; Thu, 18 May 2023 05:11:50 -0400 Received: (Authenticated sender: me@mianmoreno.com) by mail.gandi.net (Postfix) with ESMTPSA id E8C40E0004 for <62806@debbugs.gnu.org>; Thu, 18 May 2023 09:11:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mianmoreno.com; s=gm1; t=1684401102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LazOTz7vVTD7wKzct2WmJDqwujw+D4evRdMqkcWUroQ=; b=SePI8sPFLFL/l0IPzrOPqXQBsAC5Oazh3nd1IU2vVyjZy4ktna/Suwo9IlZpdYl27CWEbk 1MVKqglgwtP1S/sDMgS9iK2Fuz5d8Jlyu70MKgVmrfjnYjLBpLUrGmUW7dkCddXRh+gGzq GnTxJmmfK6CtOz7Drhedzl0H7KYQikKN4PoaxvaJtR0NoIv5HO7f+5saf5268743RhrL1N FoQe5syuDIbinuWNGnywJzp5P3StUsnT+J7jUK2M3GkxsWd3WmNm3xN2msecPh7v0DoAbr wGAwJ9z8SjMWOcommzY7IxeNWXzEeh6mp7PCbEbAPObRxE8K6/YZURfloNozGg== From: Miguel =?UTF-8?Q?=C3=81ngel?= Moreno In-Reply-To: <87a5yajbe8.fsf@trop.in> (Andrew Tropin's message of "Fri, 12 May 2023 10:45:35 +0400") References: <20230413034059.5585-1-andrewpatt7@gmail.com> <87o7nd109l.fsf@gnu.org> <87wn20dc7t.fsf@gmail.com> <87o7mr3v2p.fsf_-_@gnu.org> <87a5yajbe8.fsf@trop.in> Date: Thu, 18 May 2023 11:11:40 +0200 Message-ID: <86o7mihulv.fsf@mianmoreno.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Thu, 18 May 2023 05:37:49 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Thu, 18 May 2023 09:33:06 -0400 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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1684416804; a=rsa-sha256; cv=none; b=CaahpDL6kDNi6dwtJ5YyXuDhs6oMu3HzmIlZIyD82FGXgWtfUh6updO05JZy4XKnVF2GJj 7f9z2YR+BNobigRe2+qAgUoC8qmTCHw72CFc0dmNBBZwvS45fIm486kyNPzkc6DmSwvpMu yhSVCMUnc5CLS3h1gdW5pkb+TfEsV2fPQ7+veqmuUR48kis/Pu1QWYJB7kLBzFqYnLjVML nkKaNzPgG4uFHaq36LGnNRSOVSH0JfXw3BucAYgkx/XwQKAOQu5RI74C86J3O/rXUHHXhG Q9qN7+zCm8hJF69EzfyV2H4sFsDKI/JDyNt8ginj1WjvrQ40arbLtq3l1KtmeA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mianmoreno.com header.s=gm1 header.b=SePI8sPF; dmarc=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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1684416804; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=LazOTz7vVTD7wKzct2WmJDqwujw+D4evRdMqkcWUroQ=; b=RcHggO0q2TmuZRJOucnUAI1X2QXd9sCs5T2qMur82vJbXrN5cjbFkcD6MQBIAmPKqbP4ZS lcDOAHk3lfOGhUR/OvGKLoiXul+VZjhEuKQEPrVXYVbbqYQ4dNnDNcOBA3Lajz/JDA/BfZ ztDSKPEKFrf4bz2UOI502jr950UFmxAqZCOmgQ3BaS6+NvvDE2ygyBh+EIptvHiWehHt9S 3W9A3Dbj2AebMpDuiCLnSKXRR/dY0RJKr81nMjipAS/szRN8dAUz/HC+OcOCEQezjrlKgK MEOde0VMn7Qt2x8zB7Wcul3KAcOMPwgcJkpNcL9msxKepdvOYfi2SwPz1pJyQw== X-Migadu-Spam-Score: -1.31 X-Spam-Score: -1.31 X-Migadu-Queue-Id: 909505597 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mianmoreno.com header.s=gm1 header.b=SePI8sPF; dmarc=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" X-TUID: NPy0gepHMbrK On 2023-05-12 10:45, Andrew Tropin wrote: > On 2023-05-11 14:34, Ludovic Court=C3=A8s wrote: > >> Hi Andrew, >> >> Sorry for the delay and thanks for your feedback. >> >> Andrew Patterson skribis: >> >>> It seems to me that the main options are: >>> 1) Just use my patch, or >>> 2) write a new patch with an actual configuration record type, >>> based on conses and Taiju HAGASHI's patches, either with >>> a) a single font family for the default font family settings, >>> b) a list of font families for the default font families, or >>> c) allowing either. >> >> I went with #1, but that doesn=E2=80=99t prevent us from considering #2 = as an >> improvement going forward. Conses, Andrews: you=E2=80=99re welcome to s= hare >> your thoughts! > > The implementation LGTM and probably it covers most of use cases > mentioned on the related threads, however, I'm a little bit rusty on > this topic and can't say it for sure :) > Yeah, I think it's not as intrusive as Taiju's or mine. > I think Miguel (conses) have more to say on this, because AFAIR he > recently did something related to fontconfig configuration. > Not really, since this is more of a general approach, we can add the font records and default families as part of RDE for those who want a more batteries-included approach. >> >>> If we don't want to just use my patch, I can work on a new patch >>> with a configuration record. How do you print a deprecation >>> warning? >> >> The (guix deprecation) module provides facilities for that. If that=E2= =80=99s >> too restrictive, use =E2=80=98warning=E2=80=99 from (guix diagnostics). >> >> Thanks! >> >> Ludo=E2=80=99. --=20 Best regards, Miguel =C3=81ngel Moreno