From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74881 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: prefetching HTML resources Date: Thu, 09 Dec 2010 08:42:07 +0800 Message-ID: <87ipz3ojz4.fsf@ericabrahamsen.net> References: <87oc8wpwl4.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1291855366 26634 80.91.229.12 (9 Dec 2010 00:42:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 00:42:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23237@lists.math.uh.edu Thu Dec 09 01:42:42 2010 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.69) (envelope-from ) id 1PQUam-0001uH-D7 for ding-account@gmane.org; Thu, 09 Dec 2010 01:42:40 +0100 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 1PQUak-0005cb-4E; Wed, 08 Dec 2010 18:42:38 -0600 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 1PQUaj-0005cO-07 for ding@lists.math.uh.edu; Wed, 08 Dec 2010 18:42:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PQUaW-0004JI-HV for ding@lists.math.uh.edu; Wed, 08 Dec 2010 18:42:36 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PQUaV-0002iD-00 for ; Thu, 09 Dec 2010 01:42:23 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PQUaU-0001mC-V4 for ding@gnus.org; Thu, 09 Dec 2010 01:42:22 +0100 Original-Received: from 123.121.211.17 ([123.121.211.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Dec 2010 01:42:22 +0100 Original-Received: from eric by 123.121.211.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Dec 2010 01:42:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.121.211.17 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:2y09AdqEKXuzvLmCAu6gmE1T7kE= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74881 Archived-At: On Thu, Dec 09 2010, Lars Magne Ingebrigtsen wrote: > Eric Abrahamsen writes: > >> Article prefetching doesn't seem to apply, since that would only bring >> in the body of the article, and the external resources aren't fetched >> until the rendering process (or am I wrong about that?). > > The article prefetch should also automatically prefetch images. > Say `M-x debug-on-entry RET gnus-html-prefetch-images RET'. If it's not > being called, then there's something wrong somewhere... My apologies, I hadn't understood that the pre-fetching happens when you enter a group, not when fetching new news, and misinterpreted the avalanch of requests. Sorry for the noise…