Attempt to make new syntaxes easier to support.
commitf2a9d9413301988c4bfc3edb33e3a0ca68e7b809
authorMichael Olson <mwolson@gnu.org>
Fri, 17 Mar 2006 01:56:38 +0000 (17 01:56 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 17 Mar 2006 01:56:38 +0000 (17 01:56 +0000)
treee646ababfb63c810f129944507ff99f2f2bb8e5a
parent3478bf47fd6d1510b9cb4d5f7c7cf41439e1e0dd
Attempt to make new syntaxes easier to support.

* lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
  and `muse-get-link-data'.

* lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.

* lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
  (muse-make-link): Change argument name.

* lisp/muse.el (muse-handle-explicit-link): Ditto.
  (muse-get-link, muse-get-link-desc): New functions that return the link
  and the link description, respectively, from the given TARGET.  The
  idea is that at least one other markup syntax puts descriptions before
  links, so all they would have to do is re-define these two functions.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-65
ChangeLog.2006
lisp/muse-colors.el
lisp/muse-journal.el
lisp/muse-mode.el
lisp/muse.el