From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: XEmacs complains about a few define-key sequences in org-mouse.el Date: Fri, 03 Apr 2009 20:52:16 +0200 Message-ID: <49D65AE0.6060409@easy-emacs.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LppQ4-0003CJ-B9 for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 15:51:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LppQ0-0003Bd-W0 for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 15:51:16 -0400 Received: from [199.232.76.173] (port=35072 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LppQ0-0003BX-MB for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 15:51:12 -0400 Received: from moutng.kundenserver.de ([212.227.126.177]:61221) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LppQ0-0006dp-2b for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 15:51:12 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Tony E. Bennett" Cc: emacs-orgmode@gnu.org Tony E. Bennett wrote: > XEmacs complains about a few define-key sequences in org-mouse.el. > For example: > > (define-key org-agenda-keymap [C-mouse-4] 'org-agenda-earlier) > > Try it this way for XEmacs: [(control mouse-4)] Regards Andreas Roehler > These sequences are using a GNU emacs form that XEmacs does not support. > I've patched it like this, which stopped the errors at least: > > (define-key org-agenda-keymap (if (featurep 'xemacs) [(control mouse-4)] [C-mouse-4]) 'org-agenda-earlier) > > Here is full set: > > > > ------------------------------------------------------------------------ > > > > thanks > > --tony > > ------------------------------------------------------------------------ > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >