From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17224 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: mime/w3/html/images/agent support Date: 18 Sep 1998 12:46:18 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86lnnh8gb9.fsf@kramer-fast.bp.aventail.com> References: <86ogsd8h5r.fsf@kramer-fast.bp.aventail.com> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155963 32257 80.91.224.250 (20 Oct 2002 23:19:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:19:23 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA25387 for ; Fri, 18 Sep 1998 13:47:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id MAF13175; Fri, 18 Sep 1998 12:18:12 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 18 Sep 1998 12:45:38 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA08826 for ; Fri, 18 Sep 1998 12:45:19 -0500 (CDT) Original-Received: from slow.bp.aventail.com (vinc14.cntwk.net [207.205.120.172]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA25328 for ; Fri, 18 Sep 1998 13:45:12 -0400 (EDT) Original-Received: from kramer-fast.bp.aventail.com (kramer-fast.bp.aventail.com [192.168.200.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id JAA26748; Fri, 18 Sep 1998 09:44:03 -0700 Original-Received: (from wmperry@localhost) by kramer-fast.bp.aventail.com (8.8.5/8.8.5) id MAA01906; Fri, 18 Sep 1998 12:46:20 -0500 Original-To: Wes Hardaker X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > >>>>> On 18 Sep 1998 12:28:00 -0500, wmperry@aventail.com (William M. Perry) said: > > William> You can use the TM composition stuff without using the > William> reading hooks. Somehow - I can't remember off the top of my > William> head, it's been a while. > > Yeah, I actually meant to go strip it out. It's just not as easy as > calling (load "mime-setup"). I'll have to go pull the appropriate > parts out of there. > > William> (let ((url-standalone-mode (not gnus-plugged))) > William> (do-w3-stuff-here)) > > True. The question is, can you tell w3 to format the region and don't > go online based on the variable you defined above? IE, does w3 have > an offline (cache only) type mode? That's what url-standalone-mode controls. If that is non-nil, then it will not do any network traffic - it will just pull stuff from the cache. -Bill P.