Sometimes the HTML mode in xemacs will allow the omission of closing
tags
(</p>, for example), indenting correctly. Sometimes it doesn't. It seems
like it just flips and flops between updates to my installation. This is
under hamm.

For example, when it works the way I want it to, it autoindents like
such:

<h1>top header</h1>
<p>Some stuff here.

<h2>next header</h2>
<ul>
    <li>an item.
    <li>another item.
</ul>

And when it doesn't I get:

<h1>top header</h1>
<p>Some stuff here.

    <h2>next header</h2>
    <ul>
        <li>an item.
            <li>another item.
        </ul>

Or similar - basically, it doesn't undent unless there's a closing tag.

I tried the various option settings - OMITTAG, omit tag transparent,
etc.
No soap.

I also get this message when I C-x html-mode:

External entity html not found
  Public identifier -//IETF//DTD HTML//EN

What does it all mean?

TIA-
-- 

Paul Reavis                                      [EMAIL PROTECTED]
Design Lead
Partner Software, Inc.                        http://www.partnersoft.com


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to