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: Sun, 22 Aug 2021 11:46:53 +0300 Organization: LINKOV.NET Message-ID: <87h7fhdfya.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> <8735r6ppf0.fsf@mail.linkov.net> <83o89u37gh.fsf@gnu.org> <87wnohx5zd.fsf@mail.linkov.net> <831r6p3lzc.fsf@gnu.org> <87o89sh96g.fsf@mail.linkov.net> <837dgg1hdg.fsf@gnu.org> <87mtpcf79p.fsf@mail.linkov.net> <83zgtcyp2k.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="9394"; 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 Sun Aug 22 10:48:11 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 1mHj9G-0002G5-VY for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 22 Aug 2021 10:48:10 +0200 Original-Received: from localhost ([::1]:51322 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHj9F-0004Kl-OY for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 22 Aug 2021 04:48:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHj98-0004KZ-Px for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2021 04:48:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54854) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mHj98-00018f-Ig for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2021 04:48:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mHj98-0000cX-AY for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2021 04:48:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 22 Aug 2021 08:48:02 +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.16296220432334 (code B ref 50067); Sun, 22 Aug 2021 08:48:02 +0000 Original-Received: (at 50067) by debbugs.gnu.org; 22 Aug 2021 08:47:23 +0000 Original-Received: from localhost ([127.0.0.1]:38167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHj8V-0000ba-4n for submit@debbugs.gnu.org; Sun, 22 Aug 2021 04:47:23 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:52165) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHj8T-0000bM-PX for 50067@debbugs.gnu.org; Sun, 22 Aug 2021 04:47:22 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 6FBA11C0003; Sun, 22 Aug 2021 08:47:11 +0000 (UTC) In-Reply-To: <83zgtcyp2k.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 20 Aug 2021 20:59:47 +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:212403 Archived-At: >> >> Using a text property would be a good solution. Should then >> >> the NS-specific "Select" title be removed in menu.c >> >> when the title has a special text property? >> > >> > I'm not sure I understand what is the NS-specific "Select" title. Can >> > you point me to the relevant code? >> >> I meant such patch: > > OK, but where in that patch is the NS-specific "Select" title that > should be removed? Mattias pushed the NS-specific patch, and I pushed the text property handling.