Hi Michael! > Stefan Reichör <[EMAIL PROTECTED]> writes: > >> In planner-psvn.el I use '#' to describe the revision number, like >> "projectA#236". Which means projectA at revision 236 >> >> With the actual emacs wiki, the '#' is replaced by "%23". >> >> What is the reason for that change? > > The behavior has been this way since last year. I guess there isn't > much point to escaping '#' in links, so I've removed this behavior. > "%23" will still be unescaped to "#" for compatibility's sake. > > 2005-09-25 01:31:22 GMT Michael Olson <[EMAIL PROTECTED]> > patch-137 > > Summary: > Fix '#' in link descriptions. > Revision: > emacs-wiki--main--1.0--patch-137 > > * emacs-wiki.el (emacs-wiki-link-escape): Don't escape '#' if we are > given a link description. Thanks to Stefan Reichör for the report. > (emacs-wiki-link-unescape): Update documentation. > > modified files: > ChangeLog emacs-wiki.el
That attempt only partly fixes the problem. emacs-wiki-link-escape and emacs-wiki-link-unescape refer to a variable called "further", your patch renamed further to is-desc. So now the undefined variable "further" is referenced. Stefan. _______________________________________________ emacs-wiki-discuss mailing list emacs-wiki-discuss@nongnu.org http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss