Fix problem with links at beginning of buf and paragraphs.
commitd7f82c51a3c353657c1c2627a0ce922ac41ecb99
authorMichael Olson <mwolson@gnu.org>
Thu, 25 Aug 2005 05:44:56 +0000 (25 05:44 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 25 Aug 2005 05:44:56 +0000 (25 05:44 +0000)
treebed5074f06141604c38ee358ac7b4981e9c5bed9
parentb40d412de0cbdbbf3c9669faf6e582b8439e71e5
Fix problem with links at beginning of buf and paragraphs.

* experimental/muse-xml.el (muse-xml-markup-regexps): Update to do what I
  mean.

* muse-docbook.el (muse-docbook-markup-regexps): Ditto.

* muse-html.el (muse-html-markup-regexps): Ditto.

* muse-publish.el (muse-publishing-last-position): New variable that
  indicates our last buffer position while publishing the current rule.
  Used to make sure the process doesn't get stalled.
  (muse-publish-markup): Fix edge case where links at beginning of
  buffer, with read-only text, would prevent the beginning of buffer from
  being matched.
  (muse-publish-markup-directive): Fix case where two directives of the
  same size would prevent any following directives from being
  interpreted.  We accomplish this by setting the last published position
  to nil after each directive.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-208
ChangeLog
experimental/muse-xml.el
lisp/muse-docbook.el
lisp/muse-html.el
lisp/muse-publish.el