Allow WikiWords to be ignored with <nop> or "''''".
commit55fd22963f81d0f754d199a25f6b31fea5bd6279
authorMichael Olson <mwolson@gnu.org>
Mon, 4 Jul 2005 14:40:31 +0000 (4 14:40 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 4 Jul 2005 14:40:31 +0000 (4 14:40 +0000)
tree0e6582990f2f2eb6431778e2222c2c4e95e215f1
parent0e78523e58d683ff391b2ca6ac8e8fe2abca3ec3
Allow WikiWords to be ignored with <nop> or "''''".

* lisp/muse-mode.el (muse-browse-result): Docfixes.

* lisp/muse-wiki.el (muse-wiki-hide-nop-tag): New option that determines
  whether to hide <nop> tags when coloring a Muse buffer.
  (muse-wiki-wikiword-at-point): Docfix.
  (muse-wiki-colors-nop-tag): New function that colors <nop> tags.
  (muse-wiki-publish-nop-tag): New function that interprets <nop> tags
  during publishing.
  (muse-colors-tags, muse-publish-markup-tags): Interpret <nop> tags,
  which keeps the WikiWord that follows it from being interpreted.
  (muse-publish-markup-regexps): Allow 4 single quotes to function as a
  WikiWord delimiter.

git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-84
ChangeLog
lisp/muse-mode.el
lisp/muse-wiki.el