Make visiting of links a bit faster.
commit94fde1520d4dbcd24a6908a7b17febda0cc3f0d8
authorMichael Olson <mwolson@gnu.org>
Fri, 10 Mar 2006 16:26:53 +0000 (10 16:26 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 10 Mar 2006 16:26:53 +0000 (10 16:26 +0000)
treee2aae7b8600476d33443a86bcf12e503d71a3393
parentc4eaeb61ca4df121309b665f0eb42a5099825011
Make visiting of links a bit faster.

* lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
  property.
  (muse-link-properties): If we are highlighting a link, add the
  muse-link property.

* lisp/muse-mode.el (muse-link-at-point): If the muse-link property
  exists at point, use it to bound the link.  Otherwise, use the old
  method.  This should make it easier to visit custom implicit link
  forms, since it does not require a change to muse-implicit-link-regexp.

* lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
  used when muse-colors.el is loaded.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-51
ChangeLog.2006
lisp/muse-colors.el
lisp/muse-mode.el
lisp/muse-regexps.el