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 (was: Updating the homepage) Date: Sun, 18 Mar 2007 08:19:48 -0400 Message-ID: References: <87mz2tqhhn.fsf@pacem.orebokech.com> <878xeayadw.fsf@pacem.orebokech.com> <87649eaqti.fsf@wigwam.brockman.se> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174220589 2675 80.91.229.12 (18 Mar 2007 12:23:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 12:23:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 18 13:23:01 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 1HSuPc-0001nB-7D for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 13:23:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSuQx-0004fW-Sm for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 07:24:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSuPm-0001oq-E9 for emacs-devel@gnu.org; Sun, 18 Mar 2007 08:23:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSuPl-0001nO-QE for emacs-devel@gnu.org; Sun, 18 Mar 2007 08:23:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSuPl-0001mw-CS for emacs-devel@gnu.org; Sun, 18 Mar 2007 07:23:09 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSuOQ-0001kk-5s for emacs-devel@gnu.org; Sun, 18 Mar 2007 08:21:46 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HSuMW-0005Z1-VV; Sun, 18 Mar 2007 08:19:48 -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:68053 Archived-At: Would someone please investigate this? Is that fix correct? To: emacs-devel@gnu.org From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Date: Fri, 16 Mar 2007 15:06:08 +0100 Subject: mouse-1-click-follows-link with t-mouse (was: Updating the homepage) Daniel Brockman writes: > | - Links can be followed using `mouse-1'. > > [Removed the qualifying phrase `on graphical displays' --- > by the way, is it not possible to follow links using t-mouse?] I was wondering the same thing [that under t-mouse-mode on the console, following links in e.g. *Help* buffers with mouse-1 doesn't work. mouse-2 works]. It seems that in this situation the test in mouse-drag-track fails on this line [mouse.el:1055], i.e. input-pending-p returns t: (when (and on-link ... (not (input-pending-p)) --> HERE <-- ... -- Johan Bockgård _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel