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 19:44:22 +0300 Message-ID: <83370ogl5l.fsf@gnu.org> References: <87605k2qdm.fsf@yandex.com> <83a7uwgonw.fsf@gnu.org> <87o9jcnomt.fsf@yandex.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1521996174 26745 195.159.176.226 (25 Mar 2018 16:42:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Mar 2018 16:42:54 +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 18:42:50 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 1f08jJ-0006qY-F4 for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2018 18:42:49 +0200 Original-Received: from localhost ([::1]:51891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f08lM-0003cH-W1 for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2018 12:44:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f08kl-0003br-3J for emacs-devel@gnu.org; Sun, 25 Mar 2018 12:44:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f08kh-0001OK-Sy for emacs-devel@gnu.org; Sun, 25 Mar 2018 12:44:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f08kh-0001O9-PY; Sun, 25 Mar 2018 12:44:15 -0400 Original-Received: from [176.228.60.248] (port=1954 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1f08kg-0000wU-Dx; Sun, 25 Mar 2018 12:44:14 -0400 In-reply-to: <87o9jcnomt.fsf@yandex.com> (message from Colin Baxter on Sun, 25 Mar 2018 16:47:22 +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:224008 Archived-At: > From: Colin Baxter > Cc: emacs-devel@gnu.org > Cc: > Date: Sun, 25 Mar 2018 16:47:22 +0100 > > >> is undefined > >> is undefined > >> > >> if I left- and right-click respectively. I only have a *two* > >> button mouse. The issue exists only on going up the hierarchy of > >> nodes, not down. > > > Can you show the output of "C-h l" after these errors? > > 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? Does the problem go away in "emacs -Q"?