>> So the question is, how do I turn on auto-indent in xemacs for dtml
>> code? Does anyone have a mode specially for this?
You should be able to define an html-mode-hook that goes something like
(setq html-mode-hook
(function
(lambda ()
(turn-on-auto-fill))))
--
Skip Montanaro, [EMAIL PROTECTED], http://www.mojam.com/, http://www.musi-cal.com/
"We have become ... the stewards of life's continuity on earth. We did not
ask for this role... We may not be suited to it, but here we are."
- Stephen Jay Gould
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )