emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mouse-1-click-follows-link with t-mouse (was: Updating the homepage)


From: Richard Stallman
Subject: Re: mouse-1-click-follows-link with t-mouse (was: Updating the homepage)
Date: Sun, 18 Mar 2007 08:19:48 -0400

Would someone please investigate this?  Is that fix correct?


To: address@hidden
From: address@hidden (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 <address@hidden> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]