Revision: muse--main--1.0--patch-208
Archive: [EMAIL PROTECTED]
Creator: Michael Olson <[EMAIL PROTECTED]>
Date: Thu Aug 25 00:44:56 EST 2005
Standard-date: 2005-08-25 05:44:56 GMT
Modified-files: ChangeLog experimental/muse-xml.el
    lisp/muse-docbook.el lisp/muse-html.el
    lisp/muse-publish.el
New-patches: [EMAIL PROTECTED]
Summary: Fix problem with links at beginning of buf and paragraphs.
Keywords: 

* 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.

Reply via email to