Gnus development mailing list
 help / color / mirror / Atom feed
* HTML displayed correctly in TB but not in GNUS
@ 2016-08-10  8:26 Uwe Brauer
  2016-08-10 13:06 ` Emanuel Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2016-08-10  8:26 UTC (permalink / raw)
  To: ding

Hi

Using GNU emacs 25.1.5 and the corresponding gnus version I encountered
a problem with a HTMLized message which is displayed correctly in TB.

The message in question looks like this

,----
| From: Lufthansa Customer Relations <customer.relations@lufthansa.com>
| Subject: Eingangsbestätigung für Ihre Anfrage unter der Feedback 
| To: oub@mat.ucm.es
| Date: Thu, 28 Jul 2016 08:35:19 +0000 (UTC) (1 week, 5 days, 23 hours ago)
| Reply-To: Lufthansa Customer Relations <customer.relations@lufthansa.com>
| 
| del {text-decoration:line-through;color:red;} ins
| {text-decoration:none;}
| .normal-h1-H{font-family:Arial;font-size:12pt;}
| .standard-h1-H{font-family:Arial;font-size:12pt;}
| .Hyperlink-H{color:#0000FF;}
| .Normal-P{margin-left:0pt;margin-right:0pt;margin-top:0pt;margin-bottom:.0001pt;font-size:10.0pt;font-family:"Times
| New Roman";} .Normal-H{font-family:Arial;font-size:12pt;}
| .Standard-P{margin-left:0pt;margin-right:0pt;margin-top:0pt;margin-bottom:.0001pt;font-size:10.0pt;font-family:"Times
| New Roman";} .Standard-H{font-family:Arial;font-size:12pt;}
| .normal-p-P{margin-left:0pt;margin-right:0pt;margin-top:0pt;margin-bottom:.0001pt;font-size:10.0pt;font-family:"Times
| 
`----

I tried out the following setting

(setq mm-text-html-renderer 'html2text)
(setq mm-text-html-renderer 'w3m)
(setq mm-text-html-renderer 'gnus-w3m)
(setq mm-text-html-renderer 'shr)
(setq mm-text-html-renderer 'gnus-article-html)

But none helped. What can I do?




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HTML displayed correctly in TB but not in GNUS
  2016-08-10  8:26 HTML displayed correctly in TB but not in GNUS Uwe Brauer
@ 2016-08-10 13:06 ` Emanuel Berg
  2016-08-11 15:49   ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Emanuel Berg @ 2016-08-10 13:06 UTC (permalink / raw)
  To: ding

Uwe Brauer wrote:

> But none helped. What can I do?

Try this:

;; HTML
(setq gnus-inhibit-images t)
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))
(setq mm-text-html-renderer #'w3m)

-- 
underground experts united .... http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic ......... http://user.it.uu.se/~embe8573/blogomatic
                   - so far: 64 Blogomatic articles -                   




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HTML displayed correctly in TB but not in GNUS
  2016-08-10 13:06 ` Emanuel Berg
@ 2016-08-11 15:49   ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2016-08-11 15:49 UTC (permalink / raw)
  To: ding

>>> "Emanuel" == Emanuel Berg <embe8573@student.uu.se> writes:

   > Uwe Brauer wrote:
   >> But none helped. What can I do?

   > Try this:

   > ;; HTML
   > (setq gnus-inhibit-images t)
   > (setq mm-discouraged-alternatives '("text/html" "text/richtext"))
   > (setq mm-text-html-renderer #'w3m)

Thanks, did not help. :'(




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-11 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-10  8:26 HTML displayed correctly in TB but not in GNUS Uwe Brauer
2016-08-10 13:06 ` Emanuel Berg
2016-08-11 15:49   ` Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).