Richard Stallman <[EMAIL PROTECTED]> writes: > > Can you figure out a convention for how to write the tags so as to > indicate which ones should break paragraphs.
I'd be inclined to make paragraph-start match all tags (as it does now) except the ones described as "text level" elements by the specs, like <code> etc, because they're not paragraph breaks in the resulting browser display. Not that the html source layout has to match the displayed layout, but it's a sensible starting point. I think a regexp matching anything except a given set of literals can be built mechanically (does someone have something to do that?). _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
