Fix bug where links with :: in them were marked up as lists.
commit2a48aaeca2d378364b831928350805300a6ea419
authorMichael Olson <mwolson@gnu.org>
Thu, 18 May 2006 01:24:04 +0000 (18 01:24 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 18 May 2006 01:24:04 +0000 (18 01:24 +0000)
treef1df96ec10bc63fc3dfa4bc3ba24528a6bf53652
parent4fbfd85d5af1d055b334f1bf9cc0215bfb298b87
Fix bug where links with :: in them were marked up as lists.

* lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
  Change noemphasis property to muse-link.

* lisp/muse.el (muse-forward-list-item): Respect muse-link property.

* lisp/muse-publish.el (muse-publish-surround-text)
  (muse-publish-markup-list): Ditto.  This should fix a bug.
  (muse-publish-markup-list): Docfix.
  (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.

* lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
  There must be either one or more spaces or a single newline after the
  colons.  This prevents an ambiguity with the double-colon muse-wiki
  interwiki delimiter.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-128
ChangeLog.2006
lisp/muse-html.el
lisp/muse-publish.el
lisp/muse-regexps.el
lisp/muse-xml-common.el
lisp/muse.el