Jim Ottaway <[EMAIL PROTECTED]> writes:

> I have found another problem with this function: it doesn't handle
> forward references correctly; when, that is, a link to an anchor
> precedes the anchor itself in the file.  It's a trivial fix, so
> either replace
>
> (unless (re-search-forward (concat anchor "\\b") nil t)
>
> with
>
> (unless (re-search-forward (concat "\\W" anchor "\\b") nil t)

I've tried to merge in a lot of these patches recently.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: anime, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgpQAuXx4Wpj0.pgp
Description: PGP signature

_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to