Gnus, both in the version of Emacs I use locally, and in the development repository, has the following in gnus-html-wash-tags (lisp/gnus/gnus-html.el): (when (string-match "href=\"\\([^\"]+\\)" parameters) This, in turn, makes it so that, at least when this function is involved with displaying HTML parts, links that have single quotes surrounding their target in the code are not linkified in the article display. I noticed this when reading RSS/Atom feeds via feedbase.org, which uses single quotes for the link associated with each post, as opposed to Gmane's Gwene (which does not show this issue and uses double quotes for said links), in an instance of Gnus which is using (setq mm-text-html-renderer 'gnus-w3m) The attached patch has the modification that fixes this for me locally, applied to git HEAD; please let me know if something should be done differently. For further context, check the subthread on the gmane.discuss group at news.gmane.io (over netnews) starting at [1], especially [2] and [3]. The patch is almost identical to the change mentioned in [3], but does not escape the second ' in the new regexp. [1] Message-ID: , news://news.gmane.io/vs0nno$vkt$1@ciao.gmane.io [2] Message-ID: , news://news.gmane.io/vs0r45$j1f$1@ciao.gmane.io [3] Message-ID: , news://news.gmane.io/vs1it5$12p2$2@ciao.gmane.io -- Nuno Silva (aka njsg)