From xemacs-m  Thu Mar  6 21:22:35 1997
Received: from wmperry.in.aventail.com (wmperry@wmperry.oz.net [207.13.185.53])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA08637
	for <xemacs-beta@xemacs.org>; Thu, 6 Mar 1997 21:22:33 -0600 (CST)
Received: (from wmperry@localhost) by wmperry.in.aventail.com (8.7.6/8.7.3) id TAA00512; Thu, 6 Mar 1997 19:29:38 -0800
Date: Thu, 6 Mar 1997 19:29:38 -0800
Message-Id: <199703070329.TAA00512@wmperry.in.aventail.com>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: Ebola warnings -- help!!
In-Reply-To: <m23eu8xy5q.fsf@altair.xemacs.org>
References: <199703062125.NAA05457@sandman>
	<QQcftf06598.199703062158@crystal.WonderWorks.COM>
	<m2sp28inop.fsf@altair.xemacs.org>
	<QQcfto01108.199703070000@crystal.WonderWorks.COM>
	<m2hgioije7.fsf@altair.xemacs.org>
	<QQcftt02418.199703070128@crystal.WonderWorks.COM>
	<m23eu8xy5q.fsf@altair.xemacs.org>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Steven L Baur writes:
>[Oh my!  Who changed the message mode font lock settings???]
>
>Kyle Jones writes:
>
>> "Dubious `eq' comparison of integer and character\n"
>
>> "Dubious" because not all eq checks of integers and characters
>> are bad.
>
>As near as I can tell all eq checks between integers and characters
>lose.  There is nothing dubious about it.
>
>(eq 64 ?@)
>nil
>
>(eq 65 ?A)
>nil
>
>(eq 97 ?a)
>nil

(eq (following-char (point-max)) 0)
t

-Bill P.

