Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Cc: ding@gnus.org, zsh@cs.rochester.edu
Subject: Re: 0.88: bug in displaying 8-bit chars in html messages
Date: 15 Jun 1999 23:53:48 -0400	[thread overview]
Message-ID: <2n1zfcg5rn.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: Vladimir Volovich's message of "16 Jun 1999 00:29:51 +0400"

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

>>>>> "VVV" == Vladimir Volovich <vvv@vvv.vsu.ru> writes:

VVV> Hi,
VVV> the following message being viewed in gnus is displayed with broken
VVV> text/html part (\214<8-bit-char> instead of letters) in pgnus 0.88
VVV> under Emacs 20.3.

Try this patch.

1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-view.el (mm-inline-text): Fix text/html bug.


[-- Attachment #2: 88-zsh5.diff --]
[-- Type: application/octet-stream, Size: 408 bytes --]

--- mm-view.el	1999/06/16 03:28:56	1.1
+++ mm-view.el	1999/06/16 03:29:45
@@ -79,7 +79,8 @@
 			       (buffer-substring-no-properties 
 				(match-beginning 2) 
 				(match-end 2)))))
-	    (mm-decode-body charset)
+	    (delete-region (point-min) (point-max))
+	    (insert (mm-decode-string text charset))
 	    (save-window-excursion
 	      (let ((w3-strict-width width)
 		    (url-standalone-mode t))

  reply	other threads:[~1999-06-16  3:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-15 20:29 Vladimir Volovich
1999-06-16  3:53 ` Shenghuo ZHU [this message]
1999-06-16  7:03   ` Vladimir Volovich

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=2n1zfcg5rn.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    --cc=ding@gnus.org \
    /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).