From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17222 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:28:00 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86ogsd8h5r.fsf@kramer-fast.bp.aventail.com> References: 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 1035155962 32248 80.91.224.250 (20 Oct 2002 23:19:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:19:22 +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 NAA24826 for ; Fri, 18 Sep 1998 13:29:05 -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 LAF13085; Fri, 18 Sep 1998 12:00:01 -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:27:21 -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 MAA08341 for ; Fri, 18 Sep 1998 12:27:08 -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 NAA24753 for ; Fri, 18 Sep 1998 13:27:00 -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 JAA26581; Fri, 18 Sep 1998 09:25:43 -0700 Original-Received: (from wmperry@localhost) by kramer-fast.bp.aventail.com (8.8.5/8.8.5) id MAA00631; Fri, 18 Sep 1998 12:28:01 -0500 Original-To: Wes Hardaker X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > (and if that doesn't indicate a complex issue...) > > Ok, (ha ha ha, solve this one Lars): > > I finally got a text/html message (I was going to try and generate one to > mail myself figuring this issue would pop up, but I realized as I started > the composition process that since dropping TM I could no longer *write* > mime messages... (unless I missed something)). You can use the TM composition stuff without using the reading hooks. Somehow - I can't remember off the top of my head, it's been a while. > Anyway, I figured this would happen: you get a text/html part that is > displayed with w3 (which is, simply *way* too cool) but it trys to > download the images. This is a problem when you're in off-line agent > mode (like I was) and it brought by my ISDN connection (not a big deal, > but it shouldn't and would fail under many hand-dialed modem cases). > Anyway, is there anyway to put w3 into an off-line mode telling it to > only look in its cache (if it has one, its been a while since I've looked > into it) that could be dependent on the plugged/unplugged status of gnus? You could do: (let ((url-standalone-mode (not gnus-plugged))) (do-w3-stuff-here)) -Bill P.