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:19:26 +0300 Message-ID: <83woy0f4yp.fsf@gnu.org> References: <87605k2qdm.fsf@yandex.com> <83a7uwgonw.fsf@gnu.org> <87o9jcnomt.fsf@yandex.com> <83370ogl5l.fsf@gnu.org> <87fu4onl3a.fsf@yandex.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1521998247 1438 195.159.176.226 (25 Mar 2018 17:17:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Mar 2018 17:17:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Colin Baxter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 25 19:17:23 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 1f09Gk-0000FL-QS for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2018 19:17:22 +0200 Original-Received: from localhost ([::1]:51986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f09In-0007QG-V2 for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2018 13:19:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f09Ih-0007Pz-Gu for emacs-devel@gnu.org; Sun, 25 Mar 2018 13:19:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f09Id-0006MH-Cq for emacs-devel@gnu.org; Sun, 25 Mar 2018 13:19:23 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f09Id-0006MC-8v; Sun, 25 Mar 2018 13:19:19 -0400 Original-Received: from [176.228.60.248] (port=1975 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1f09Ic-00030y-Nn; Sun, 25 Mar 2018 13:19:19 -0400 In-reply-to: <87fu4onl3a.fsf@yandex.com> (message from Colin Baxter on Sun, 25 Mar 2018 18:03:53 +0100) 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:224011 Archived-At: > 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?