# HG changeset patch # User Oleksandr Gavenko # Date 1348310823 -10800 # Node ID efac9eeab57cb4b41e84ce3f238ca000da257d88 # Parent d063544b9199360c712babee047fc502c9df55a5 I need use w3m because nntp://sql.ru provide only articles in HTML with highly bloated formatting. diff -r d063544b9199 -r efac9eeab57c .emacs-my --- a/.emacs-my Thu Sep 20 21:06:14 2012 +0300 +++ b/.emacs-my Sat Sep 22 13:47:03 2012 +0300 @@ -1433,9 +1433,7 @@ ;; Do not use the html part of a message, use the text part if possible! (setq mm-discouraged-alternatives '("text/html" "text/richtext")) -;; Don't use w3m for HTML text because of it navigation style (move across -;; links instead of text). -(setq mm-text-html-renderer 'html2text) +(setq mm-text-html-renderer 'w3m) (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)