mumao chunk affects indentation after chunk

Bug #922431 reported by Peter Whaite
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nXhtml
New
Undecided
Unassigned

Bug Description

GNU Emacs 24.0.91.1 (x86_64-apple-darwin, NS apple-appkit-1038.35)
nxHtml 2.09 from latest bzr (revno: 832)

With nxhtml-mumamo-mode the following html indents as show...
-----
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <script type="text/javascript">
      var x = "xxxxxx";
    </script>
      <!-- for indentation -->
  </head>
  <body>
  </body>
</html>
----
The more lines of code there are in the javascript chunk the more it indents subsequent lines. For some reason its taking the number of characters inside the <script/>...<script> and adding that to the indentation of the lines following the chunk.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.