From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uDhfI0sRSGNcaAEAbAwnHQ (envelope-from ) for ; Thu, 13 Oct 2022 15:23:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id aB1JIksRSGOXHwAAG6o9tA (envelope-from ) for ; Thu, 13 Oct 2022 15:23:23 +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 2FCFC2A8E0 for ; Thu, 13 Oct 2022 15:23:23 +0200 (CEST) Received: from localhost ([::1]:42096 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiyBC-0004z1-9R for larch@yhetil.org; Thu, 13 Oct 2022 09:23:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oixUO-0001vF-9z for guix-patches@gnu.org; Thu, 13 Oct 2022 08:39:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60796) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oixUN-0004PP-9A for guix-patches@gnu.org; Thu, 13 Oct 2022 08:39:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oixUN-0003Nl-2V for guix-patches@gnu.org; Thu, 13 Oct 2022 08:39:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH v5 2/2] home: services: Support user's fontconfig configuration. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Oct 2022 12:39:03 +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: Andrew Tropin Cc: 57963@debbugs.gnu.org, Taiju HIGASHI , liliana.prikler@gmail.com Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.166566468512908 (code B ref 57963); Thu, 13 Oct 2022 12:39:03 +0000 Received: (at 57963) by debbugs.gnu.org; 13 Oct 2022 12:38:05 +0000 Received: from localhost ([127.0.0.1]:59869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oixTQ-0003M7-Pb for submit@debbugs.gnu.org; Thu, 13 Oct 2022 08:38:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oixTM-0003La-AR for 57963@debbugs.gnu.org; Thu, 13 Oct 2022 08:38:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35126) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oixTF-00049W-GF; Thu, 13 Oct 2022 08:37:53 -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=0GpJnnxO6Sc8Y9epMaOVsYvW9KYR6rHiNQSbkIpasv8=; b=nEPKY7rZfy/jJB3O6XkF rHWJmj5rgkIPQb363z4XKFtoVX27rZWMkzPix+KRjA7kw/C09hrQo1BvE8GolnZEx3XY1HQ8g4+HE sampGxFUa+iCpiUWMwVZdPQVz06byX3Pekw616sWekwNDKZqG+MMGc51JK3ieP6arBKaj9opwI6bx /884NIMed4eT4xyC71UQHx0I4uUhMGmPv0+mcRWrgg8AsHoeBMrBqkeOJ95v2LCcRVTPTg1k882ox Li9pUlToHn5mkUI167XV/e2vBj3WgqNvo+yQT9BUFB8TRtw0Cj1YiJpv2ZTPFTz+hrS7ObUfMdnsD xj9HI7AGYfunGg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59428 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oixTD-0004JY-27; Thu, 13 Oct 2022 08:37:51 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20221002131535.9972-1-higashi@taiju.info> <20221002131535.9972-2-higashi@taiju.info> <87zge4chb5.fsf@trop.in> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 22 =?UTF-8?Q?Vend=C3=A9miaire?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour de la =?UTF-8?Q?P=C3=AAche?= 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, 13 Oct 2022 14:37:48 +0200 In-Reply-To: <87zge4chb5.fsf@trop.in> (Andrew Tropin's message of "Mon, 10 Oct 2022 10:40:30 +0400") Message-ID: <87k053sxur.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=1665667403; 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=0GpJnnxO6Sc8Y9epMaOVsYvW9KYR6rHiNQSbkIpasv8=; b=qUizacpGJbRjB2dFKzReO9ajLAItkwGwh6SOmKYXbvOauhy9A2uqz4HIlQ6v+Ds8lp7kbU 1K9KarzMU1UId/EOQLzTkFLVn/zGehiycJvYBsP6VAcppb2NJp5DGnAsxLMFVxoMG9u5PE hKfdl/d38iJ7SNxQdL07CfVdLhk5sETwBkkqJZv9aXRLXJEJd6LXPGSkPHjdRnnOfFF/Pc pPhrFa5MKhjFGX192Jo47qOzYL3omay3Mrbn6qUwrUd+i7SklG2j75TEzvnO3Df4uZYGXu zFLxDJTqlm2AZx1qUpbGPw0iaEr8RZD7WxC3Rkkd1jmzKUfICrEOKKHg6rrqVw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665667403; a=rsa-sha256; cv=none; b=oDiiORtlcziUPcRbrIIZcqe4s2e9kvtowSKQJxKQpEvokybXnazOHYuxR2NPbZASZ/uYhs vMcHY6olhSLNiIK8rOZkkKUioaPsFA+6+l+MZor0Tnv6da/s9wftg5VG3evHo51FToTlD3 CDfQXxUiLhWED+I91djWL7W9arch0Tj9wDgMukve363+4b5h2k6OjPGBbbTkQuE1NFsSSC ajpW+fmDep0ZwBp91K8R33/RuSRa4oGQVdc1fTys6qEGBbmZibPRmEcFCqh0R/m1qSSD9T Lgnr3GGBggkeVViwiTMBsJ1CRXEEVu6LPMGBKZL8WvpRRjtSd+IoqnlrV72SjA== 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=nEPKY7rZ; 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: -0.80 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=nEPKY7rZ; 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: 2FCFC2A8E0 X-Spam-Score: -0.80 X-Migadu-Scanner: scn1.migadu.com X-TUID: zyYfpG64ypfw Hello, Andrew Tropin skribis: > If serialization would support G-exps, we could write=20 > > (list #~"RAW_XML_HERE") There=E2=80=99s a one-to-one lossless mapping between XML and SXML, so I do= n=E2=80=99t think it makes sense to support XML-in-strings when we have SXML. The only thing it would give us, as I see it, is the ability to generate syntactically-invalid XML. Maybe we can live without it? :-) Thanks, Ludo=E2=80=99.