Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: bug: position of html
Date: 27 Oct 1998 12:07:12 -500	[thread overview]
Message-ID: <5bn26iszlr.fsf@bourbon.cs.rochester.edu> (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


                 reply	other threads:[~1998-10-27 17:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5bn26iszlr.fsf@bourbon.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).