Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Cc: GNU Emacs pretest bug list <emacs-pretest-bug@gnu.org>
Subject: Re: Gnus and \202 in Article buffer again
Date: Wed, 11 Jul 2001 18:20:33 -0700	[thread overview]
Message-ID: <2npub79c4e.fsf@piglet.jia.vnet> (raw)
In-Reply-To: <m3bsmr40fd.fsf@SnowWhite.SuSE.cz> (Pavel@Janik.cz's message of "Wed, 11 Jul 2001 23:32:06 +0200")

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

Pavel@Janik.cz (Pavel Janík) writes:

>    From: Pavel@Janik.cz (Pavel Janík)
>    Date: Tue, 10 Jul 2001 14:13:06 +0200
> 
> Hi again,
> 
> this is a reply to my own e-mail with a full copy for you who do not read
> the list where I reported this problem originally.
> 
>   > I have done a cvs update/recompile tonight as I usually do and from that
>   > time, I do have \202 before accented characters the body of each message in

[...]

> First, I thought that this is problem in Emacs itself, but this Gerd's
> patch was commited to both CVS Gnus and to CVS of Emacs so I was fooled :-)
> I do not know what is the correct solution though. Will leave this on
> Shenghuo and Gerd. Uff ;-)

This bug is only related to nnfolder backend. I've fixed it in the
Gnus CVS.  Please test before add it to the Emacs CVS.

ShengHuo

2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: nnfolder.el.diff --]
[-- Type: text/x-patch, Size: 666 bytes --]

Index: nnfolder.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnfolder.el,v
retrieving revision 6.9
retrieving revision 6.10
diff -u -u -r6.9 -r6.10
--- nnfolder.el	2001/07/10 17:49:44	6.9
+++ nnfolder.el	2001/07/12 01:14:49	6.10
@@ -795,6 +795,7 @@
 		  (let ((nnheader-file-coding-system 
 			 nnfolder-file-coding-system))
 		    (nnheader-find-file-noselect file)))))
+    (mm-enable-multibyte) ;; Use multibyte buffer for future copying.
     (if (equal (cadr (assoc group nnfolder-scantime-alist))
 	       (nth 5 (file-attributes file)))
 	;; This looks up-to-date, so we don't do any scanning.

  parent reply	other threads:[~2001-07-12  1:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m3ofqtrnhp.fsf@SnowWhite.SuSE.cz>
2001-07-11 21:32 ` Pavel Janík
2001-07-11 22:36   ` Gerd Moellmann
2001-07-12  2:20     ` ShengHuo ZHU
2001-07-12  1:20   ` ShengHuo ZHU [this message]
2001-07-12  9:57     ` Pavel Janík
2001-07-12 10:14       ` Gerd Moellmann

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=2npub79c4e.fsf@piglet.jia.vnet \
    --to=zsh@cs.rochester.edu \
    --cc=emacs-pretest-bug@gnu.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).