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: tab-bar: Defining another mouse-button binding? Date: Thu, 09 Sep 2021 20:28:23 +0300 Message-ID: <83r1dxk6a0.fsf@gnu.org> References: <87mtoo6812.fsf@alphapapa.net> <877dfrszuf.fsf@mail.linkov.net> <87lf4651vf.fsf@alphapapa.net> <87k0jq5gkc.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35632"; mail-complaints-to="usenet@ciao.gmane.io" Cc: adam@alphapapa.net, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 09 19:29:35 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 1mONrj-00097r-7R for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Sep 2021 19:29:35 +0200 Original-Received: from localhost ([::1]:39634 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mONrh-0003Qi-SV for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Sep 2021 13:29:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38684) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mONqf-0002B9-Be for emacs-devel@gnu.org; Thu, 09 Sep 2021 13:28:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39210) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mONqe-0007Gz-DY; Thu, 09 Sep 2021 13:28:28 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1795 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 1mONqe-0008Oi-0T; Thu, 09 Sep 2021 13:28:28 -0400 In-Reply-To: <87k0jq5gkc.fsf@mail.linkov.net> (message from Juri Linkov on Thu, 09 Sep 2021 10:53:15 +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:274460 Archived-At: > From: Juri Linkov > Date: Thu, 09 Sep 2021 10:53:15 +0300 > Cc: emacs-devel@gnu.org > > Now the branch 'feature/tab-bar-events' is merged to master. Thanks. I tried this on MS-Windows, using your previous suggestions: > What remains to do is to test it on Windows. Could you please try > on Windows GUI and on Windows console to use mouse-1 to select a tab, Works > to click mouse-1 a close button to close it works > to drag a tab by mouse-1 works, but feels strange, because we don't really drag the button: it is never shown in an intermediate position while dragging. I wonder whether we should advertise such a strange "dragging". > to click mouse-2 to close the clicked tab works > mouse-3 to pop up the context menu and select "Close" works, but on TTY frames the menu is only shown on down-mouse-3, as everywhere else with context menus. > and also wheel-left/wheel-right to switch to the next/previous tab, > and S-wheel-left/wheel-right to move the tab. This doesn't work, neither on GUI frames nor on TTY frames. I get an error message about " is undefined". Thanks again for your work in this area.