> ! (global-set-key [right-fringe mouse-2] [mouse-2])
> --- 2416,2422 ----
> ! (global-set-key [right-fringe mouse-2] 'mouse-yank-at-click)

Hmm... that's nasty.
So we can't redirect a mouse event like that: the event's parameters
get lost.  That sucks.

How could we do it right?


        Stefan


PS: It seems what we really want is to automatically rewrite
    [left-fringe <foo>] to [<foo>] if there is no binding for [left-fringe
    <foo>], just like we do for "A => a", "double-mouse-2 => mouse-2", ...


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to