From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: XEmacs complains about a few define-key sequences in org-mouse.el Date: Tue, 31 Mar 2009 18:28:15 +0200 Message-ID: <586B2FCE-405E-489E-B22B-F3A776F07098@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: multipart/mixed; boundary="===============0286898707==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LohUS-0004v7-Dl for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 13:11:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LohUN-0004t8-3u for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 13:11:07 -0400 Received: from [199.232.76.173] (port=34301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LohUM-0004t5-V8 for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 13:11:02 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:56104) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LohUM-0005cJ-9W for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 13:11:02 -0400 Received: by ey-out-1920.google.com with SMTP id 13so509052eye.24 for ; Tue, 31 Mar 2009 10:11:01 -0700 (PDT) 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 --===============0286898707== Content-Type: multipart/alternative; boundary=Apple-Mail-1-364174525 --Apple-Mail-1-364174525 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Applied, thanks. - Carsten P.S. If you know how to fix the context menus, be my guest..... :-) On Mar 30, 2009, at 10:45 PM, 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) > > 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 --Apple-Mail-1-364174525 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Applied, = thanks.

- Carsten

P.S. =  If you know how to fix the context menus,
be my = guest..... :-)

On Mar 30, 2009, at 10:45 PM, = 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)

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:


<org-mouse.pat>

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
<= br>
= --Apple-Mail-1-364174525-- --===============0286898707== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0286898707==--