unofficial mirror of emacs-devel@gnu.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

* Re: Should C-mouse-3 binding in calendar be removed?
  2005-03-24 12:51 Should C-mouse-3 binding in calendar be removed? Stephan Stahl
@ 2005-03-26 15:56 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2005-03-26 15:56 UTC (permalink / raw)
  Cc: emacs-devel

"Stephan Stahl" wrote:

> 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.

Okay, it's gone now.

^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).