From xemacs-m  Tue Dec 31 00:47:17 1996
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id AAA20401 for <xemacs-beta@xemacs.org>; Tue, 31 Dec 1996 00:47:16 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id WAA06554; Mon, 30 Dec 1996 22:46:43 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id WAA13262; Mon, 30 Dec 1996 22:46:40 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id WAA27287; Mon, 30 Dec 1996 22:46:40 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id WAA17484; Mon, 30 Dec 1996 22:46:39 -0800
Date: Mon, 30 Dec 1996 22:46:39 -0800
Message-Id: <199612310646.WAA17484@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Steven L Baur <steve@miranova.com>, Morten Welinder <terra@diku.dk>
Cc: xemacs-beta@xemacs.org
Subject: Re: invalid keysym in 19.15b6
In-Reply-To: <m2916fij24.fsf@altair.xemacs.org>
References: <199612301613.LAA10194@spacely.icd.teradyne.com>
	<m2916fij24.fsf@altair.xemacs.org>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.97)
Content-Type: text/plain; charset=US-ASCII

While on the topic of key specification illegal in XEmacs,

here are a few more grep hits.

Morton, could you be persuaded to do some miminal porting work to
ensure your package is compatible with XEmacs as well as GNU Emacs?

Martin

./term/internal.el:36:(define-key function-key-map [M-backspace] [?\M-\d])
./term/internal.el:37:(define-key function-key-map [M-delete] [?\M-\d])
./term/internal.el:38:(define-key function-key-map [M-tab] [?\M-\t])
./term/internal.el:39:(define-key function-key-map [M-linefeed] [?\M-\n])
./term/internal.el:40:(define-key function-key-map [M-clear] [?\M-\013])
./term/internal.el:41:(define-key function-key-map [M-return] [?\M-\015])
./term/internal.el:42:(define-key function-key-map [M-escape] [?\M-\e])
./term/win32-win.el:439:(define-key function-key-map [M-backspace] [?\M-\d])
./term/win32-win.el:440:(define-key function-key-map [M-delete] [?\M-\d])
./term/win32-win.el:441:(define-key function-key-map [M-tab] [?\M-\t])
./term/win32-win.el:442:(define-key function-key-map [M-linefeed] [?\M-\n])
./term/win32-win.el:443:(define-key function-key-map [M-clear] [?\M-\013])
./term/win32-win.el:444:(define-key function-key-map [M-return] [?\M-\015])
./term/win32-win.el:445:(define-key function-key-map [M-escape] [?\M-\e])

