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

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

[emacs-wiki-discuss] muse: bug fix for muse-link-at-point


From: Jim Ottaway
Subject: [emacs-wiki-discuss] muse: bug fix for muse-link-at-point
Date: Thu, 20 Oct 2005 20:25:11 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

I have found a problem with muse-link-at-point in muse-mode.el: it
doesn't handle links of the form [[project::page][title]] correctly
when muse-mode-intangible-links is non-nil.  Obviously, this is when
muse-wiki is involved. 

The source of the problem in the code is the goto-char just before
muse-handle-explicit-link: the intangible property means that point
ends up at an incorrect position. My solution is to let bind
inhibit-point-motion-hooks to t.  It is such a trivial fix, that it's
probably not worth going to the bother, but I have the patch at:

Location: http://www.users.zetnet.co.uk/jeho/archives/2005
Archive name: address@hidden
Branch: muse--jeho--1.0
Patch: 7


-- 
Jim Ottaway




reply via email to

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