help-emacs-windows
[Top][All Lists]
Advanced

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

[h-e-w] Mapping browse-url-at-mouse to C-mouse-1


From: Daniel Hegyi
Subject: [h-e-w] Mapping browse-url-at-mouse to C-mouse-1
Date: Mon, 18 Mar 2002 15:27:51 +0000

Hi,

I'd like to have C-mouse-1 call browse-url-at-mouse and have the buffers menu appear when doing a S-mouse-3. I did the following:

(global-unset-key [C-mouse-1])
(global-set-key [C-mouse-1] 'browse-url-at-mouse)

This, for some reason doesn't work as well as having the usual setup, which is mapping S-mouse-3 to browse-url-at-mouse. Maybe it's because the buffers menu still appears if I don't exactly click on the link, even though I did a global-unset-key.

Can anybody give me some suggestions?

Regards,
Daniel

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




reply via email to

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