On Tue, 08 Aug 2006 16:33:20 +0100 Chunhua Li wrote: > Hi, lists, > > I just started using Emacs/Gnus to read news. When I read messages in article > buffer, I always need to follow url links, so I position cursor on a URL > link and press <RET>, or position mouse on the link and press <mouse-2>. > With both methods, the following message is displayed in minibuffer, > > *Searching for program: no such file or directory, netscape* > > Actually, I have w3m installed with these lines in ~/.emacs > (require 'w3m-load) > (setq mm-text-html-renderer 'w3m) > > 1. How to instruct Gnus to follow the link with w3m?
(setq browse-url-browser-function 'w3m-browse-url) David _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
