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: Wed, 20 Oct 2021 15:31:48 +0300 Message-ID: <83ee8fc1xn.fsf@gnu.org> References: <83v91tclv8.fsf@gnu.org> <83a6j5chh9.fsf@gnu.org> <837de9c8hf.fsf@gnu.org> <83y26oc491.fsf@gnu.org> <83v91sc25x.fsf@gnu.org> <87zgr42i78.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31266"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jester@panix.com, 51277@debbugs.gnu.org To: Robert Pluim Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 20 14:32:57 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 1mdAm9-0007ts-J6 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 14:32:57 +0200 Original-Received: from localhost ([::1]:43024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdAm7-0004wV-P3 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 08:32:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdAlI-0004sy-45 for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 08:32:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41413) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdAlG-00073u-Lo for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 08:32:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdAlG-0007ki-JT for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 08:32: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: Wed, 20 Oct 2021 12:32: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.163473310729765 (code B ref 51277); Wed, 20 Oct 2021 12:32:02 +0000 Original-Received: (at 51277) by debbugs.gnu.org; 20 Oct 2021 12:31:47 +0000 Original-Received: from localhost ([127.0.0.1]:52958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdAl1-0007k1-8m for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:31:47 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdAkz-0007jm-Nf for 51277@debbugs.gnu.org; Wed, 20 Oct 2021 08:31:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36994) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdAku-0006he-2m; Wed, 20 Oct 2021 08:31:40 -0400 Original-Received: from [87.69.77.57] (port=2714 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 1mdAkr-0002mD-Sh; Wed, 20 Oct 2021 08:31:38 -0400 In-Reply-To: <87zgr42i78.fsf@gmail.com> (message from Robert Pluim on Wed, 20 Oct 2021 10:50:35 +0200) 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:217659 Archived-At: > From: Robert Pluim > Cc: Eli Zaretskii , 51277@debbugs.gnu.org > Date: Wed, 20 Oct 2021 10:50:35 +0200 > > If you want to test restricting emacs to a single font-backend, put > something like the following in your .emacs > > (add-to-list 'default-frame-alist '(font-backend ftcrhb)) Or invoke Emacs like this: emacs -xrm Emacs.fontBackend:ftcrhb > (and note that itʼs spelled 'ftcrhb', not 'fcrhb'). Sorry about that.