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: Luc Teirlinck
Subject: Re: [PATCH] mouse-1 click follows link
Date: Sun, 31 Oct 2004 09:24:06 -0600 (CST)

Kim Storm wrote:

   I don't see how this would work -- the mouse-2 binding is typically
   made in a keymap property on the link itself, as even things that
   _are_ links use different bindings for mouse-2.

   So how can you use a global map for links ?

I was thinking of a common _parent_ keymap, say `link-keymap' for
links.  In fact, no separate `link' property would be needed.  Each
kind of link would use its individual keymap, but would do:

(set-keymap-parent this-keymap link-keymap)

link-keymap would be a customizable variable with predefined values.

Maybe there are problems with this, but I do not immediately see them.

Sincerely,

Luc.





reply via email to

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