Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: bug: when edit an artile
Date: 13 Sep 1998 04:29:33 -400	[thread overview]
Message-ID: <2nu32c8lg2.fsf@zsh.cs.rochester.edu> (raw)


When edit an article with charset other than us-ascii, in the edited
article, foreign characters are encoded to RFC2047, but ill form.

A patch attached.

-- 
Shenghuo
----------------------------------------------------------------------
diff -ur pgnus-0.30/lisp/ChangeLog pgnus-0.31pre/lisp/ChangeLog
--- pgnus-0.30/lisp/ChangeLog	Sun Sep 13 03:36:25 1998
+++ pgnus-0.31pre/lisp/ChangeLog	Sun Sep 13 04:18:16 1998
@@ -1,3 +1,8 @@
+1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+	* gnus-int.el (gnus-request-replace-article): Replace
+	message-narrow-to-headers with message-narrow-to-head
+
 Sun Sep 13 09:37:37 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 	* gnus.el: Pterodactyl Gnus v0.30 is released.
diff -ur pgnus-0.30/lisp/gnus-int.el pgnus-0.31pre/lisp/gnus-int.el
--- pgnus-0.30/lisp/gnus-int.el	Sat Sep 12 03:15:35 1998
+++ pgnus-0.31pre/lisp/gnus-int.el	Sun Sep 13 04:18:33 1998
@@ -449,7 +449,7 @@
 
 (defun gnus-request-replace-article (article group buffer)
   (save-restriction
-    (message-narrow-to-headers)
+    (message-narrow-to-head)
     (mail-encode-encoded-word-buffer))
   (message-encode-message-body)
   (let ((func (car (gnus-group-name-to-method group))))


                 reply	other threads:[~1998-09-13  8:29 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=2nu32c8lg2.fsf@zsh.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).