emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] mouse-1 click follows link


From: Stefan
Subject: Re: [PATCH] mouse-1 click follows link
Date: Sun, 31 Oct 2004 19:33:47 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

> And then a customizable variable follow-link-keymap which is
> a choice between the above keymaps:

> (defcustom follow-link-keymap 'browser-follow-link-keymap
>   ...)

> The link keymaps will then set the parent keymap to the
> symbol value of follow-link-keymap.

I hope you mean what you wrote in the code (the custom selects between
various symbols) and not what you wrote in the text (the custom selects
between various keymaps).

> This approach does not allow use to use double clicks on a link,
> as the first click follows the link -- but that's ok I guess.
> One question remains:  How do you set point in a link ?

Those two are pretty serious, tho.  The beauty of your original patch is
that by hooking into mouse-set-point it inherits all the code that
distinguishes between drag and no-drag.


        Stefan




reply via email to

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