From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29399 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: Shouldn't Gnus (er, W3) inline related images in ? Date: Sun, 5 Mar 2000 09:24:52 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <200003051424.JAA03761@localhost.localdomain> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166076 2537 80.91.224.250 (21 Oct 2002 02:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:07:56 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id B78EBD051E for ; Sun, 5 Mar 2000 09:28:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB07671; Sun, 5 Mar 2000 08:27:15 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 Mar 2000 08:26:55 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA25125 for ; Sun, 5 Mar 2000 08:26:45 -0600 (CST) Original-Received: from localhost.localdomain (dial425.bton.kiva.net [216.9.129.169]) by mailhost.sclp.com (Postfix) with ESMTP id 63610D051E for ; Sun, 5 Mar 2000 09:26:48 -0500 (EST) Original-Received: (from wmperry@localhost) by localhost.localdomain (8.9.3/8.8.7) id JAA03761; Sun, 5 Mar 2000 09:24:52 -0500 X-Authentication-Warning: localhost.localdomain: wmperry set sender to wmperry@aventail.com using -f Original-To: Karl Kleinpaste X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Quite a long time back, I recall there being some hackery done in Gnus, > or perhaps W3, regarding proper inlining of images within a text/html > message. As I see things today, in CVS-current 5.8.4, the inlining > doesn't happen at all, and instead the cid:foo identifier is displayed in > [square brackets] as the "content" of the text/html message. Oddly, even > the content ID string dispalyed is mangled, being cut off at the first > `.' -- is that perhaps the bug? Or is there some knob I'm supposed to > have twisted in order to get the image to inline with the text/html > directly? If you `C-d', you can see all the component parts, of course, > but I wouldn't think I'd have to work that hard -- it's already supposed > to show the image in question. Test message follows, using a smallish > .gif image. "M-x w3-version RET" reveals "4.0pre.46", which is current in > xemacs-packages. Hrmm... Is the content-id supposed to have <...> around it? Emacs/W3 just looks for it raw. Look at your messages buffer - do you see something like "Unknown CID encountered: ..."? -Bill P.