From xemacs-m  Wed May  7 02:46:07 1997
Received: from mgate.uni-hannover.de (mgate.uni-hannover.de [130.75.2.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id CAA19712
	for <xemacs-beta@xemacs.org>; Wed, 7 May 1997 02:46:06 -0500 (CDT)
Received: from helios (actually helios.tnt.uni-hannover.de) by mgate 
          with SMTP (PP); Wed, 7 May 1997 09:43:59 +0200
Received: from daedalus.tnt.uni-hannover.de by helios (SMI-8.6/SMI-SVR4) 
          id JAA06197; Wed, 7 May 1997 09:42:57 +0200
Received: by daedalus.tnt.uni-hannover.de (SMI-8.6/SMI-SVR4) id JAA02242;
          Wed, 7 May 1997 09:42:52 +0200
Date: Wed, 7 May 1997 09:42:52 +0200
Message-Id: <199705070742.JAA02242@daedalus.tnt.uni-hannover.de>
From: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
To: Gary.Foster@Corp.Sun.COM
Cc: xemacs-beta@xemacs.org
Subject: Re: HTML indention nit
In-Reply-To: <bci7mhdh8lm.fsf@corp.Sun.COM>
References: <bci7mhdh8lm.fsf@corp.Sun.COM>
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid
X-Face: n}R'l6CHRf>pi&bj7[x0CW3:kmXm@1)7m+l*9[fp;-Ow4Xe~=5E;skf?2> 
        y]f{HzB|Q(\V9+y$PP~.4G[2n4W7{6Ilm[AMY9B:0kj.K_$-d%p4YIF*bX;=ADp6{ 
        HS@NEv9c.VII+9PgXHASx}K(jy^t=q%qzZ72q1e4E;O!$A$`&wgtLk"1%p.nC_G!] 
        4d1!+J4Q#YD_iXeEy`1x)d\r$1Qn\'23n|[8Y_xzuXJJ7W(EGqnzB]`]aq??;+z=) 
        DW~\'Vq&F'g%QU[Mv2:}nS>SdZFTEC2GsgB=Q,:~H<R5S[:ZN%B:s0;|v1x"Jb
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII

Which html package are you using (hm--html-mode or html-mode or ...)?

>>>>> "Gary" == Gary D Foster <Gary.Foster@Corp.Sun.COM> writes:

    Gary> Got an automatic indention nit in the HTML autoindention...
    Gary> First off, if nested unordered lists are now against the
    Gary> rules please let me know.  Otherwise, when moving to 20.x
    Gary> (ok, ok, I *just* noticed this) the indention changes from:

    Gary> This is the 19.15 example: -------------------------
    Gary> <h3>Version: 2.0.0</h3> <ul> <li>02/19/97 -- <a
    Gary> href="mailto:Gary.Foster@Corp">Gary F.</a><br> CHANGE: <ul>
    Gary> <li>Reordered and began restructuring menus <li>Removed
    Gary> dependency on CDE_*_MENU env variables in dtwmrc </ul> FILES
    Gary> UPDATED: <ul> <li>menus/std/cde/dtwmrc
    Gary> <li>menus/std/cde/Print-Selection-Menu
    Gary> <li>menus/std/cde/Programs-Menu
    Gary> <li>menus/std/cde/Utilities-Menu </ul>

    Gary> 	<br>

    Gary>       <li>02/28/97 -- <a href="mailto:Gary.Foster@Corp">Gary
    Gary> F.</a><br> CHANGE: <ul> <li>Rewrote create_user in Perl.
    Gary> Modularized code to allow easier maintenance and adding of
    Gary> functionality.  <li>Removed dependance on newuser.tar file,
    Gary> copies skeleton dotfiles for new user directly out of the
    Gary> skel directory.  </ul> FILES UPDATED: <ul>
    Gary> <li>tools/std/create_user </ul>

    Gary> 	<br>


    Gary> To the following mess...

    Gary> This is the 20.2-b4 example: ---------------------------
    Gary> <h3>Version: 2.0.0</h3> <ul> <li>02/19/97 -- <a
    Gary> href="mailto:Gary.Foster@Corp">Gary F.</a><br> CHANGE: <ul>
    Gary> <li>Reordered and began restructuring menus <li>Removed
    Gary> dependency on CDE_*_MENU env variables in dtwmrc </ul> FILES
    Gary> UPDATED: <ul> <li>menus/std/cde/dtwmrc
    Gary> <li>menus/std/cde/Print-Selection-Menu
    Gary> <li>menus/std/cde/Programs-Menu
    Gary> <li>menus/std/cde/Utilities-Menu </ul>

    Gary> 	<br>
	  
    Gary> | <li>02/28/97 -- <a href="mailto:Gary.Foster@Corp">Gary
    Gary> F.</a><br> | CHANGE: | <ul> | <li>Rewrote create_user in
    Gary> Perl.  Modularized code to allow | easier maintenance and
    Gary> adding of functionality.  | <li>Removed dependance on
    Gary> newuser.tar file, copies skeleton | dotfiles for new user
    Gary> directly out of the skel directory.  | </ul> | FILES
    Gary> UPDATED: | <ul> | <li>tools/std/create_user | </ul> | | <br>
    Gary> ...  ...

    Gary> It just keeps nesting the proceeding <ul> entries deeper and
    Gary> deeper and deeper, ignoring the </ul> entries as far as
    Gary> changing the indention level.

    Gary> -- Gary F.


