(eww-readable): Save the history before displaying so that we can
go back to the non-readable version.
* net/eww.el (eww-display-html): The charset is called `utf-8',
not `utf8'.
(eww-readable): Decode the saved text correctly.
+ (eww-readable): Save the history before displaying so that we can
+ go back to the non-readable version.
2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
(coding-system-error nil))
(libxml-parse-html-region (point-min) (point-max))))))
(eww-score-readability dom)
+ (eww-save-history)
(eww-display-html nil nil
(shr-retransform-dom
(eww-highest-readability dom)))