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.bugs Subject: bug#50993: 29.0.50; Problems when dragging the mouse over the toolbar Date: Sun, 10 Oct 2021 20:41:32 +0300 Message-ID: <83y270rd4j.fsf@gnu.org> References: <87r1d2b9e2.fsf.ref@yahoo.com> <87r1d2b9e2.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18689"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50993@debbugs.gnu.org To: Po Lu , Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 10 19:46:27 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mZcu3-0004i5-IS for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 10 Oct 2021 19:46:27 +0200 Original-Received: from localhost ([::1]:58310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZcu1-0002E7-Vx for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 10 Oct 2021 13:46:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZcpn-0007hy-3C for bug-gnu-emacs@gnu.org; Sun, 10 Oct 2021 13:42:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44259) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mZcpm-00057h-3v for bug-gnu-emacs@gnu.org; Sun, 10 Oct 2021 13:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mZcpm-00024H-0l for bug-gnu-emacs@gnu.org; Sun, 10 Oct 2021 13:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Oct 2021 17:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50993 X-GNU-PR-Package: emacs Original-Received: via spool by 50993-submit@debbugs.gnu.org id=B50993.16338877137935 (code B ref 50993); Sun, 10 Oct 2021 17:42:01 +0000 Original-Received: (at 50993) by debbugs.gnu.org; 10 Oct 2021 17:41:53 +0000 Original-Received: from localhost ([127.0.0.1]:55805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZcpd-00023v-7Q for submit@debbugs.gnu.org; Sun, 10 Oct 2021 13:41:53 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZcpb-00023g-L9 for 50993@debbugs.gnu.org; Sun, 10 Oct 2021 13:41:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57534) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZcpV-00041H-Tm; Sun, 10 Oct 2021 13:41:45 -0400 Original-Received: from [87.69.77.57] (port=1880 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 1mZcpV-00059h-Gp; Sun, 10 Oct 2021 13:41:45 -0400 In-Reply-To: <87r1d2b9e2.fsf@yahoo.com> (bug-gnu-emacs@gnu.org) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:216821 Archived-At: > Date: Sun, 03 Oct 2021 20:06:13 +0800 > From: Po Lu via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > In emacs -Q, try to extend the selection by dragging the mouse upwards > over the tool bar. This used to extend the selection upwards as > expected, in Emacs 27, and Emacs 28 from April, but doesn't work anymore > in both Emacs 28.0.60 and 29.0.50, complaining: > > is undefined. This is because of commit 2e595b3: we now report mouse gestures on tool bar and tab bar with the corresponding prefixes. And keyboard.c+mouse.el evidently don't like to see [tool-bar mouse-movement]. I have no idea how to fix this mess; I tried many things, but gave up eventually. Perhaps Stefan knows what to do here. As a kludge, maybe remove the prefix if the full even has no binding? Anyway, we cannot revert that change because it was done to support mouse wheel on the tab bar.