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.devel Subject: Re: New Context Menu Date: Tue, 24 Aug 2021 09:35:07 +0300 Organization: LINKOV.NET Message-ID: <87wnob1iik.fsf@mail.linkov.net> References: <83zgtd2762.fsf@gnu.org> <87fsv4io41.fsf@mail.linkov.net> <838s0w1hiz.fsf@gnu.org> <871r6odq3s.fsf@mail.linkov.net> <83y28wyozn.fsf@gnu.org> <87a6l8it83.fsf@mail.linkov.net> <83sfz0wfxz.fsf@gnu.org> <87y28sqhq8.fsf@mail.linkov.net> <83lf4sw246.fsf@gnu.org> <87o89oqcpv.fsf@mail.linkov.net> <20210823180207.ud2v7aar5ws5l7yj@Ergus> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20949"; 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: Eli Zaretskii , emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 24 08:49:04 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mIQF6-0005I7-88 for ged-emacs-devel@m.gmane-mx.org; Tue, 24 Aug 2021 08:49:04 +0200 Original-Received: from localhost ([::1]:55434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mIQF4-0002iP-HL for ged-emacs-devel@m.gmane-mx.org; Tue, 24 Aug 2021 02:49:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52746) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIQDw-0001Bs-IZ for emacs-devel@gnu.org; Tue, 24 Aug 2021 02:47:52 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:58169) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIQDq-0002S4-Il; Tue, 24 Aug 2021 02:47:48 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id A80C2E0004; Tue, 24 Aug 2021 06:47:41 +0000 (UTC) In-Reply-To: <20210823180207.ud2v7aar5ws5l7yj@Ergus> (Ergus's message of "Mon, 23 Aug 2021 20:02:07 +0200") Received-SPF: pass client-ip=217.70.183.196; envelope-from=juri@linkov.net; helo=relay4-d.mail.gandi.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:272890 Archived-At: > I am still asking about the issues with the menu key in xterm; in the > other thread I showed this: > > lk201.el:35: (define-key map "\e[29~" [menu]) > rxvt.el:67: (define-key map "\e[29~" [S-f6]) > xterm.el:353: (define-key map "\e[29~" [print]) > > where "\e[29~" is the sequence the menu key sends. So maybe you could > use [S-f6] instead? > > That will make it work out of the box in urxvt. I installed urxvt, and in urxvt started emacs -Q -nw -f xterm-mouse-mode -f context-menu-mode Then typed S-. It opened the Context menu with blue background where the selected item is red. Then using arrows and C-n/C-p navigated to "Paste" and typed RET, and it pasted a string at point. All other menu items are also working fine on urxvt. So it seems that your config is broken.