From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18803 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: w3-strict-width again Date: 17 Nov 1998 17:57:13 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035157267 8232 80.91.224.250 (20 Oct 2002 23:41:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:41:07 +0000 (UTC) Keywords: w3-strict-width,text/html,binding 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 RAA23057 for ; Tue, 17 Nov 1998 17:58:25 -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 QAB24559; Tue, 17 Nov 1998 16:58:10 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 17 Nov 1998 16:58:04 -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 QAA19518 for ; Tue, 17 Nov 1998 16:57:52 -0600 (CST) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA23016 for ; Tue, 17 Nov 1998 17:57:43 -0500 (EST) Original-Received: (from karl@localhost) by beaver.jprc.com (8.8.7/8.8.7) id RAA06497; Tue, 17 Nov 1998 17:57:13 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu Original-Lines: 23 User-Agent: Gnus/5.070048 (Pterodactyl Gnus v0.48) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18803 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18803 One of the fixes Lars made for p0.43 was... * mm-view.el (mm-inline-text): Bind w3-strict-width. ...which is supposed to correct the problem where (window-width) is less than (frame-width) and text/html parts are erroneously rendered at (frame-width). Unfortunately, I think we have a binding-time error. The very first time that I view a text/html part, it is still rendered as though it expected that *Article* to be as wide as Emacs. But if I immediately `g' the same article again, it is re-rendered with an appropriate width. All subsequent text/html portions seem fine, too, of course. I suspect that w3-strict-width is bound by Gnus, which then autoloads W3-related *.elc, which has the effect of altering w3-strict-width according to the natural expectations of W3. Once the package is loaded, then subsequent bindings of w3-strict-width by Gnus work fine. Can this sort of thing be worked around, or is it just something we have to live with? Screenshots available in http://www.cs.cmu.edu/~karl/pgnus/html-too-wide.