Ignore all <style> tags for the moment.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 6 Dec 2010 17:54:22 +0000 (18:54 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 6 Dec 2010 17:54:22 +0000 (18:54 +0100)
lisp/ChangeLog
lisp/shr.el

index 7a30fca..c74c9a3 100644 (file)
@@ -5,6 +5,7 @@
        (shr-tag-font): Actually let the styles be inherited instead of
        overwriting them.
        (shr-tag-font): Get the background color right.
+       (shr-tag-style): Ignore all <style> tags for the moment.
 
        * gnus-int.el (gnus-request-thread): Rework to take a header instead of
        a Message-ID to avoid having nnimap depend on gnus-sum.
index a41ebf1..fafe3d9 100644 (file)
@@ -638,6 +638,9 @@ ones, in case fg and bg are nil."
     (shr-generic cont)
     (shr-colorize-region start (point) fgcolor bgcolor)))
 
+(defun shr-tag-style (cont)
+  )
+
 (defun shr-tag-p (cont)
   (shr-ensure-paragraph)
   (shr-indent)