From xemacs-m  Fri Mar 14 11:09:02 1997
Received: from amber.vis-av.com (amber.vis-av.com [206.119.44.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA10925
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 11:09:01 -0600 (CST)
Received: (from derrell@localhost)
          by amber.vis-av.com (8.8.5/8.8.4)
	  id MAA02151; Fri, 14 Mar 1997 12:09:01 -0500 (EST)
Date: Fri, 14 Mar 1997 12:09:01 -0500 (EST)
Message-Id: <199703141709.MAA02151@amber.vis-av.com>
From: Derrell Lipman <derrell@vis-av.com>
To: xemacs-beta@xemacs.org
Subject: HTML mode indentation bug
Reply-To: derrell@vis-av.com
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Fri_Mar_14_12:09:00_1997-1"
Content-Transfer-Encoding: 7bit

--Multipart_Fri_Mar_14_12:09:00_1997-1
Content-Type: text/plain; charset=US-ASCII

<FRAME> tags are not being properly indented by HTML mode, in
xemacs-19.15-b98.  Instead of getting the desired formatting of
<frame> tags one below the other like this:

  <frameset rows="*,*">
    <frame src="top.htm">
    <frame src="bottom.htm">
  </frameset>

it produces this, with each successive <frame> tag further indented:

  <frameset rows="*,*">
    <frame src="top.htm">
      <frame src="bottom.htm">
  </frameset>



--Multipart_Fri_Mar_14_12:09:00_1997-1
Content-Type: text/plain; charset=US-ASCII

Derrell

-- Derrell Lipman      Amateur Radio: N1YDI      Grumman Tiger, N28860

 - Civil Air Patrol:
   MAWG Group 1 HQ, Aerospace Education / Senior Programs
   Cadet Programs Officer, Mountain Mission Pilot, Air Ops Director,
   Ground Team Leader, Ground Ops Director, Mission Coordinator Trainee, 
   Communications Unit Director, Patriot 103

Pursuant to US Code, Title 47, Chapter 5, Subchapter II, Sec. 227,
any and all nonsolicited commercial E-mail sent to this address is
subject to a download and archival fee in the amount of $500 US.
E-mailing denotes acceptance of these terms.

--Multipart_Fri_Mar_14_12:09:00_1997-1--

