From xemacs-m  Wed Jul  2 03:41:01 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 DAA20274
	for <xemacs-beta@xemacs.org>; Wed, 2 Jul 1997 03:41:01 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id BAA00831;
	Wed, 2 Jul 1997 01:43:30 -0700
Mail-Copies-To: never
To: morioka@jaist.ac.jp (=?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= /
 MORIOKA Tomohiko)
Cc: xemacs-beta@xemacs.org, tm-en@chamonix.jaist.ac.jp
Subject: Re: Some Ebola from mel-q.elc
References: <rxsg1u09see.fsf@midnight.ecf.teradyne.com> <m2pvt2kz5o.fsf@altair.xemacs.org> <s1coh8lyicu.fsf@mousai.jaist.ac.jp>
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@xemacs.org>
In-Reply-To: morioka@jaist.ac.jp's message of "02 Jul 1997 17:21:37 +0900"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=ISO-2022-JP
Date: 02 Jul 1997 01:43:29 -0700
Message-ID: <m23epxhmj2.fsf@altair.xemacs.org>
Lines: 28
X-Mailer: Gnus v5.4.61/XEmacs 20.3(beta11) - "Stockholm"

$B<i2,(B $BCNI'(B / MORIOKA Tomohiko <morioka@jaist.ac.jp> writes:

>>>>>> In <m2pvt2kz5o.fsf@altair.xemacs.org> 
>>>>>> "sb" = Steven L Baur <steve@xemacs.org> wrote:

sb> Thanks for the report.  You have definitely found a bug.  This
sb> patch will need to be applied to SEMI if this code hasn't been
sb> there fixed yet.

>   Thanks for the patch.  But I have a question:

>   (< chr 32) and (< 126 chr) seems bad as same as (eq chr 32).  Should 
> I fix them?

Those functions don't exhibit the same failing as eq.

(< ?$B<i(B 32)
=> nil

(> ?$B$N(B 32)
=> t

I think there's another Ebola lurking (I haven't found it yet), but
there is not a problem with the comparison operators because unlike
`eq' they do an implicit conversion to integer.
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

