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: Tue, 20 Mar 2007 20:41:49 -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> <17919.4822.767974.760203@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 1174437913 10272 80.91.229.12 (21 Mar 2007 00:45:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 00:45:13 +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 Wed Mar 21 01:45:04 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 1HTowq-0002Hs-9e for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 01:45:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HToyS-0005tI-DA for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2007 19:46:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HToxQ-0005Jt-42 for emacs-devel@gnu.org; Tue, 20 Mar 2007 20:45:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HToxP-0005JZ-Iu for emacs-devel@gnu.org; Tue, 20 Mar 2007 20:45:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HToxP-0005JV-GC for emacs-devel@gnu.org; Tue, 20 Mar 2007 19:45:39 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTovm-0008W6-JV for emacs-devel@gnu.org; Tue, 20 Mar 2007 20:43:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HToth-0003Vd-1T; Tue, 20 Mar 2007 20:41:49 -0400 In-reply-to: <17919.4822.767974.760203@kahikatea.snap.net.nz> (message from Nick Roberts on Tue, 20 Mar 2007 10:46:46 +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:68185 Archived-At: Mouse clicks on an xterm don't seem to carry timestamp information (or, at least xt-mouse.el doesn't extract it) so I suggest adding the patch below to the manual. xterm-mouse-mode is currently turned off by default, so I think it's reasonable to keep mouse-1-click-follows-link in this case. This is ok with me if others are in agreement.