From xemacs-m  Wed Mar 12 15:55:35 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 PAA13685
	for <xemacs-beta@xemacs.org>; Wed, 12 Mar 1997 15:55:23 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id OAA18378;
	Wed, 12 Mar 1997 14:07:22 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Documentation bug
References: <199703122109.NAA29413@sandman>
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: Dan Rich's message of Wed, 12 Mar 1997 13:09:43 -0800
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 12 Mar 1997 14:07:18 -0800
Message-ID: <m2endk7oix.fsf@altair.xemacs.org>
Lines: 18
X-Mailer: Gnus v5.4.25/XEmacs 20.1

Dan Rich writes:

> It looks like there is a bug in the documentation for characterp.  It
> refers to char=, which doesn't appear to exist (char-equal does, which
> I assume is the correct function?)

They are not the same.  char-equal ignores case and char= does not (is
not supposed to if it existed).

> However, what are the other
> functions (<, >, etc).  I don't see anything obvious....

There are supposed to be a whole set of character specific order
comparison functions char<, char>, etc. none of which appear to be
implemented.  They look easy enough to add; should they be added?
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

