From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#53170: 29.0.50; Can't repetitively click next node button inside Info header line Date: Tue, 11 Jan 2022 20:24:02 +0200 Organization: LINKOV.NET Message-ID: <86iluqku65.fsf@mail.linkov.net> References: <877db7nhjn.fsf.ref@yahoo.com> <877db7nhjn.fsf@yahoo.com> <86h7aaiqx6.fsf@mail.linkov.net> <83y23m769y.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30873"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: luangruo@yahoo.com, 53170@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 11 19:25:43 2022 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 1n7Lq3-0007r5-7I for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 11 Jan 2022 19:25:43 +0100 Original-Received: from localhost ([::1]:50072 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7Lq2-0004Io-4m for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 11 Jan 2022 13:25:42 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7LpP-0004Hq-Gc for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 13:25:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34377) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n7LpO-0002yK-L4 for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 13:25:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n7LpO-0003MB-Eq for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 13:25:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Jan 2022 18:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53170 X-GNU-PR-Package: emacs Original-Received: via spool by 53170-submit@debbugs.gnu.org id=B53170.164192548212852 (code B ref 53170); Tue, 11 Jan 2022 18:25:02 +0000 Original-Received: (at 53170) by debbugs.gnu.org; 11 Jan 2022 18:24:42 +0000 Original-Received: from localhost ([127.0.0.1]:55513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7Lp4-0003LD-AY for submit@debbugs.gnu.org; Tue, 11 Jan 2022 13:24:42 -0500 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:33487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7Lp1-0003KY-1Q for 53170@debbugs.gnu.org; Tue, 11 Jan 2022 13:24:40 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 21F19FF802; Tue, 11 Jan 2022 18:24:31 +0000 (UTC) In-Reply-To: <83y23m769y.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 11 Jan 2022 15:26:17 +0200") 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:223953 Archived-At: >> > Starting from emacs -Q, say "C-h i m tramp RET", then click the text >> > that reads "Next: Overview". As long as you don't move the mouse at >> > all, you won't be able to click that button again. >> >> I guess this is the case when you click the mouse button too fast? >> By default, mouse-1-click-follows-link is 450, and Info-link-keymap >> uses such settings: >> >> (define-key keymap [mouse-2] 'Info-mouse-follow-link) >> (define-key keymap [follow-link] 'mouse-face) > > Sorry, I don't understand how these settings explain the issue. > AFAIU, the 450 msec is the time one need to _hold_ mouse-1 to make > such a long mouse-1 press be considered as meaning "move point here". > By contrast, what happens here is that 2 separate mouse-1 clicks, if > the time between them is too short, seem to have no effect at all: > Emacs neither follows the link nor does anything else. > > So I suspect that something else is at work here, or maybe the effect > of mouse-1-click-follows-link is not documented accurately enough? > > Can you explain the observed behavior in more detail given the above > defaults, please? In particular, how come a feature that's > documented to affect only "click and hold" mouse gestures seems to > affect double-click? The second click selects the word. Could you arrange the Info dir buffer such that clicking on a menu item opens another Info node, where the second quickly pressed mouse button is on another menu? Then you will see the effect. It selects the word on the menu item, instead of navigating to the node under the menu item.