From nobody Tue Jan 16 08:58:09 2024 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TDjb834fFz57BRm for ; Tue, 16 Jan 2024 08:58:12 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TDjb801vfz4VND for ; Tue, 16 Jan 2024 08:58:11 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.17.2/8.17.1) with ESMTPSA id 40G8w9OY025587 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Tue, 16 Jan 2024 09:58:09 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be [10.1.2.18] Message-ID: Date: Tue, 16 Jan 2024 09:58:09 +0100 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Thunderbird, ligatures, and "fixed-width" fonts Content-Language: en-US To: Bertrand Petit Cc: FreeBSD Hackers References: <43ad528d-e45c-47fe-837c-cf7716ea7d86@m5p.com> <20240116074513.GC14773@memo2.memo.frmug.org> From: Andrea Venturoli In-Reply-To: <20240116074513.GC14773@memo2.memo.frmug.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4TDjb801vfz4VND X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] On 1/16/24 08:45, Bertrand Petit wrote: > On Tue, Jan 16, 2024 at 08:09:09AM +0100, Andrea Venturoli wrote: >> >> I've looked up the patch you linked, but I don't know where to put it >> exacly. >> I already have ~/.config/fontconfig/fonts.conf and it's an XML file: > > Extract the whole tag from George's document and insert it > anywhere in your fonts.conf file with the limitation that it must be placed at > the same level as the already present s. Doh!!! Helpful Firefox!!! It completely hid the fact that the attachment was XML too! :( Sorry for the dumb question. I'm trying this now... seems to be working. bye & Thanks av.