From xemacs-m  Thu May  1 18:23:38 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA05319
	for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 18:23:36 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id BAA20750; Fri, 2 May 1997 01:23:35 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: Patch: cperl-mode.el {C-h} changed to {C-c}
References: <199705012215.PAA03547@bittersweet.inetarena.com> <kig7mhihlr6.fsf@jagor.srce.hr> <m2k9liyfu2.fsf@altair.xemacs.org> <kigzpueg5cg.fsf@jagor.srce.hr> <86sp06vlhg.fsf@kramer.in.aventail.com> <m2afmeyeer.fsf@altair.xemacs.org>
X-Save-Project-Gutenberg: <URL:http://www.promo.net/pg/nl/pgny_nov96.html>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 02 May 1997 01:23:34 +0200
In-Reply-To: Steven L Baur's message of 01 May 1997 16:13:16 -0700
Message-ID: <kigrafqaia1.fsf@jagor.srce.hr>
Lines: 21
X-Mailer: Gnus v5.4.49/XEmacs 19.15

Steven L Baur <steve@miranova.com> writes:

> Bad example, that's been unified.  Aren't the rest of the
> incompatibilities handled capably by edmacro?

All of the incompatibilities can be avoided by using XEmacs
keybindings, as far as I know.  edmacro is little improvement here,
other than for clarity.

For example:

(global-set-key [f2 (control f3)] 'haha) ; works in both

(global-set-key [(control ??)] 'haha)    ; works in both
(global-set-key (kbd "C-?") 'haha)    ; works in both, like the above,
                                      ; only looks nicer

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Oh lord won't you buy me a color TV...

