Haines Brown <[email protected]> writes: > I installed emacs-w3m and put these lines into .emacs: > > "~/elisp/w3m/" > > (require 'w3m-load)
That shouldn't be necessary... > (require 'mime-w3m) And that doesn't sound correct. > There is available a mime-parse.el, but I had assumed that this was > automatically a part of emacs 23. Should I go ahead and install > mime-parse (along with its dependencies: mime-def, luna and std11)? My > intuition is that this is not necessary just to get emacs to desplay > html files with w3m. (setq mm-text-html-renderer 'w3m) should be sufficient -- you shouldn't have to require anything. But you have to install w3m, of course. -- (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
