Tassilo Horn <[EMAIL PROTECTED]> writes:

> slack-rat <[EMAIL PROTECTED]> writes:
>
> Hi,
>
>> in .gnus, this works for me:
>>
>> ;; Show the text/plain part of a multipart
>> (setq mm-discouraged-alternatives
>>       '("text/html"
>>      "text/richtext"))
>
> This will only preventy you from seeing the html part if a plain text
> part is present in multipart messages.
>
>> ;; I would like gnus to always use Netscape/mozilla/etc 
>> (setq browse-url-browser-function 'browse-url-firefox)
>
> And this affects only which browser to use when hitting RET on a link.
>
> I use emacs-w3m [1] to render html mails inside emacs.
>
> (setq mm-text-html-renderer 'w3m)
> (setq mm-inline-text-html-with-images t)
> (setq mm-inline-large-images t)

Hi Tasilo,

I appreciate your response and the information you provided, but
I don't want to use w3m. I want to use firefox. This is because
(correct me if I'm wrong) firefox is more likely to have a more
complete implementation of html in all of its complexities than
w3m. 

I tried substituting "firefox" for "w3m" but that didn't work. It
also seems there are many "sub-options" for the html rendering and
the entire mechanism is very confusing to me because I haven't seen
a document that ties all of these together from a top-level operational
point-of-view. 

Any further information would be appreciated.
-- 
%  Randy Yates                  % "The dreamer, the unwoken fool - 
%% Fuquay-Varina, NC            %  in dreams, no pain will kiss the brow..."
%%% 919-577-9882                %  
%%%% <[EMAIL PROTECTED]>           % 'Eldorado Overture', *Eldorado*, ELO
http://www.digitalsignallabs.com
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to