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 17:57:27 -0400 Message-ID: References: <87mz2tqhhn.fsf@pacem.orebokech.com> <878xeayadw.fsf@pacem.orebokech.com> <87649eaqti.fsf@wigwam.brockman.se> <877itezkg9.fsf@stupidchicken.com> <17918.26352.744588.929984@kahikatea.snap.net.nz> <17918.28984.190415.507648@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174341689 877 80.91.229.12 (19 Mar 2007 22:01:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2007 22:01:29 +0000 (UTC) Cc: cyd@stupidchicken.com, bojohan+news@dd.chalmers.se, emacs-devel@gnu.org, storm@cua.dk To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 19 23:01:19 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 1HTPup-0003FD-8l for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 23:01:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTPwJ-00009R-J1 for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 17:02:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTPuX-0007eZ-OH for emacs-devel@gnu.org; Mon, 19 Mar 2007 18:01:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTPuX-0007eH-9O for emacs-devel@gnu.org; Mon, 19 Mar 2007 18:01:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTPuX-0007eB-5V for emacs-devel@gnu.org; Mon, 19 Mar 2007 17:01:01 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTPt2-0002OR-2j for emacs-devel@gnu.org; Mon, 19 Mar 2007 17:59:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HTPr5-000274-IN; Mon, 19 Mar 2007 17:57:27 -0400 In-reply-to: <17918.28984.190415.507648@kahikatea.snap.net.nz> (message from Nick Roberts on Mon, 19 Mar 2007 23:17:12 +1200) 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:68128 Archived-At: That would be good. The client program mev, used by t-mouse, outputs time information which isn't currently used in t-mouse.el. The patch below allows Emacs to follow the delay specified by mouse-1-click-follows-link in a console. That's good. If we can make the feature work right, that is better than turning the feature off. Thanks, and please install your patch. Is this issue settled?