Fix #5925: Emphasis on item breaks lists.
commit4ac04f8632bd40db8a2584c47087f60356247832
authorMichael Olson <mwolson@gnu.org>
Fri, 12 May 2006 04:16:43 +0000 (12 04:16 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 12 May 2006 04:16:43 +0000 (12 04:16 +0000)
tree29dfff82bbad15c2aeba6789ea9da354b728308c
parentec118d93bb1238dfa26be1145c41e2a91b007dd3
Fix #5925: Emphasis on item breaks lists.

* lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
  as the browsing function.

* lisp/muse-mode.el (muse-browse-result): Only include styles that match
  the current file.

* lisp/muse.el (muse-list-item-critical-point): Take a new argument named
  `offset' into account, in case the list-item regexp is nested in
  another group.
  (muse-forward-list-item): Call `muse-list-item-critical-point' with an
  offset of 1.  This should fix an unpleasant list-as-blockquote error
  that was noticed recently.  Thanks to John Sullivan for the report.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-125
ChangeLog.2006
lisp/muse-blosxom.el
lisp/muse-mode.el
lisp/muse.el