emacs-devel
[Top][All Lists]
Advanced

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

Re: follow-link in grep buffer


From: Stefan Monnier
Subject: Re: follow-link in grep buffer
Date: Fri, 25 Feb 2005 11:33:30 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> If we have specific problems in certain modes, let's fix those
> modes (e.g. in grep that you have to click on the file:line
> part of a line to jump).

AFAICT the specific problem at hand is that a mous-1 click used to get focus
should not follow a link.  No matter what kind of link, no matter the
major mode.

I think x-mouse-click-focus-ignore-position is pretty much the kind of thing
we want, although I'd have expected that the window-manager would take care
of those things (it should eat the "click-to-focus" and not pass it on to
the application).

But if such a thing is not possible a double-click sounds like the next
best thing.


        Stefan




reply via email to

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