Hello, Yvonne, everyone! Here's some code to make it easier to use muse-next/previous-reference with Emacspeak. =)
(defadvice muse-next-reference (after emacspeak pre act comp) "Provide additional feedback." (message "%s" (if (looking-at muse-explicit-link-regexp) (or (match-string 2) (match-string 1)) (match-string 0)))) (defadvice muse-previous-reference (after emacspeak pre act comp) "Provide additional feedback." (message "%s" (if (looking-at muse-explicit-link-regexp) (or (match-string 2) (match-string 1)) (match-string 0)))) -- Sacha Chua <[EMAIL PROTECTED]> - open source, free software geekette http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C interests: emacs, gnu/linux, personal information management, public speaking sachac on irc.freenode.net#emacs . YM: sachachua83 _______________________________________________ emacs-wiki-discuss mailing list emacs-wiki-discuss@nongnu.org http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss