From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.bugs Subject: bug#57372: no-toolkit menu popups do not respect emacs font configuration Date: Wed, 24 Aug 2022 10:15:11 +0200 Message-ID: <87v8qihxbk.fsf@logand.com> References: <87lerek7pt.fsf@logand.com> <83k06y74sy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17033"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 57372@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 24 10:16:55 2022 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 1oQlZH-0004HB-Mj for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 24 Aug 2022 10:16:55 +0200 Original-Received: from localhost ([::1]:45074 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQlZF-0005HV-N4 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 24 Aug 2022 04:16:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQlYQ-0005Eg-Cy for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2022 04:16:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55841) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oQlYQ-0005Of-3m for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2022 04:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oQlYP-0002qN-MA for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2022 04:16:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Tomas Hlavaty Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 24 Aug 2022 08:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57372 X-GNU-PR-Package: emacs Original-Received: via spool by 57372-submit@debbugs.gnu.org id=B57372.166132891610873 (code B ref 57372); Wed, 24 Aug 2022 08:16:01 +0000 Original-Received: (at 57372) by debbugs.gnu.org; 24 Aug 2022 08:15:16 +0000 Original-Received: from localhost ([127.0.0.1]:45590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQlXg-0002pI-GG for submit@debbugs.gnu.org; Wed, 24 Aug 2022 04:15:16 -0400 Original-Received: from logand.com ([37.48.87.44]:49378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQlXe-0002p7-7U for 57372@debbugs.gnu.org; Wed, 24 Aug 2022 04:15:15 -0400 Original-Received: by logand.com (Postfix, from userid 1001) id 2575A1A179E; Wed, 24 Aug 2022 10:15:13 +0200 (CEST) X-Mailer: emacs 28.1 (via feedmail 11-beta-1 I) In-Reply-To: <83k06y74sy.fsf@gnu.org> 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:240592 Archived-At: Hi Eli, On Wed 24 Aug 2022 at 05:29, Eli Zaretskii wrote: >> I often use C-+ and C-- to resize the default font and this does not >> work in menus (except with the console emacs obviously, where there is >> one font only and is resized by the console and not emacs). > > The font used for menus in the no-toolkit build is not the default > face's font, so it doesn't resize. That font is determined by X > resources, see the relevant node in the Emacs manual. yes, and that is not good and would be nice if it was improved. For example, on my system, the default X resources font used in no-toolkit emacs is too small and changing it is rather inconvenient. So when I choose a default face in .emacs, most of the no-toolkit emacs does what I expect, except the popped up menu text, which is unreadable. Would it be possible to change it so that even this popped up menu text font is not determined by X resources but by the usual emacs face mechanism? Regards, Tomas