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 yLUoDojXUGMZtwAAbAwnHQ (envelope-from ) for ; Thu, 20 Oct 2022 07:07:20 +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 4IMMDYjXUGP8rwAAG6o9tA (envelope-from ) for ; Thu, 20 Oct 2022 07:07:20 +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 0826134CD for ; Thu, 20 Oct 2022 07:07:20 +0200 (CEST) Received: from localhost ([::1]:52978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olNm3-0007qO-56 for larch@yhetil.org; Thu, 20 Oct 2022 01:07:19 -0400 Received: from [::1] (port=48212 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olNm3-00070e-0U for larch@yhetil.org; Thu, 20 Oct 2022 01:07:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olNln-0006xX-BH for guix-patches@gnu.org; Thu, 20 Oct 2022 01:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33594) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1olNln-0001W9-3Q for guix-patches@gnu.org; Thu, 20 Oct 2022 01:07:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1olNlm-0000Og-JJ for guix-patches@gnu.org; Thu, 20 Oct 2022 01:07:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH 0/1] Support user's fontconfig. Resent-From: Declan Tsien Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 20 Oct 2022 05:07:02 +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 Tropin Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.16662423851457 (code B ref 57963); Thu, 20 Oct 2022 05:07:02 +0000 Received: (at 57963) by debbugs.gnu.org; 20 Oct 2022 05:06:25 +0000 Received: from localhost ([127.0.0.1]:60905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olNlB-0000NR-CT for submit@debbugs.gnu.org; Thu, 20 Oct 2022 01:06:25 -0400 Received: from mx0.riseup.net ([198.252.153.6]:58162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olNl6-0000NB-S7 for 57963@debbugs.gnu.org; Thu, 20 Oct 2022 01:06:24 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4MtFtZ5ZyHz9s8B; Thu, 20 Oct 2022 05:06:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1666242374; bh=pa9GfEgXhSrLV0DZkC4LlI7D7B+T09K4/t/9shk+U80=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=He3Ma0elnTtZu9nUYYRdVntNtuYRwK5H/TmD/V5/StGsgoCDDAbUyahk5oYOw5qtY ASBimWKtdzdYKbjZvJEsHnkt2v1dZwR0B2qauZYsm5LRilkqOACUm34l25Xi3hVZ4v Hl7XbuOJJGJppUwwE8d+dglEMLF1vWALqZlQtn3w= X-Riseup-User-ID: 9D9AC63FD5E4E83AFDDAB6B908F01F059587D130760C26ADA0308D1BB9B94E48 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4MtFtY6zHMz5vTb; Thu, 20 Oct 2022 05:06:13 +0000 (UTC) From: Declan Tsien In-Reply-To: <87zgdrb1lq.fsf@taiju.info> References: <87k053sxur.fsf@gnu.org> <87zgdzat99.fsf@trop.in> <87zgdxgx0l.fsf@taiju.info> <875ygiqur9.fsf@gnu.org> <87r0z5e23k.fsf@taiju.info> <87czanebhd.fsf@taiju.info> <87o7u7e1ai.fsf@riseup.net> <87wn8vcm1y.fsf@taiju.info> <87czan45fs.fsf@riseup.net> <87zgdrb1lq.fsf@taiju.info> Date: Thu, 20 Oct 2022 13:06:03 +0800 Message-ID: <87fsfj84p0.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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=1666242440; 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: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=eAfUwa3pJ3uEBhwqKIIy7K0On6lHpbixH3PmKVmrzug=; b=rdg0f6Zji6u+4syPOb0F5/DYzQPAhDToHT0pMv2APy6aVOzEPcOJI9yQ8fqdnfeVK134RB c+bS56zCu05woUUZVFow3Vy44OqjpZr5ijOQY+EApCk3vrGlD9YNksbeKdLkrBKD5ollx3 OE7ej9WxJb0HBj+cWkP+1L9wJlD+S8hiBG9bY71iaLu6mzF1GhGZjh/Ctm6RETxaRVdC5Q a0eE0KM7JCutMGdzwqeJ9ZEqxPpS/FgM/qoVaXboKe2pAe2bxZepssvr+PTSnJ4M+hpYsa Qzw9wMzGrmayCeLTizlF+Sr44N+8+kc5Vpb14FsqrsMZ1kvtJpb2qpgf+h4/sg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666242440; a=rsa-sha256; cv=none; b=GG1zmkwH7Gi3OgVLR4bYsI3NY+LQwCRFBKalx2lyCu5mtOkK2SvP2KPsnqfFIT5oohGnCb 7Lcv7soRQhFK3hNsv041+2jBlGYWKGDCYKz3RQv/DO8WVD5ytpYfZiEuW1lrgPBbllQM20 XiArN2sf4Nhi4ycpI0RCk9Zku0udwFnm6j+Lfd/ultq/aQUS2xJ6Y+mukmUDR2hYsF4jaH cPodtghht+WpQNc3u0/uwlKKGqKENIJrX3au4nTy2o7TzHflQJj6VTCazWAnht5TyQxL1v k1ju/B1yUTR2Y/PU73nreDgCFFbbWGJ6E1E2hKX4DdaR72UtQcbhp0LlH9ChpQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=He3Ma0el; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=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-Migadu-Spam-Score: 5.97 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=He3Ma0el; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=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-Migadu-Queue-Id: 0826134CD X-Spam-Score: 5.97 X-Migadu-Scanner: scn0.migadu.com X-TUID: ctx78c22a+Ej --=-=-= Content-Type: text/plain Taiju HIGASHI writes: > > You can also configure the settings you want by specifying them in > extra-config. > Oh, nice. So my use case is covered. Didn't realize that. Nice work. > > I don't see clearly what the typical configuration of alias should be, > but I believe the current specification is sufficient for our needs. > > Do you still think it is preferable to change the default-font-* field > interface, even knowing that you can configure it in the extra-config > field? Please give me your frank opinion :) > Let's stick to the current specification, no changes needed. Cheers. Thanks --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHLBAEBCAA1FiEE9pXznsYl4IEztXWfD8aHA3Xv4vUFAmNQ1zwXHGRlY2xhbnRz aWVuQHJpc2V1cC5uZXQACgkQD8aHA3Xv4vV9RQv9HHPzEG/6yZMeeatNNrvFXnh6 91gD4o62goMe2+QtaGAnagvMbmDumxP/7caeojKl/kZOWxjgNzXyRz6EOkUPHXZy fctlvWbM1jpAbAugrKpTZHuk329KKvK4fuDvpkdKNgVdJ4N/xgF5O79l2LjEpYdy oT64ZAusRv58L1S+I24KgLmZ1Gbcud3TwsuBZd4UK8nPcpDcxxb8iiITs39hTqKS +J602JKw3hmj2Tngi4Hdt3jxz49zyoFxW5sUo2LAVDRZojh1DEk/948+YYQ787hw OWp0+82lnPT3e6x5WgQpwJkvf5a3DRdcUUV1VLiwvlVvyqk3F5lVHpaqvDOv5E3H ZsgiquD1AlxONt0xtiscdKtcSs3nbWIKvq9uyIEK5FXWbG+A3gpNAudr0IjtZUkR r6vAx/fWqJUVHusOMaEaRVGr1JKvMApzUox+RxnS+F5kLaIlRteIdzNIu4MlbB7s RgTTS5m3ZM6RDMtvom3GmES8chOMGzeIOUa2ydUG =zNoA -----END PGP SIGNATURE----- --=-=-=--