From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18232 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: bug: position of html Date: 27 Oct 1998 12:07:12 -500 Organization: Computer Dept of U Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5bn26iszlr.fsf@bourbon.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156792 5084 80.91.224.250 (20 Oct 2002 23:33:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:33:12 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA28673 for ; Tue, 27 Oct 1998 12:08:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB09196; Tue, 27 Oct 1998 11:07:53 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 27 Oct 1998 11:07:30 -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 LAA14572 for ; Tue, 27 Oct 1998 11:07:22 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id MAA28648 for ; Tue, 27 Oct 1998 12:07:18 -0500 (EST) Original-Received: from slate.cs.rochester.edu (slate.cs.rochester.edu [192.5.53.101]) by cayuga.cs.rochester.edu (8.6.9/O) with ESMTP id MAA03728 for ; Tue, 27 Oct 1998 12:07:14 -0500 Original-Received: from bourbon.cs.rochester.edu (bourbon.cs.rochester.edu [192.5.53.198]) by slate.cs.rochester.edu (8.6.9/O) with ESMTP id MAA27886 for ; Tue, 27 Oct 1998 12:07:13 -0500 Original-Received: (from zsh@localhost) by bourbon.cs.rochester.edu (SMI-8.6/N++) id MAA27527; Tue, 27 Oct 1998 12:07:13 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q Original-Lines: 35 User-Agent: Gnus/5.07004 (Pterodactyl Gnus v0.40) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18232 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18232 GNU Emacs 20.3+pgnus 0.40+w3 4.0pre0.25 does not show the html portion of the message http://www.cs.cmu.edu/~karl/pgnus/no-plain-again in right position. A patch is attached. -- Shenghuo :- cut -------------------------------------------- --- ChangeLog 1998/10/27 17:01:55 1.2 +++ ChangeLog 1998/10/27 17:02:41 @@ -1,3 +1,7 @@ +Tue Oct 27 11:59:31 1998 Shenghuo ZHU + + * mm-view.el (mm-inline-text): Postion of html portion. + Mon Oct 26 14:37:19 1998 Shenghuo ZHU * mm-decode.el (mm-copy-to-buffer): Make it works when no header. --- mm-view.el 1998/10/27 16:53:03 1.1 +++ mm-view.el 1998/10/27 16:55:25 @@ -85,8 +85,8 @@ (require 'url) (save-window-excursion (w3-region (point-min) (point-max)) - (setq text (buffer-string)))) - (mm-insert-inline handle text))) + (setq text (buffer-string))))) + (mm-insert-inline handle text)) ((or (equal type "enriched") (equal type "richtext")) (save-excursion