emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: "Tony E. Bennett" <tony.e.bennett@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: XEmacs complains about a few define-key sequences in org-mouse.el
Date: Fri, 03 Apr 2009 20:52:16 +0200	[thread overview]
Message-ID: <49D65AE0.6060409@easy-emacs.de> (raw)
In-Reply-To: <m27i2620zh.fsf@gmail.com>

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
>   

      parent reply	other threads:[~2009-04-03 19:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-30 20:45 XEmacs complains about a few define-key sequences in org-mouse.el Tony E. Bennett
2009-03-31 16:28 ` Carsten Dominik
2009-04-03 18:52 ` Andreas Röhler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49D65AE0.6060409@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=tony.e.bennett@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).