RSS via Gnus
Gnus, the Emacs mail/news/whatever reader, has built-in support for RSS, which, in theory should allow one to read blogs like this or LtU without having to leave the comfortable surroundings of Emacs.
The instructions at MyGnus were good enough to get me going, but the result is quite unsatisfactory. Firstly, gnus throws a fit when trying to retrieve the RSS for this blog, though the LtU blog is fine. TonyG suggests this may be due to namespace prefixes. Secondly, the body of RSS feeds tends to be HTML, which looks hideous when rendered by Emacs.
So for the time being I’ll stick to web browsers for blog reading.

matthew
on 18/07/05 at 9:56 am
Or, there are dedicated RSS readers, my favourite of which is currently Straw.
chook
on 18/06/06 at 4:07 pm
I just tried your site on gnus 21.4.1. Works perfectly. I found your post because I’m having troubling reading a different wordpress rss feed, but yours works great. Otherwise gnus is by far the fastest way to deal with lots of rss feeds and, if you are comfortable with emacs, the most intuitive.
matthias
on 23/06/06 at 7:51 am
It still doesn’t work for me under XEmacs 21.4.19, Gnus v5.10.7
The error I am seeing in the
*Message-Log*buffer ismatthias
on 23/06/06 at 8:13 am
I got rid of that error by doing a
(require 'w3). Now I get the following in theMessage-Log`:When selecting the
lshift-bloggroup Gnus just says “no messages”.matthias
on 21/07/06 at 2:38 am
I finally got it to work! The trick is to set
mm-url-use-externaltotso that emacs uses an external program, by defaultwget, to fetch the feed, rather than its built-in http support.