emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] XEmacs complains about a few define-key sequences in org-m


From: Andreas Röhler
Subject: Re: [Orgmode] XEmacs complains about a few define-key sequences in org-mouse.el
Date: Fri, 03 Apr 2009 20:52:16 +0200
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>   





reply via email to

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