Hi, Emacs-w3m is yet another web browser for Emacsen. It is light and fast for rendering html contents, because it uses the external command w3m. Emacs-w3m can also show images inline under XEmacs or Emacs 21+. Why don't we use emacs-w3m for converting text/html parts on Gnus? I wish to install the attached patch to Gnus CVS by myself. Do you have any objections? If you are interested in emacs-w3m, visit the following web site: http://emacs-w3m.namazu.org/ Note that you have to install both the lisp package emacs-w3m and the external command w3m to make your Emacs web browser, and some programs (e.g. gifsicle, ImageMagick, etc.) will help you. See the documentations for details. 2002-01-24 Katsumi Yamaoka * mm-decode.el (mm-inline-text-use-emacs-w3m): New user option. (mm-inline-media-tests): Check for w3m instead of w3 if `mm-inline-text-use-emacs-w3m' is non-nil. * mm-view.el (mm-inline-text-html-with-w3): New function separated from `mm-inline-text'. (w3m-region, w3m-mode-map): Bind them when compiling. (mm-w3m-minor-mode): New variable. (mm-w3m-setup): New variable. (mm-setup-w3m): New function. (mm-inline-text-html-with-w3m): New function. (mm-inline-text): Use `mm-inline-text-html-with-w3m' or `mm-inline-text-html-with-w3' to convert html part. The original code which uses `defadvice' was posted in the news: From: greg@visiontech-dml.com Newsgroups: gnu.emacs.help Subject: Re: w3m-mode and images Date: 19 Jul 2001 10:59:19 +0300 Message-ID: <2fasnftcpt4.fsf@broadcom.com>