From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: mouse-1-click-follows-link with t-mouse Date: Tue, 20 Mar 2007 10:46:46 +1200 Message-ID: <17919.4822.767974.760203@kahikatea.snap.net.nz> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174344553 4621 80.91.229.12 (19 Mar 2007 22:49:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2007 22:49:13 +0000 (UTC) Cc: cyd@stupidchicken.com, bojohan+news@dd.chalmers.se, emacs-devel@gnu.org, storm@cua.dk To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 19 23:49:06 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 1HTQf2-0003W1-Dx for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 23:49:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTQgW-0003eh-MQ for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 17:50:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTQea-0005wm-3l for emacs-devel@gnu.org; Mon, 19 Mar 2007 18:48:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTQeV-0005gD-06 for emacs-devel@gnu.org; Mon, 19 Mar 2007 18:48:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTQeU-0005f8-PN for emacs-devel@gnu.org; Mon, 19 Mar 2007 17:48:30 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTQcu-00031B-MM; Mon, 19 Mar 2007 18:46:53 -0400 Original-Received: from kahikatea.snap.net.nz (94.62.255.123.dynamic.snap.net.nz [123.255.62.94]) by viper.snap.net.nz (Postfix) with ESMTP id D4E7B3D9D7D; Tue, 20 Mar 2007 10:46:49 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 3E09D4F72E; Tue, 20 Mar 2007 10:46:47 +1200 (NZST) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.95.6 X-detected-kernel: Linux 2.4-2.6 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:68130 Archived-At: > Thanks, and please install your patch. > > Is this issue settled? 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. -- Nick http://www.inet.net.nz/~nickrob *** frames.texi 30 Jan 2007 11:21:59 +1300 1.115 --- frames.texi 20 Mar 2007 10:43:36 +1200 *************** are supported. The normal @code{xterm} *** 1095,1101 **** clicks is still available by holding down the @kbd{SHIFT} key when you press the mouse button. Xterm Mouse mode is a global minor mode (@pxref{Minor Modes}). Repeating the command turns the mode off ! again. In the console on GNU/Linux, you can use @kbd{M-x t-mouse-mode}. You need to have the gpm package installed and running on your system in --- 1095,1104 ---- clicks is still available by holding down the @kbd{SHIFT} key when you press the mouse button. Xterm Mouse mode is a global minor mode (@pxref{Minor Modes}). Repeating the command turns the mode off ! again. Mouse clicks carry no timestamp in this mode, so behaviour ! cannot be changed by the length of a @kbd{Mouse-1} click on a link ! (@pxref{Mouse References}). ! In the console on GNU/Linux, you can use @kbd{M-x t-mouse-mode}. You need to have the gpm package installed and running on your system in