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: tab-bar: Defining another mouse-button binding? Date: Fri, 10 Sep 2021 09:36:43 +0300 Organization: LINKOV.NET Message-ID: <87czph6jlg.fsf@mail.linkov.net> References: <87mtoo6812.fsf@alphapapa.net> <877dfrszuf.fsf@mail.linkov.net> <87lf4651vf.fsf@alphapapa.net> <87k0jq5gkc.fsf@mail.linkov.net> <83r1dxk6a0.fsf@gnu.org> <87h7etmv86.fsf@mail.linkov.net> <83k0jpk1c8.fsf@gnu.org> <878s05lfp5.fsf@mail.linkov.net> <83h7etk08j.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6837"; 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: adam@alphapapa.net, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 10 08:48:27 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 1mOaKn-0001bR-UO for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Sep 2021 08:48:25 +0200 Original-Received: from localhost ([::1]:52822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOaKm-0000kx-TS for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Sep 2021 02:48:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOaH1-0004df-EV for emacs-devel@gnu.org; Fri, 10 Sep 2021 02:44:31 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:44507) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOaGz-0001ga-P2; Fri, 10 Sep 2021 02:44:31 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 0882A1BF206; Fri, 10 Sep 2021 06:44:25 +0000 (UTC) In-Reply-To: <83h7etk08j.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Sep 2021 22:38:52 +0300") Received-SPF: pass client-ip=217.70.183.201; envelope-from=juri@linkov.net; helo=relay8-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_H2=-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:274499 Archived-At: > That doesn't need to be explained, people can see it. I just don't > think we can call this "dragging the tabs", because that's not how > this looks in other applications, and people will be disappointed. Maybe then "moving the tabs"? >> >> >> 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". >> >> >> >> Does the mouse wheel work on a tab-line? >> > >> > No, it doesn't, AFAICT. >> >> Then could you please send both event names of >> for both directions of mouse wheel scrolling. > > I don't understand: I just told you, above, what events are sent in > this case. is that not what you are asking about? Maybe I'm missing something but I see only . I don't understand how the same event can be used to scroll in both directions.