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

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

[emacs-wiki-discuss] Fixed muse-browse-url for files with position


From: Bastien Guerry
Subject: [emacs-wiki-discuss] Fixed muse-browse-url for files with position
Date: Mon, 07 Nov 2005 16:08:54 +0000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hi,

with muse 3.02.01 and Planner (Muse)[1], `muse-visit-link' didn't work
properly when finding a file at point -- at least with the default
function.

308c308
<       (muse-browse-url link)
---
>       (muse-browse-url link other-window anchor)
123c123,125
<         (funcall (cadr entry) url)))))
---
>         (funcall (cadr entry) 
>                (if anchor (concat url anchor)
>                  url))))))
Footnotes: 
[1]  That's a strange version name for planner, no?
-- 
Bastien Guerry

reply via email to

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