Escape specials in link descriptions.
commit6cfcf6f70ac1bf4ab96aa8e817b8a0f1f9126c36
authorMichael Olson <mwolson@gnu.org>
Sat, 9 Jul 2005 05:22:12 +0000 (9 05:22 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 9 Jul 2005 05:22:12 +0000 (9 05:22 +0000)
treeb4f2761975eaebdc5f2a805571e45679a161aff1
parent0c2f6d26d707ca13fdd5498c7c49e630d049899a
Escape specials in link descriptions.

* lisp/muse-publish.el (muse-publish-escape-specials-in-string): New
  function that escapes special characters in the given string according
  to the current publishing style.
  (muse-publish-url): Use the above function to escape the description
  part of extended links.
  (muse-publish-prepare-url): Don't make string read-only; it does
  nothing.

* lisp/muse-wiki.el (muse-wiki-transform-interwiki)
  (muse-wiki-transform-wikiword): Don't make string read-only.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-116
ChangeLog
lisp/muse-publish.el
lisp/muse-wiki.el