From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: mouse not working in 'info' Date: Sun, 25 Mar 2018 20:32:48 +0300 Message-ID: <83vadkf4cf.fsf@gnu.org> References: <87605k2qdm.fsf@yandex.com> <83a7uwgonw.fsf@gnu.org> <87o9jcnomt.fsf@yandex.com> <83370ogl5l.fsf@gnu.org> <87fu4onl3a.fsf@yandex.com> <83woy0f4yp.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1521999047 21334 195.159.176.226 (25 Mar 2018 17:30:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Mar 2018 17:30:47 +0000 (UTC) Cc: m43cap@yandex.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 25 19:30:42 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f09Te-0005T2-Ay for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2018 19:30:42 +0200 Original-Received: from localhost ([::1]:52013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f09Vh-0002Ax-QG for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2018 13:32:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f09Vc-0002Ao-7C for emacs-devel@gnu.org; Sun, 25 Mar 2018 13:32:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f09VZ-0006C1-4T for emacs-devel@gnu.org; Sun, 25 Mar 2018 13:32:44 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f09VZ-0006Bx-1I; Sun, 25 Mar 2018 13:32:41 -0400 Original-Received: from [176.228.60.248] (port=1991 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1f09VY-0003Rw-Cx; Sun, 25 Mar 2018 13:32:40 -0400 In-reply-to: <83woy0f4yp.fsf@gnu.org> (message from Eli Zaretskii on Sun, 25 Mar 2018 20:19:26 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224012 Archived-At: > Date: Sun, 25 Mar 2018 20:19:26 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > From: Colin Baxter > > Cc: emacs-devel@gnu.org > > Cc: > > Date: Sun, 25 Mar 2018 18:03:53 +0100 > > > > >> M-x ;; execute-extended-command i ;; self-insert-command n ;; > > >> self-insert-command f ;; self-insert-command o ;; > > >> self-insert-command ;; minibuffer-complete-and-exit > > >> ;; > > >> mouse-drag-region ;; > > >> anonymous-command ;; Info-mouse-follow-nearest-node > > >> ;; > > >> mouse-drag-header-line ;; nil C-h l ;; view-lossage > > > > > So where did those mouse-2 and mouse-3 come from? "C-h l" says > > > that Emacs only saw mouse-1 buttons. Do you have some > > > button-rebinding customizations? > > > > Not that I'm aware off. There's no issue using emacs-26-0.91 (pretest) > > or emacs-25.3.1 (all with emacs -q). > > Ah, now that you say this is only on the trunk, I see it on my system > as well. I was duped by your reference to a 2-button mouse, which > evidently has nothing to do with this problem. > > Could you see if commit 3d5e31e is somehow involved in this? Looks like that's indeed the reason. The problem appeared between Jan 27 and Feb 2 of this year, and the above commit was made on Jan 30. Stefan, could you please take a look?