Re: catalog in sgml-validate-command?
Peter Flynn <[email protected]> Mon, 03 Nov 2003 22:27:18 +0000
| Newsgroups | gmane.emacs.psgml.user |
|---|---|
| Organization | Silmaril Consultants |
| Message-ID | <1067898438.2298.24.camel@localhost> |
On Mon, 2003-11-03 at 16:55, Bob Bernstein wrote:
> Hi,
>
> I have a need to pass the location of a catalog file to psgml's
> 'Validate' command. I find that in .emacs this does not work:
>
> (setq sgml-validate-command "nsgmls -c usr/pkg/share/sgml/catalog -s %s
> %s")
That won't work anyway because the catalog filespec must follow
immediately after the -c flag (and it seems to be missing a slash),
eg nsgmls -c/usr/pkg/share/sgml/catalog ...
My .emacs says:
(setq sgml-catalog-files '("/usr/local/lib/sgml/catalog" "catalog"))
///Peter
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/