From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67598 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Using nnrss very actively Date: Thu, 16 Oct 2008 15:43:02 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224164641 14516 80.91.229.12 (16 Oct 2008 13:44:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2008 13:44:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16049@lists.math.uh.edu Thu Oct 16 15:44:52 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KqT9a-0006ZZ-7v for ding-account@gmane.org; Thu, 16 Oct 2008 15:44:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KqT89-0001oZ-RT; Thu, 16 Oct 2008 08:43:09 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KqT88-0001oM-OO for ding@lists.math.uh.edu; Thu, 16 Oct 2008 08:43:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KqT84-0007Lj-Ke for ding@lists.math.uh.edu; Thu, 16 Oct 2008 08:43:08 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KqT8B-0004ZR-00 for ; Thu, 16 Oct 2008 15:43:11 +0200 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48]) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KqT9Y-0003UD-Pq for ding@gnus.org; Thu, 16 Oct 2008 15:44:36 +0200 Mail-Copies-To: never Mail-Followup-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 16 Oct 2008 15:27:30 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.90 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67598 Archived-At: Lars Magne Ingebrigtsen writes: > Then the RSS files are parsed when you hit `g', I guess? Is that fast > enough to not be annoying? That depends on the size of the feed and how many you have (of course). I find it fast enough, but I only have about 5 RSS feeds (I use nnshimbun from emacs-w3m wherever possible). > And a related question: What HTML renderer do y'all use? I'm currently > using w3m, but that doesn't support purdy pictures (unless I'm missing > something). emacs-w3m does support images. I use (mm-inline-text-html-with-images t) (mm-discouraged-alternatives nil) (mm-w3m-safe-url-regexp nil) in my RSS topic parameters (I don't know anymore if the latter two are really necessary). -David