From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: xterm [menu] key definition Date: Wed, 25 Aug 2021 14:34:43 +0300 Message-ID: <83o89lvju4.fsf@gnu.org> References: <20210819024728.kgnf6jmpakqdto4p.ref@Ergus> <20210819024728.kgnf6jmpakqdto4p@Ergus> <87mtp71i4s.fsf@mail.linkov.net> <20210824164036.caohbap24666ij35@Ergus> <20210824232033.ksesfe3ewflbsv63@Ergus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35335"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spacibba@aol.com, emacs-devel@gnu.org, juri@linkov.net To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 25 13:35:53 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 1mIrCD-0008pb-1Q for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Aug 2021 13:35:53 +0200 Original-Received: from localhost ([::1]:35888 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mIrCB-0002Lp-Jw for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Aug 2021 07:35:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59858) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIrBA-0000p2-Ua for emacs-devel@gnu.org; Wed, 25 Aug 2021 07:34:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43374) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mIrB9-0003R4-Jh; Wed, 25 Aug 2021 07:34:47 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1850 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIrB9-0001P4-5H; Wed, 25 Aug 2021 07:34:47 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 24 Aug 2021 22:53:55 -0400) 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:272967 Archived-At: > From: Stefan Monnier > Cc: Juri Linkov , emacs-devel > Date: Tue, 24 Aug 2021 22:53:55 -0400 > > So, IIUC he's saying that xterm emits `\E[29~` not for `Print` nor for > `Menu` but for `F16`, right? So maybe we should have > > (define-key map "\e[29~" [f16]) > > and then remap `f16` to `menu` maybe even via `S-f6`, but we already > have a remapping of `f16` to `S-f4`, so it looks like a big pile of mess. Yes. Which is why I wouldn't recommend touching it with a 3-mile pole. > commit 92abb02b9b65b95807fd8fdccad10feed0dd3a96 > Author: Karl Heuer > Date: Fri Jun 9 02:31:33 1995 +0000 > > Initial revision > > so maybe some kind of xterms back then did that? Or maybe someone had a private configuration.