Fix wrapped nested list item edge case.
commita7d561be43b76b814aad243c5f1081ba53c49360
authorMichael Olson <mwolson@gnu.org>
Thu, 16 Feb 2006 04:43:35 +0000 (16 04:43 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 16 Feb 2006 04:43:35 +0000 (16 04:43 +0000)
tree2b619d3b2acb1c1c661004aec17cc97c8a473f30
parentd648a5000ec832e41ecdc3532f72fd1e8a6ed79c
Fix wrapped nested list item edge case.

* lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
  since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
  case.
  (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
  (muse-list-item-type): Handle the new change to muse-list-item-regexp.

* lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
  exactly one space character in front of a unnumbered or numbered list.
  This should make it easier to match every list instance, since
  definition lists can now be handled more nicely in
  muse-publish-markup-regexps.  This also has the effect of fixing a
  wrapped nested list item edge case.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-16
ChangeLog.2006
lisp/muse-publish.el
lisp/muse-regexps.el