Implement protocol handling.
commit3730e4447d9c4d24c699b0f9937742f74af5c981
authorMichael Olson <mwolson@gnu.org>
Fri, 2 Sep 2005 22:57:04 +0000 (2 22:57 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 2 Sep 2005 22:57:04 +0000 (2 22:57 +0000)
tree88b7d0418a308bd49036ce85a6da7d855ad0a202
parent28a7514cbe3b4e2272327fbe362dabc28cc64e34
Implement protocol handling.

* lisp/muse-mode.el (muse-mode): Call muse-update-url-regexp.  Maybe I
  should just make a hook for this stuff.
  (muse-visit-link-default): Call muse-browse-url instead of browse-url.

* lisp/muse-protocols.el: New file that implements protocol handling.

* lisp/muse-publish.el (muse-publish-url-transforms): Add
  muse-resolve-url.
  (muse-publish-markup-url): Indentation fix, no func change.

* lisp/muse-regexps.el (muse-url-regexp): Move to muse-protocols.el.

* lisp/muse.el: Require muse-protocols.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-219
ChangeLog
lisp/muse-mode.el
lisp/muse-protocols.el [new file with mode: 0644]
lisp/muse-publish.el
lisp/muse-regexps.el
lisp/muse.el