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)

or get the patch at 

Location: http://www.users.zetnet.co.uk/jeho/archives/2005
Archive name: [EMAIL PROTECTED]
Branch: muse--jeho--1.0
Patch: 10

-- 
Jim Ottaway


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

Reply via email to