bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14815: 24.3.50; eww (Hyperlinks): Left mouse click on hyperlinks doe


From: Lars Magne Ingebrigtsen
Subject: bug#14815: 24.3.50; eww (Hyperlinks): Left mouse click on hyperlinks does nothing
Date: Fri, 19 Jul 2013 16:58:43 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Jambunathan K <kjambunathan@gmail.com> writes:

> C-u C-x = on Orgmode links shows this:
>
>     (keymap
>      (follow-link . mouse-face)
>      (mouse-3 . org-find-file-at-mouse)
>      (mouse-2 . org-open-at-mouse))
>
> Define keymap
>
>     (defvar org-mouse-map (make-sparse-keymap))
>     (org-defkey org-mouse-map [mouse-2] 'org-open-at-mouse)
>     (org-defkey org-mouse-map [mouse-3] 'org-find-file-at-mouse)

Ok; I've now bound [mouse-2] in shr.

But this bug report is about the left mouse click, and that's mouse-1,
isn't it?  does the special follow-link thing do magic with remapping
mouse-2 to mouse-1?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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