Arnaud Bailly <[EMAIL PROTECTED]> writes: > I use Muse for editing within Emacs and navigating through links. When I link > to another page in the project, links > should be relative from the root of the project. ie. > > [[toto/tutu][likn]] ----> ~/projets/site-oqube/src/site/muse/toto/tutu.muse > > Is there a way to modify this behavior so that I write context > relative links. If I am in directory toto/titi : > > [[../tutu][likn]] ----> ~/projets/site-oqube/src/site/muse/toto/tutu.muse
I'm hesitant to touch the link-resolving code at this point, though this seems like a good suggestion. I've filed a bug report with this information. Come to think of it, does the following change make things work? (setq muse-file-regexp "\\`[~/.]\\|\\?\\|\\.\\(html?\\|pdf\\|mp3\\|el\\|zip\\|txt\\|tar\\)\\(\\.\\(gz\\|bz2\\)\\)?\\'") -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC |_] | \| |_| Reclaim your digital rights by eliminating DRM. See http://www.defectivebydesign.org/what_is_drm for details.
pgpP4Gu9BcjJy.pgp
Description: PGP signature
_______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
