Allow bad WikiWords to be colorized, by popular request.
commit162f4854db9e4bb624606cada12151e2f3ca626e
authorMichael Olson <mwolson@gnu.org>
Sat, 19 Nov 2005 01:21:10 +0000 (19 01:21 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 19 Nov 2005 01:21:10 +0000 (19 01:21 +0000)
treeae92169011ae9766313649a6afa0ecfc34c1b323
parent9a9ef89802a2806219339125ef2a47ce14c127fd
Allow bad WikiWords to be colorized, by popular request.

* lisp/muse-colors.el (muse-link-face): Allow implicit links to be
  colored as bad links if they don't correspond with a real file.  Make
  the code more straightforward.

* lisp/muse-wiki.el (muse-wiki-ignore-bare-project-names): New option
  that determines whether to colorize nonexistent WikiWords.  The default
  is nil, which means "don't colorize".
  (muse-wiki-resolve-project-page, muse-wiki-handle-wikiword): Adapt for
  the possibility of bad WikiWords.
git-archimport-id: mwolson@gnu.org--2005/muse--rel--3.02--patch-13
lisp/muse-colors.el
lisp/muse-wiki.el