From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18556 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: text/html rendering erroneously uses frame-width Date: 13 Nov 1998 12:11:08 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <86sofnl5er.fsf@kramer.in.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 1035157060 6800 80.91.224.250 (20 Oct 2002 23:37:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:37:40 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA24539 for ; Fri, 13 Nov 1998 15:11:58 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB05141; Fri, 13 Nov 1998 14:11:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Nov 1998 14:11:29 -0600 (CST) 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 OAA01770 for ; Fri, 13 Nov 1998 14:11:18 -0600 (CST) Original-Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA24519 for ; Fri, 13 Nov 1998 15:11:12 -0500 (EST) Original-Received: from kramer.in.aventail.com (wmperry@kramer.in.aventail.com [192.168.100.12]) by newman.aventail.com (8.8.5/8.8.5) with ESMTP id MAA17436 for ; Fri, 13 Nov 1998 12:11:09 -0800 (PST) Original-Received: (from wmperry@localhost) by kramer.in.aventail.com (8.8.5/8.8.5) id MAA00941; Fri, 13 Nov 1998 12:11:08 -0800 Original-To: ding@gnus.org X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Karl Kleinpaste writes: > > > I don't really know if this is a Gnus or W3 issue, but I thought I'd > > mention it, since the relevant authors are both accessible here. > > I think it's probably a w3 bug, since Gnus just calls `w3-region'. > Er. But it doesn't call that from the buffer that it's actually > displayed in. It does a `with-temp-buffer' and reders the thing there > before copying over. Could that be a source of the problem? gnus could let-bind w3-strict-width to the appropriate width before calling w3-region. -Bill P.