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: master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events Date: Sat, 11 Sep 2021 16:04:09 +0300 Message-ID: <83ilz7gt6e.fsf@gnu.org> References: <20210911105948.31476.46682@vcs0.savannah.gnu.org> <20210911105949.B381220A5E@vcs0.savannah.gnu.org> <87y283l12m.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6361"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 11 15:06:23 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 1mP2i7-0001SN-IO for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Sep 2021 15:06:23 +0200 Original-Received: from localhost ([::1]:39630 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mP2i6-0001s9-7J for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Sep 2021 09:06:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55710) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP2gC-00006e-90 for emacs-devel@gnu.org; Sat, 11 Sep 2021 09:04:24 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33248) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mP2gC-0004ec-1y; Sat, 11 Sep 2021 09:04:24 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4773 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 1mP2gB-00089X-75; Sat, 11 Sep 2021 09:04:23 -0400 In-Reply-To: <87y283l12m.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 11 Sep 2021 15:00:01 +0200) 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:274548 Archived-At: > From: Lars Ingebrigtsen > Cc: Eli Zaretskii > Date: Sat, 11 Sep 2021 15:00:01 +0200 > > eliz@gnu.org (Eli Zaretskii) writes: > > > branch: master > > commit 2e595b3e8b887068e47e64116d5a910c1045a229 > > Author: Eli Zaretskii > > Commit: Eli Zaretskii > > > > Fix tab-bar scrolling for mice that report mouse-wheel events > > > > * src/keyboard.c (make_lispy_position): Call > > The build broke (on Debian), and I guess it's this change? Yes, sorry about that. I just fixed this a few minutes ago. (Configuration-dependent struct members are baaad...)