From: Dave Love Date: Fri, 23 Jul 1999 23:05:21 +0000 (+0000) Subject: (sgml-validate-command): Use nsgmls. X-Git-Tag: emacs-pretest-21.0.90~7389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5121371d706913fbd2b3878380676063b72402b4;p=emacs.git (sgml-validate-command): Use nsgmls. --- diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 63ee8f40d88..365f478e3c8 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -178,16 +178,17 @@ This takes effect when first loading the sgml-mode library.") "Vector of symbolic character names without `&' and `;'.") -;; sgmls is a free SGML parser available from -;; ftp.uu.net:pub/text-processing/sgml +;; nsgmls is a free SGML parser in the SP suite available from +;; ftp.jclark.com and otherwise packaged for GNU systems. ;; Its error messages can be parsed by next-error. ;; The -s option suppresses output. -(defcustom sgml-validate-command "sgmls -s" +(defcustom sgml-validate-command "nsgmls -s" ; replaced old `sgmls' "*The command to validate an SGML document. The file name of current buffer file name will be appended to this, separated by a space." :type 'string + :version "20.5" :group 'sgml) (defvar sgml-saved-validate-command nil