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:36:51 +0300 Message-ID: <83cznzc1p8.fsf@gnu.org> References: <83a6j5chh9.fsf@gnu.org> <837de9c8hf.fsf@gnu.org> <83y26oc491.fsf@gnu.org> <83v91sc25x.fsf@gnu.org> <87zgr42i78.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15232"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, 51277@debbugs.gnu.org To: Jesse Sheidlower Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 20 14:37:16 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 1mdAqK-0003jJ-8g for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 14:37:16 +0200 Original-Received: from localhost ([::1]:50598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdAqJ-0002Q7-2a for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 08:37:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdAq7-0002Pv-6U for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 08:37:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41420) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdAq6-0003Dy-ER for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 08:37:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdAq6-0007s9-91 for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 08:37: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:37: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.163473340930232 (code B ref 51277); Wed, 20 Oct 2021 12:37:02 +0000 Original-Received: (at 51277) by debbugs.gnu.org; 20 Oct 2021 12:36:49 +0000 Original-Received: from localhost ([127.0.0.1]:52963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdAps-0007rY-RY for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:36:49 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdApq-0007rM-Pb for 51277@debbugs.gnu.org; Wed, 20 Oct 2021 08:36:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37288) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdApk-0002w8-UC; Wed, 20 Oct 2021 08:36:41 -0400 Original-Received: from [87.69.77.57] (port=3026 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 1mdApk-0001ru-6C; Wed, 20 Oct 2021 08:36:40 -0400 In-Reply-To: (message from Jesse Sheidlower on Wed, 20 Oct 2021 07:30:21 -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:217660 Archived-At: > Date: Wed, 20 Oct 2021 07:30:21 -0400 > From: Jesse Sheidlower > Cc: Eli Zaretskii , 51277@debbugs.gnu.org > > There is no difference in the result: whether I restrict emacs to xfont, > ftfont, or ftcrhb, it still loads the "Bold" file even when I select the > "Book" version from menu-set-font. > > Where does this leave us? It does still seem like a bug (albeit one that > apparently affects very few people). Are you familiar with debugging with Edebug and/or with running Emacs under GDB? If so, perhaps you could step into the relevant code and tell us what happens there with this font, so we could understand the root cause(s) of this. Or maybe someone else who can install that font and sees the problem could do that.