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: Fri, 10 Sep 2021 20:59:22 +0300 Message-ID: <835yv8ia6d.fsf@gnu.org> 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> <87czph6jlg.fsf@mail.linkov.net> <83zgskj4fj.fsf@gnu.org> <87v938e80k.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32601"; 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 Fri Sep 10 20:00:56 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 1mOkpb-0008Hd-R5 for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Sep 2021 20:00:55 +0200 Original-Received: from localhost ([::1]:51210 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOkpa-0004Xd-0C for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Sep 2021 14:00:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37922) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOkoS-0003ri-63 for emacs-devel@gnu.org; Fri, 10 Sep 2021 13:59:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56640) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOkoQ-0007E5-75; Fri, 10 Sep 2021 13:59:42 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1900 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 1mOkoN-0006Et-5V; Fri, 10 Sep 2021 13:59:40 -0400 In-Reply-To: <87v938e80k.fsf@mail.linkov.net> (message from Juri Linkov on Fri, 10 Sep 2021 19:19:39 +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:274523 Archived-At: > From: Juri Linkov > Cc: adam@alphapapa.net, emacs-devel@gnu.org > Date: Fri, 10 Sep 2021 19:19:39 +0300 > > > The real message text is > > > > is undefined > > > > and similarly for wheel-up. > > Thanks for clarification. Actually, there is already such bindings: > > (define-key map [wheel-up] 'tab-previous) > (define-key map [wheel-down] 'tab-next) > > So the problem is that it emits instead of . > And as I understand, the same is emitted on the tab-line > instead of on GUI frames and on TTY frames. Yes, that's the problem.