Implement several WikiWord handling fixes.
commit06b3e9b511f522fd3614770be74f5b84ddba8d8e
authorMichael Olson <mwolson@gnu.org>
Fri, 8 Jul 2005 06:40:30 +0000 (8 06:40 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 8 Jul 2005 06:40:30 +0000 (8 06:40 +0000)
tree29c1bc1778ac8482745cb2b159eeb829c3f7808e
parent38873fcf8f0105b4e7f31b1bf4075afd2b29cd67
Implement several WikiWord handling fixes.

* lisp/muse-colors.el (muse-link-face): Handle case where no link is
  found by the handlers.  Don't send implicit links through some of the
  advanced checks.

* lisp/muse-mode.el (muse-link-at-point): Move to beginning of first part
  of interwiki link before calling `muse-handle-explicit-link'.

* lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Append forgotten
  "\\|" separator between project-alist entries and interwiki entries.
  Force a reconfiguration of muse-colors-markup.

* lisp/muse-wiki.el (muse-wiki-handle-wikiword): Add several checks to be
  sure that we don't colorize WikiNames that don't go with any file.

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