"harry meyers" <[EMAIL PROTECTED]> writes: > I just can't manage it to open links within gnus with w3m and not w3. > I tried it like that > > (if window-system > (setq browse-url-browser-function > ;;'browse-url-kde) > 'w3m-browse-url)
This should be the only thing that's required, I think. Unless you have a hook function somewhere that uses w3 for rendering the HTML. Try (setq mm-text-html-renderer 'w3m) and see whether that helps. -- (domestic pets only, the antidote for overdose, milk.) [EMAIL PROTECTED] * Lars Magne Ingebrigtsen _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
