APPROVE
On Sun, 2003-02-16 at 22:30, Adrian Aichner wrote:
How about this, Ville?
Looks good. Please go ahead and commit!
In case you're interested in doing some more tweaking, this
implementation suffers from the same as the PSGML/xml-mode one: using
comment-region on a hunk that already has comments results in
non-well-formed XML. But a slightly buggy comment-region is better than
nothing at all... Here's an example:
<foo>
<!-- comment -->
</foo>
...becomes:
<!-- <foo> -->
<!-- <!-- comment --> -->
<!-- </foo> -->
...which obviously isn't well-formed (double hyphens are not allowed
inside comments in XML).
--
\/ille Skyttä
scop at
xemacs.org