From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Changing default mouse bindings Date: Tue, 14 Nov 2017 11:35:31 -0500 Message-ID: References: <0ad9af94-11cc-4dae-841f-f2918342d1bf@default> <7f5a496c-1ea7-4f0c-a2f5-4e5307d7ee82@default> <87fu9heq03.fsf_-_@gmail.com> <838tf8lwqn.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510677265 26230 195.159.176.226 (14 Nov 2017 16:34:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 14 Nov 2017 16:34:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: johnw@gnu.org, drew.adams@oracle.com, agrambot@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 14 17:34:21 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eEeAG-0006aA-AK for ged-emacs-devel@m.gmane.org; Tue, 14 Nov 2017 17:34:20 +0100 Original-Received: from localhost ([::1]:60643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEeAN-0005z2-PP for ged-emacs-devel@m.gmane.org; Tue, 14 Nov 2017 11:34:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEeA6-0005tO-GP for emacs-devel@gnu.org; Tue, 14 Nov 2017 11:34:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEeA5-00083d-Mp for emacs-devel@gnu.org; Tue, 14 Nov 2017 11:34:10 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:57060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEeA0-000808-6q; Tue, 14 Nov 2017 11:34:04 -0500 Original-Received: from lechazo.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id vAEGY2F5029447; Tue, 14 Nov 2017 11:34:02 -0500 Original-Received: by lechazo.home (Postfix, from userid 20848) id B177A60D90; Tue, 14 Nov 2017 11:35:31 -0500 (EST) In-Reply-To: <838tf8lwqn.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 14 Nov 2017 17:13:04 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6158=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6158> : inlines <6171> : streams <1770278> : uri <2533866> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:220187 Archived-At: >> > Drew mentioned that this context menu is shown only on mouse release in >> > Windows, >> Sounds like a bug. I'd expect that it's easy to fix (tho I admittedly >> have no experience with Emacs under Windows). > I think Drew was talking about other Windows applications, and I very > much doubt that we want to fix bugs in those ;-) Aha, so the context menus are usually sown on `mouse-3` rather than on `down-mouse-3` under Windows? Then indeed, I agree that using a "long click" wouldn't work very well because the user will then train herself to live close to the 450ms edge. Stefan