Torben Knudsen <[email protected]> writes:

Hi Torben,

> Do you have a suggestion that works with firefox?

,----[ C-h v mm-text-html-renderer RET ]
| mm-text-html-renderer is a variable defined in `mm-decode.el'.
| Its value is w3m
| 
| Documentation:
| Render of HTML contents.
| It is one of defined renderer types, or a rendering function.
| The defined renderer types are:
| `w3m'  : use emacs-w3m;
| `w3m-standalone': use w3m;
| `links': use links;
| `lynx' : use lynx;
| `w3'   : use Emacs/W3;
| `html2text' : use html2text;
| nil    : use external viewer (default web browser).
| 
| You can customize this variable.
| 
| This variable was introduced, or its default value was changed, in
| version 23.0 of Emacs.
`----

So try

  (setq mm-text-html-renderer nil)

and see what happens.  (Maybe you also need to set
browse-url-browser-function to browse-url-firefox.)

Bye,
Tassilo



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to