From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17103 Path: main.gmane.org!not-for-mail From: "=?iso-8859-5?b?stvQ1Njc2OAgst7b3tLY5w==?=" Newsgroups: gmane.emacs.gnus.general Subject: Re: bug(s) in moving messages. Date: 14 Sep 1998 22:39:04 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-5 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035155864 31604 80.91.224.250 (20 Oct 2002 23:17:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:17:44 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA18255 for ; Mon, 14 Sep 1998 14:54:39 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id NAF27392; Mon, 14 Sep 1998 13:22:24 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 14 Sep 1998 13:49:52 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA10665 for ; Mon, 14 Sep 1998 13:49:41 -0500 (CDT) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA18161 for ; Mon, 14 Sep 1998 14:49:32 -0400 (EDT) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id WAA28517 for ding@gnus.org; Mon, 14 Sep 1998 22:47:31 +0400 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id WAA16718; Mon, 14 Sep 1998 22:39:04 +0400 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "14 Sep 1998 08:26:00 +0200" Original-Lines: 56 User-Agent: Gnus/5.070031 (Pterodactyl Gnus v0.31) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17103 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17103 "LMI" == Lars Magne Ingebrigtsen writes: LMI> " ŒèŒßŒâŒìŒíŒìŒÎ LMI> ŒçŒèŒçŒàŒìŒ³" writes: >> But for the nnmbox backend, russian letters in the " *Original >> Article*" buffer look already decoded, i.e. like perfect russian >> letters! But in the article buffer they instead look like a mess >> with \214<8-bit_char>. So yes, it seems that the error is that the >> article gets decoded twice: the first time in the " *Original >> Article*" buffer, and the second time in the Article buffer. :-( LMI> I think I've located and fixed this bug. Could you check after LMI> Pterodactyl Gnus v0.31 has been released to see whether things LMI> start working? Unfortunately, no. Things seem to work like previously (including buffers " *Original Article*"). Some more details follow. 1) Some messages in russian display in nnmbox groups well. For example, the message with MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01BDDFDF.5FBF1020" and the text part was Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable This message displayed perfectly well. (and i suppose that all qp messages will be ok). problems are with 8-bit messages. 2) subjects and "from" addresses of the messages which are in encoded-word format, are displayed in a summary buffer and in an article buffer; the _body_ is still displayed broken. 3) if the message is text/plain charset=koi8-r, and c-t-e=8-bit, then these messages are looking well in an " *Original Article*" buffer (i.e., russian letters are looking Ok). 4) if the message is text/plain charset=iso-8859-5, and c-t-e=8-bit, then russian letters in an " *Original Article*" buffer look like russian letters, but encoded brokenly (as if they were iso-8859-5 text displayed on a koi-r terminal). my setup: (set-default-font "fontset-standard") (set-language-environment "Cyrillic-KOI8") (setq rfc2047-default-charset 'koi8-r) ;(setq mm-default-coding-system 'koi8) ; this problem is independent of this setting (setq gnus-secondary-select-methods '((nnmbox ""))) Best regards, -- Vladimir.