From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-follows-link with t-mouse Date: Mon, 19 Mar 2007 14:10:21 -0400 Message-ID: References: <87mz2tqhhn.fsf@pacem.orebokech.com> <878xeayadw.fsf@pacem.orebokech.com> <87649eaqti.fsf@wigwam.brockman.se> <877itezkg9.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174327955 7065 80.91.229.12 (19 Mar 2007 18:12:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2007 18:12:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 19 19:12:26 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HTMLJ-0008Sj-8C for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 19:12:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTMMo-0005nH-E6 for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 13:13:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTMMk-0005n0-K6 for emacs-devel@gnu.org; Mon, 19 Mar 2007 14:13:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTMMj-0005mf-JZ for emacs-devel@gnu.org; Mon, 19 Mar 2007 14:13:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTMMj-0005mc-9R for emacs-devel@gnu.org; Mon, 19 Mar 2007 13:13:53 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTMLF-0000fb-93 for emacs-devel@gnu.org; Mon, 19 Mar 2007 14:12:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HTMJJ-0002p3-RI; Mon, 19 Mar 2007 14:10:21 -0400 In-reply-to: (bojohan+news@dd.chalmers.se) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68106 Archived-At: > I think there is a more fundamental obstruction to using the > mouse-1-click-follows-link mechanism t-mouse. On graphical displays, > if you hold down the mouse button for 0.45 seconds (by default), that > is supposed to set point where you clicked instead of following links. > In t-mouse-mode, this information is simply unavailable (and, OTOH, > impossible to extract). OTOH, xterm-mouse-mode does follow links on mouse-1 (ignoring the delay). If it ignores the delay, isn't that a bug? Would it be better to change xterm-mouse-mode not to follow links on mouse-1?