[Zope] XEmacs context highlighting

Simon Michael simon@joyful.com
19 Aug 1999 08:56:04 -0700


Tim Wilson <wilson@chemsun.chem.umn.edu> writes:
> I've finally got XEmacs working with Zope via EFS. Does anyone know how
> get XEmacs to use HTML-style context highlighting with Zope DTML objects?

Tim - get dtml-mode.el from http://www.spyderlab.com/zope.html , then

(autoload 'dtml-mode "dtml-mode")
(put-alist 'dtml-mode "\\.dtml\\'" auto-mode-alist)

If I'm use the new <dtml> tags, I find html-mode works better.