Gnus development mailing list
 help / color / mirror / Atom feed
* bug: position of html
@ 1998-10-27 17:07 Shenghuo ZHU
  0 siblings, 0 replies; only message in thread
From: Shenghuo ZHU @ 1998-10-27 17:07 UTC (permalink / raw)



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  <zsh@cs.rochester.edu>
+
+	* mm-view.el (mm-inline-text): Postion of html portion.
+	
 Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
 	* 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-10-27 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-27 17:07 bug: position of html Shenghuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).