From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#51277: 27.1; menu-set-font not loading correct font Date: Tue, 19 Oct 2021 21:14:34 +0300 Message-ID: <83v91sc25x.fsf@gnu.org> References: <83v91tclv8.fsf@gnu.org> <83a6j5chh9.fsf@gnu.org> <837de9c8hf.fsf@gnu.org> <83y26oc491.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29409"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51277@debbugs.gnu.org To: Jesse Sheidlower Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 19 20:15:19 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mctdu-0007OX-Cj for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 19 Oct 2021 20:15:18 +0200 Original-Received: from localhost ([::1]:57014 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mctds-0007TC-IW for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 19 Oct 2021 14:15:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mctdf-0007SS-3T for bug-gnu-emacs@gnu.org; Tue, 19 Oct 2021 14:15:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40403) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mctde-000763-N7 for bug-gnu-emacs@gnu.org; Tue, 19 Oct 2021 14:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mctde-0008So-JB for bug-gnu-emacs@gnu.org; Tue, 19 Oct 2021 14:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 19 Oct 2021 18:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51277 X-GNU-PR-Package: emacs Original-Received: via spool by 51277-submit@debbugs.gnu.org id=B51277.163466728232449 (code B ref 51277); Tue, 19 Oct 2021 18:15:02 +0000 Original-Received: (at 51277) by debbugs.gnu.org; 19 Oct 2021 18:14:42 +0000 Original-Received: from localhost ([127.0.0.1]:51946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mctdK-0008RJ-7E for submit@debbugs.gnu.org; Tue, 19 Oct 2021 14:14:42 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mctd9-0008Qg-9d for 51277@debbugs.gnu.org; Tue, 19 Oct 2021 14:14:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34518) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mctd4-0006ZK-2I; Tue, 19 Oct 2021 14:14:26 -0400 Original-Received: from [87.69.77.57] (port=2946 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mctd3-0001CP-Fq; Tue, 19 Oct 2021 14:14:25 -0400 In-Reply-To: (message from Jesse Sheidlower on Tue, 19 Oct 2021 14:08:43 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217594 Archived-At: > Date: Tue, 19 Oct 2021 14:08:43 -0400 > From: Jesse Sheidlower > Cc: 51277@debbugs.gnu.org > > > Another thing I see is that you have 3 active font backends: xfont, > > ftfont, and fcrhb. Maybe that has something to do with the issue... > > Is there a "best" one to use? That'd be fcrhb. > And what's the correct sequence to test this in our current framework? What would you like to test?