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: Fri, 26 Aug 2022 08:54:13 +0200 Message-ID: <87a67rbilm.fsf@logand.com> References: <87lerek7pt.fsf@logand.com> <83k06y74sy.fsf@gnu.org> <87v8qihxbk.fsf@logand.com> <87czcp29m6.fsf@yahoo.com> <87pmgpipxu.fsf@logand.com> <87r115w2ll.fsf@yahoo.com> <87czcob08y.fsf@logand.com> <87lerbu7up.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5428"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , 57372@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Aug 26 08:55:48 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 1oRTFr-0001AD-27 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 26 Aug 2022 08:55:47 +0200 Original-Received: from localhost ([::1]:40782 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oRTFp-0001Kn-Mq for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 26 Aug 2022 02:55:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60176) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRTF9-0001Hj-8F for bug-gnu-emacs@gnu.org; Fri, 26 Aug 2022 02:55:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33897) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oRTF8-0003zB-TN for bug-gnu-emacs@gnu.org; Fri, 26 Aug 2022 02:55:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oRTF8-0004T1-KS for bug-gnu-emacs@gnu.org; Fri, 26 Aug 2022 02:55:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Tomas Hlavaty Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 26 Aug 2022 06:55:02 +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.166149685917100 (code B ref 57372); Fri, 26 Aug 2022 06:55:02 +0000 Original-Received: (at 57372) by debbugs.gnu.org; 26 Aug 2022 06:54:19 +0000 Original-Received: from localhost ([127.0.0.1]:51876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRTEQ-0004Rk-Qp for submit@debbugs.gnu.org; Fri, 26 Aug 2022 02:54:19 -0400 Original-Received: from logand.com ([37.48.87.44]:38924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRTEO-0004RV-Ll for 57372@debbugs.gnu.org; Fri, 26 Aug 2022 02:54:17 -0400 Original-Received: by logand.com (Postfix, from userid 1001) id 3884C1A184F; Fri, 26 Aug 2022 08:54:15 +0200 (CEST) X-Mailer: emacs 28.1 (via feedmail 11-beta-1 I) In-Reply-To: <87lerbu7up.fsf@yahoo.com> 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:240778 Archived-At: On Fri 26 Aug 2022 at 09:11, Po Lu wrote: > Tomas Hlavaty writes: > >> I am looking for something which: >> - is customizable the Emacs way > > I guess a good recommendation would be to lower your expectations, since > no toolkit provides face customization in as detailed a fashion as > Emacs. Yes, I am doing exactly that: lowering my expectations. The first word of this bug report is no-toolkit after all. >> It looks like tmm-menubar is the only existing menu implementation which >> satisfies my requirements and is probably the only reasonable way >> forward. > > tmm-menubar doesn't even pop up menus. How can it be the only > reasonable way forward? It does not pop up menus in the alien widget toolkit sense. It does pop up menus in the emacs sense, i.e. the *Completions* buffer pops up. (After lowering my expectations, this is good enough.) Maybe there is a more precise terminology to distinguish the two cases? >> I think I need to first find a way to configure my emacs so that all >> those X resource based menus are replaced with tmm-menubar. > > X resource based menus? I think you called it XMenu.