This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DocBook XML V4.1.2 Released (& mirrored)


Sylvan Ravinet <sylvan@ravinet.com> 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: walter@sys-net.it
SysNet, Via Digione 8, 27100 Pavia - Italy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]