Franz Häuslschmid <[EMAIL PROTECTED]> writes: > Chunhua Li writes: > > [...] > >> 1. How to instruct Gnus to follow the link with w3m? > > Try adapting the variable `browse-url-browser-function' by typing > `M-x customize-variable RET browse-url-browser-function'. The > rest should be self-explanatory.
I use w3m-view-url-with-external-browser for external stuff. in my .gnus.el: (define-key gnus-article-mode-map (kbd "<f1>") 'w3m-view-url-with-external-browser) for w3m "in buffer" : just use M x w3m _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
