emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] XEmacs complains about a few define-key sequences in org-mouse


From: Tony E . Bennett
Subject: [Orgmode] XEmacs complains about a few define-key sequences in org-mouse.el
Date: Mon, 30 Mar 2009 16:45:54 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b28 (darwin, no MULE)

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)

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:


Attachment: org-mouse.pat
Description: org-mouse.pat


thanks

--tony

reply via email to

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