No, this just lets you hit tab to indent.  HTML mode has a special
automatic indentation capability that isn't working here.  That's what 
I am trying to turn on.

On Mon, Jun 05, 2000 at 03:32:01PM -0400, Chris McDonough wrote:
> I don't know about xemacs, but gnu emacs has indented-text-mode
> 
> M - x indented-text-mode
> 
> > From: Skip Montanaro [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, June 05, 2000 3:28 PM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [Zope] ZOPE, Xemacs, html-mode, & indentation.
> > 
> > 
> > 
> >     >> 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))))
> > 

-- 
Only someone with nothing to be sorry for smiles back at the rear of an
elephant.

_______________________________________________
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 )

Reply via email to