From xemacs-m  Sun Jun 15 06:19:27 1997
Received: from ns.jsys.co.jp (ns.jsys.co.jp [202.33.240.82])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA13627
	for <xemacs-beta@xemacs.org>; Sun, 15 Jun 1997 06:17:29 -0500 (CDT)
Received: from cosmos.jsys.co.jp (cosmos.jsys.co.jp [172.31.80.5])
	by ns.jsys.co.jp (8.8.5/8.8.5) with ESMTP id UAA17172
	for <xemacs-beta@xemacs.org>; Sun, 15 Jun 1997 20:16:47 +0900 (JST)
Received: from skywalk.jsys.co.jp (j-04110.jsys.co.jp [172.31.49.72])
	by cosmos.jsys.co.jp (8.8.5/8.8.5/NOTES) with ESMTP id UAA09425
	for <xemacs-beta@xemacs.org>; Sun, 15 Jun 1997 20:16:47 +0900 (JST)
Received: (from ienaga@localhost) by skywalk.jsys.co.jp (8.8.5/3.5Wpl2) id UAA25634; Sun, 15 Jun 1997 20:16:35 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: Re: 20.2-b7 ok on FreeBSD 2.2.2 (but psgml-mode has problem)
References: <ryspvtop45x.fsf@skywalk.jsys.co.jp> <m2rae440ek.fsf@altair.xemacs.org>
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Sun_Jun_15_20:16:34_1997-1"
Content-Transfer-Encoding: 7bit
From: Kazuyuki IENAGA <ienaga@jsys.co.jp>
Date: 15 Jun 1997 20:16:34 +0900
In-Reply-To: Ebola Vaccinations R Us's message of "15 Jun 1997 03:37:39 -0700"
Message-ID: <rys910cune5.fsf@skywalk.jsys.co.jp>
Lines: 70
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta7) - "Oslo"
X-Face:  czfHfB+cCdftWr4Fwe9^^-!_PKouj^vkcIk4Hg_xxx<~JF.4vv)^7jM;w_w'(UZ#{K&xpz:
 [v3`j%a.u`CP*Tbsm[N0PYlk&+xt3Vd1KZL%'I+v,:*0\(akF?Vf>l_VeOHH]2.Z6^e_O;zDZJW.


--Multipart_Sun_Jun_15_20:16:34_1997-1
Content-Type: text/plain; charset=US-ASCII

Ebola Vaccinations R Us <steve@xemacs.org> writes:

> > Comparison between integer and character is constant nil (?\- and 0)
> >    [sgml-parse-comment, sgml-skip-cs, sgml-parse-catalog-buffer, sgml-cache-catalog, sgml-catalog-lookup, sgml-external-file, sgml-push-to-entity, sgml-setup-doctype, sgml-do-doctype, sgml-parse-markup-declaration, sgml-parse-prolog, sgml-load-doctype, sgml-need-dtd, sgml-parse-to, sgml-find-element-of, byte-code, sgml-indent-line, <compiled-function from "psgml.elc">, call-interactively]
> 
> Ebola!
> 
> O.K.  If this patch doesn't clear up the infection, could you please
> send me an html sample that reproduces the problem?  Thanks.

Cleared.
(But I might have flu, having head ache ;-)

I compiled 20.2-b7 patched up from b6, and at that time I hadn't done
make all-elcs.

But in any way, after I applied your patch, psgml-mode worked
correctly at least in the XEmacs buffer.
In short, Editing is OK.
But got the following message on stdout/stderr.

It appeared whether I had done make all-elcs or not.


--Multipart_Sun_Jun_15_20:16:34_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="xemacs1.out"
Content-Transfer-Encoding: 7bit

Warning: locale not supported by C library, locale unchanged
Comparison between integer and character is constant nil (?\- and 0)
   [sgml-parse-comment, sgml-skip-cs, sgml-parse-catalog-buffer, sgml-cache-catalog, sgml-catalog-lookup, sgml-external-file, sgml-push-to-entity, sgml-setup-doctype, sgml-do-doctype, sgml-parse-markup-declaration, sgml-parse-prolog, sgml-load-doctype, sgml-need-dtd, sgml-parse-to, sgml-find-element-of, byte-code, sgml-indent-line, <compiled-function from "psgml.elc">, call-interactively]
Comparison between integer and character is constant nil (?\- and 0)
   [sgml-parse-comment, sgml-skip-cs, <compiled-function from "psgml-parse.elc">, sgml-cache-catalog, sgml-load-ecat, sgml-ecat-lookup, sgml-try-merge-compiled-dtd, sgml-push-to-entity, sgml-setup-doctype, sgml-do-doctype, sgml-parse-markup-declaration, sgml-parse-prolog, sgml-load-doctype, sgml-need-dtd, sgml-parse-to, sgml-find-element-of, byte-code, sgml-indent-line, <compiled-function from "psgml.elc">, call-interactively]

--Multipart_Sun_Jun_15_20:16:34_1997-1
Content-Type: text/plain; charset=US-ASCII


The sample HTML document is here:

--Multipart_Sun_Jun_15_20:16:34_1997-1
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>test</title>
  </head>

  <body>
    <h1>test</h1>

    I entered "TAB" here... No error?
    NO! There's some error out to stdout or stderr.

    <hr>
    <address><a href="mailto:ienaga@skywalk.jsys.co.jp">Kazuyuki IENAGA</a></address>
<!-- Created: Sun Jun 15 19:49:15 JST 1997 -->
<!-- hhmts start -->
Last modified: Sun Jun 15 20:06:53 JST 1997
<!-- hhmts end -->
  </body>
</html>

--Multipart_Sun_Jun_15_20:16:34_1997-1--

