emacs-devel
[Top][All Lists]
Advanced

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

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


From: Johan Bockgård
Subject: mouse-1-click-follows-link with t-mouse (was: Updating the homepage)
Date: Fri, 16 Mar 2007 15:06:08 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)

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





reply via email to

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