[email protected] (Rainer M. Krug) writes:

Hi Rainer,

>> Is this what you are looking for?
>
> Not exactly. I can open the article in an external viewer, but it is
> always the external viewer as defined in emacs. I use
>
> (setq browse-url-browser-function 'browse-url-generic
>       browse-url-generic-program "x-www-browser")
>
> to define my external browser and I only would like to be able to open
> html mails in a different browser (conqueror or dillo) as this will be
> uch faster them chromium which is my normal x-www-browser (and I want
> to keep chromium for normal browsing).

Ok, I see.  I think this should do the trick (untested):

--8<---------------cut here---------------start------------->8---
(add-to-list 'mm-text-html-renderer-alist
             '(conqueror mm-inline-render-with-file
                         nil "conqueror" file))
(setq mm-text-html-renderer 'conqueror)
--8<---------------cut here---------------end--------------->8---

Then, `K H' should open conqueror with the mail.

Bye,
Tassilo

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

Reply via email to