all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Should C-mouse-3 binding in calendar be removed?
@ 2005-03-24 12:51 Stephan Stahl
  2005-03-26 15:56 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Stephan Stahl @ 2005-03-24 12:51 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-26 15:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-24 12:51 Should C-mouse-3 binding in calendar be removed? Stephan Stahl
2005-03-26 15:56 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.