From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9262 Path: news.gmane.org!not-for-mail From: Bar Shirtcliff Newsgroups: gmane.emacs.gnus.user Subject: Re: getting rss content Date: Sun, 01 Jul 2007 19:51:13 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183340430 14547 80.91.229.12 (2 Jul 2007 01:40:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2007 01:40:30 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jul 02 03:40:29 2007 connect(): Connection refused Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5Att-00077t-ND for gegu-info-gnus-english@m.gmane.org; Mon, 02 Jul 2007 03:40:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5Att-0006Dk-78 for gegu-info-gnus-english@m.gmane.org; Sun, 01 Jul 2007 21:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 28 Original-NNTP-Posting-Host: c-67-163-14-81.hsd1.il.comcast.net Original-X-Trace: quimby.gnus.org 1183337472 10100 67.163.14.81 (2 Jul 2007 00:51:12 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 2 Jul 2007 00:51:12 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Cancel-Lock: sha1:qELNHiTK31dsSTVaoYyHJ9CO3TA= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79448 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9262 Archived-At: Do you think this code would work if I replaced calls to w3m with calls to my shell's w3m? I'm reluctant to try it because it doesn't matter right now (as I'm not getting links) and, last time, it crashed my emacs, so that I couldn't even send mail. Bar Katsumi Yamaoka writes: >>>>>> In Katsumi Yamaoka wrote: > >> (defadvice mm-inline-text-html-render-with-w3m (around follow-link (handle) >> activate) >> "Follow a link in nnrss group." > > I forgot to convert relative links in the html contents to > absolute ones. Here's a revised version: > > > >> You can put it in your ~/.gnus.el file. To disable or enable >> this feature, type: > >> M-x ad-deactivate RET mm-inline-text-html-render-with-w3m RET >> or >> M-x ad-activate RET mm-inline-text-html-render-with-w3m RET