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
_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to