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: Context menus and mouse-3 Date: Thu, 15 Jul 2021 09:24:07 +0300 Message-ID: <83im1c6qns.fsf@gnu.org> References: <20200914061111.3trmuzhdvv7nwdcc@Ergus> <87y2acv2tw.fsf@mail.linkov.net> <87sg0jt7bo.fsf@mail.linkov.net> <871r8123jg.fsf@mail.linkov.net> <87a6mojwu9.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12380"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, rms@gnu.org, spacibba@aol.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, arthur.miller@live.com, dgutov@yandex.ru, ghe@sdf.org, drew.adams@oracle.com To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 15 08:25:44 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 1m3uoZ-000354-SS for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Jul 2021 08:25:43 +0200 Original-Received: from localhost ([::1]:35804 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m3uoY-00016B-UN for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Jul 2021 02:25:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55090) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3unN-0008F8-FL for emacs-devel@gnu.org; Thu, 15 Jul 2021 02:24:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38196) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m3unM-0000tv-PH; Thu, 15 Jul 2021 02:24:28 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3037 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 1m3unG-0000J9-Ly; Thu, 15 Jul 2021 02:24:23 -0400 In-Reply-To: <87a6mojwu9.fsf@mail.linkov.net> (message from Juri Linkov on Thu, 15 Jul 2021 02:32:14 +0300) 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:271236 Archived-At: > From: Juri Linkov > Date: Thu, 15 Jul 2021 02:32:14 +0300 > Cc: philipk@posteo.net, Richard Stallman , spacibba@aol.com, > emacs-devel@gnu.org, arthur.miller@live.com, dgutov@yandex.ru, ghe@sdf.org, > drew.adams@oracle.com > > This means there is a need to create a new mode that when enabled > will bind the context menu directly to the key down-mouse-3 > and unbind mouse-3 from mouse-save-then-kill > when the user wants to pop up it immediately. Instead of unbinding mouse-save-then-kill, this new mode could rebind it to C-down-mouse-3, so that users could still invoke the command.