> When I try to wash html in Gnus I get a ``Cannot open load file: w3'' > error. Does anyone have any idea whats going on here? > > I have Gnus 21 and w3m emacs installed.
I had this exact problem, and I fixed it by changing my .emacs file to have this line: (setq mm-text-html-renderer 'lynx) Basically, I changed the browser. Works fine now. I also took out the similar line in .gnus, which had the reference to w3m-standalone. Hope this helps. Ross -- Ross A. Laird, PhD www.rosslaird.info _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
