From xemacs-m  Mon Feb 24 16:10:20 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA19139
	for <xemacs-beta@xemacs.org>; Mon, 24 Feb 1997 16:10:17 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id OAA08598;
	Mon, 24 Feb 1997 14:22:07 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 20.1b2 - tried to use the patchfile, loses big time...
References: <199702241829.NAA19653@anthem.CNRI.Reston.Va.US>             <199702241943.OAA30046@black-ice.cc.vt.edu> <199702242203.RAA17928@black-ice.cc.vt.edu>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Valdis.Kletnieks@vt.edu's message of Mon, 24 Feb 1997 17:03:17 -0500
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Feb_24_14:22:07_1997-1"
Content-Transfer-Encoding: 7bit
Date: 24 Feb 1997 14:22:07 -0800
Message-ID: <m2g1yln8ts.fsf@altair.xemacs.org>
Lines: 42
X-Mailer: Gnus v5.4.15/XEmacs 20.1

--Multipart_Mon_Feb_24_14:22:07_1997-1
Content-Type: text/plain; charset=US-ASCII

Valdis Kletnieks writes:

> xemacs-20.1-b1-20.1-b2.patch references a new file 'events-mod.h'
> in 4 places. However, the file is not in the patch file, nor is it in
> the 20.1-b2patch.supplement.tar file.  Before I go to all the trouble of
> sucking over Yet Another Damned 19M Tarball, what should actually
> be in that file?  ;)

Oops, sorry about that.  Here it is:


--Multipart_Mon_Feb_24_14:22:07_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="events-mod.h"
Content-Transfer-Encoding: 7bit

/* These need to be split up as other windowing systems have different
   values for these things. Don't really know how to handle this yet.
   kludge. kludge. kludge.
*/

/* The modifiers XEmacs knows about; these appear in key and button events.
 */
#define MOD_CONTROL	(1<<0)
#define MOD_META	(1<<1)
#define MOD_SUPER	(1<<2)
#define MOD_HYPER	(1<<3)
#define MOD_ALT		(1<<4)
#define MOD_SHIFT	(1<<5)  /* not used for dual-case characters */

--Multipart_Mon_Feb_24_14:22:07_1997-1
Content-Type: text/plain; charset=US-ASCII


-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

--Multipart_Mon_Feb_24_14:22:07_1997-1--

