From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#50067: Context menus Date: Wed, 18 Aug 2021 21:40:19 +0300 Organization: LINKOV.NET Message-ID: <8735r6ppf0.fsf@mail.linkov.net> References: <74BC00E9-2509-47DA-9428-1523FF7F3B33@acm.org> <87v942pvcj.fsf@mail.linkov.net> <83zgte3asy.fsf@gnu.org> <87mtpepqzw.fsf@mail.linkov.net> <83sfz639lh.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="34268"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: alan@idiocy.org, mattiase@acm.org, homeros.misasa@gmail.com, tkk@misasa.okayama-u.ac.jp, larsi@gnus.org, 50067@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 18 20:46:12 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 1mGQZo-0008jk-0a for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 18 Aug 2021 20:46:12 +0200 Original-Received: from localhost ([::1]:44214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mGQZm-0002GS-9w for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 18 Aug 2021 14:46:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51766) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGQZe-0002GI-D7 for bug-gnu-emacs@gnu.org; Wed, 18 Aug 2021 14:46:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46091) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mGQZe-0001kV-6T for bug-gnu-emacs@gnu.org; Wed, 18 Aug 2021 14:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mGQZd-0007Qw-RC for bug-gnu-emacs@gnu.org; Wed, 18 Aug 2021 14:46:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 18 Aug 2021 18:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50067 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 50067-submit@debbugs.gnu.org id=B50067.162931233128537 (code B ref 50067); Wed, 18 Aug 2021 18:46:01 +0000 Original-Received: (at 50067) by debbugs.gnu.org; 18 Aug 2021 18:45:31 +0000 Original-Received: from localhost ([127.0.0.1]:57637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mGQZ9-0007QC-AX for submit@debbugs.gnu.org; Wed, 18 Aug 2021 14:45:31 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55181) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mGQZ7-0007Px-AC for 50067@debbugs.gnu.org; Wed, 18 Aug 2021 14:45:29 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id CF1E760005; Wed, 18 Aug 2021 18:45:19 +0000 (UTC) In-Reply-To: <83sfz639lh.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 18 Aug 2021 21:12:58 +0300") 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:212183 Archived-At: >> I guess the presence of the title should be platform-dependent. >> For example, without a title it looks great on the GTK build. > > What happens if the GTK build displays a TTY frame? Isn't the menu > definition global, and thus doesn't distinguish between frame types? The menu definition is constructed dynamically, so it possible to set the title when (framep (selected-frame)) returns t on tty.