Next in thread →
Next in month →
Re: DOCBOOK: DocBook XML V4.1.2 Released (& mirrored)
Sylvan Ravinet <> writes: > Hello folks, > > This is fine, but I need an elisp snippet to put in my .emacs for > specifying this sgml-validate-command when I am in he minor mode xml-mode. > > Thank you for your help, (defun setup-xml-stuff () (setq sgml-validate-command "your_favorite_prog %s %s")) (add-hook 'xml-mode-hook 'setup-xml-stuff) Ciao -- Walter Franzini, e-mail: SysNet, Via Digione 8, 27100 Pavia - Italy
Next in thread →
Next in month →