I am aware about w3m integration with Emacs but I am exhausted to make it run on my W7/x64: there is a permanent segmentation fault of w3m binary here.
I wonder if there is an alternative way to display remote HTML in Emacs possibly preliminary filtered in the way it is done by Readability/GetPocket etc. services? I do not need a navigation there so cleared contents would be perfect.
Thanks,
trunk / Emacs 24.4:
eww
RET(URL)
RETEmacs 24.1 - 24.3:
browse-url-emacs
RET(URL)
RETload-library
RETshr
RETshr-render-buffer
RETEdit: or this, which has absolutely no error handling, but is considerably faster (which I attribute to browse-url-emacs using url-retrieve-synchronously, where as this is asynchronous). Feel free to make improvements :)