emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Re: muse: another bug fix for muse-visit-link-defau


From: Michael Olson
Subject: [emacs-wiki-discuss] Re: muse: another bug fix for muse-visit-link-default
Date: Sat, 29 Oct 2005 04:19:28 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Jim Ottaway <address@hidden> 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: pgpO_MrKe7DKA.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]