From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephan Stahl" Newsgroups: gmane.emacs.devel Subject: Should C-mouse-3 binding in calendar be removed? Date: Thu, 24 Mar 2005 13:51:46 +0100 (CET) Message-ID: <41141.217.194.34.123.1111668706.squirrel@wwws.franken.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1111670431 6386 80.91.229.2 (24 Mar 2005 13:20:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2005 13:20:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 24 14:20:31 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DESFm-0005ax-8C for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2005 14:20:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DESV4-00064E-0Y for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2005 08:35:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DESLA-0001EU-Kf for emacs-devel@gnu.org; Thu, 24 Mar 2005 08:25:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DESFf-0007xv-Sk for emacs-devel@gnu.org; Thu, 24 Mar 2005 08:20:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DESFe-0007p6-KJ for emacs-devel@gnu.org; Thu, 24 Mar 2005 08:19:54 -0500 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DERoT-0007Jj-5V for emacs-devel@gnu.org; Thu, 24 Mar 2005 07:51:49 -0500 Original-Received: from wwws.franken.de (mail-n.franken.de [193.175.24.27]) by ilsa.franken.de (Postfix) with SMTP id 0305A245C5 for ; Thu, 24 Mar 2005 13:51:45 +0100 (CET) Original-Received: from 217.194.34.123 (SquirrelMail authenticated user eos) by wwws.franken.de with HTTP; Thu, 24 Mar 2005 13:51:46 +0100 (CET) Original-To: emacs-devel@gnu.org User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:35093 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35093 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