emacs-devel
[Top][All Lists]
Advanced

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

Should C-mouse-3 binding in calendar be removed?


From: Stephan Stahl
Subject: Should C-mouse-3 binding in calendar be removed?
Date: Thu, 24 Mar 2005 13:51:46 +0100 (CET)
User-agent: SquirrelMail/1.4.0

Hi.

The global keymap binds C-mouse-3 to mouse-popup-menubar-stuff.
calendar-mode-map binds it to calendar-mouse-3-map which is also on
mouse-3.  This is UGLY when menu-bar-mode is disabled because
C-mouse-3 can no longer be used to access the menu-bar.

Simply removing line 55
(define-key calendar-mode-map [C-down-mouse-3] calendar-mouse-3-map)
from cal-menu.el helps.

A quick grep for C-\(down-\)?mouse-3 shows this seems to be the only
binding of C-mouse-3 besides the global one.

Would someone do it if no one objects?

Thanks,
Stephan
-- 
Stephan Stahl




reply via email to

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