From xemacs-m  Mon Jan 27 14:28:42 1997
Received: from canker.atype.com (jsc@canker.atype.com [137.103.200.167])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id OAA19845 for <xemacs-beta@xemacs.org>; Mon, 27 Jan 1997 14:28:40 -0600 (CST)
Received: (from jsc@localhost) by canker.atype.com (8.8.4/8.7.3) id PAA08868; Mon, 27 Jan 1997 15:31:10 -0500
Date: Mon, 27 Jan 1997 15:31:10 -0500
Message-Id: <199701272031.PAA08868@canker.atype.com>
From: "Jin S. Choi" <jsc@atype.com>
To: Steven L Baur <steve@miranova.com>, xemacs-beta@xemacs.org
Subject: Re: "M-x man" doesn't autoload properly (and a patch for psgmls)
In-Reply-To: <m2k9oyew2w.fsf@altair.xemacs.org>
References: <199701271821.NAA01209@canker.atype.com>
	<m2k9oyew2w.fsf@altair.xemacs.org>
Reply-To: jsc@atype.com

>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:

    sb> Jin S Choi writes:
    >> This is with 20.0 XEmacs Lucid (beta32).
    sb>                                   ^^^^^^

    sb> Thanks for the report -- this bug got fixed several betas ago.

Oops. My bad. I see it was *quite* a few betas ago.

Anyway, here's a patch for another bug, which I encountered trying to
validate HTML. The CATALOG files for psgmls live in
$data-directory/sgml/CATALOG, not $data-directory.

--- psgml.el.orig	Mon Jan 27 15:28:22 1997
+++ psgml.el	Mon Jan 27 15:24:18 1997
@@ -444,7 +444,7 @@
 
 (defvar sgml-validate-command (concat "nsgmls -s -m "
 				      data-directory
-				      "CATALOG %s %s")
+				      "sgml/CATALOG %s %s")
   "*The shell command to validate an SGML document.
 
 This is a `format' control string that by default should contain two

