From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Gottlieb Newsgroups: gmane.emacs.help Subject: sgml-validate Date: Fri, 04 Feb 2011 22:48:14 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296877724 31743 80.91.229.12 (5 Feb 2011 03:48:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2011 03:48:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 05 04:48:40 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PlZ8X-0001pj-Qw for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Feb 2011 04:48:37 +0100 Original-Received: from localhost ([127.0.0.1]:59060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlZ8X-0003ee-7I for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Feb 2011 22:48:37 -0500 Original-Received: from [140.186.70.92] (port=54767 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlZ8D-0003eP-LU for help-gnu-emacs@gnu.org; Fri, 04 Feb 2011 22:48:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlZ8C-0007UL-ND for help-gnu-emacs@gnu.org; Fri, 04 Feb 2011 22:48:17 -0500 Original-Received: from smtp.cs.nyu.edu ([128.122.49.97]:58754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlZ8C-0007UF-Kr for help-gnu-emacs@gnu.org; Fri, 04 Feb 2011 22:48:16 -0500 Original-Received: from ajglap.localdomain (ool-4a59b202.dyn.optonline.net [74.89.178.2]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p153mEhB019847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 4 Feb 2011 22:48:15 -0500 (EST) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id 8E03A701EE; Fri, 4 Feb 2011 22:48:14 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.122.49.97 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78967 Archived-At: (I use gentoo) When I tried M-x sgml-validate, it offers to run nsgmls -s myfile.html I don't have nsgmls so looked around and found opensp providing onsgmls and a gentoo bug report claimed a symlink nsgmls --> onsgmls. Emerged opensp and now have onsgmls. But onsgmls -s myfile.html just hangs and uses no CPU time. onsgmls claims it will validate "the SGML document whose document entity is specified by the system identifiers SYSID..." so perhaps my error is in supplying just a file name. What is needed for a valid SYSID? thanks. allan