From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19302 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: with pgnus 0.55 and 0.56 i'm unable to see text in russian Date: 30 Nov 1998 00:17:17 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157676 10905 80.91.224.250 (20 Oct 2002 23:47:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:47:56 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA25794 for ; Sun, 29 Nov 1998 16:33:34 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB17648; Sun, 29 Nov 1998 15:20:05 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 29 Nov 1998 15:20:03 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id PAA23876 for ; Sun, 29 Nov 1998 15:19:54 -0600 (CST) 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 QAA25401 for ; Sun, 29 Nov 1998 16:19:31 -0500 (EST) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id AAA24961 for ding@gnus.org; Mon, 30 Nov 1998 00:18:23 +0300 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id AAA22173; Mon, 30 Nov 1998 00:17:18 +0300 Original-To: ding@gnus.org Original-Lines: 29 User-Agent: Gnus/5.070056 (Pterodactyl Gnus v0.56) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19302 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19302 Hi, as i reported some time before, pgnus 0.55 broke displaying of articles in russian. 0.54 worked fine. here is what happens: (1) in nnmbox, russian articles with C-T-E=8bit are displayed Ok (2) in nnmbox, russian articles with C-T-E=QP are displayed buggy (\214<8-bit-char>) (3) in nnmbox, russian multipart/alternative articles which have html part with C-T-E=QP (which are rendered with w3), are displayed Ok (i.e. russian characters look fine) except that background color is only at positions with letters; empty lines and space at the end of lines is not colored with background color, but this is another issue. (4) in nntp newsgroups, i see latin1 instead of koi8-r 8-bit articles without C-T-E (regardless of setting of mm-default-coding-system to 'koi8) Some observations: i tried to debug the function mm-display-inline; and in pgnus-0.55 the text which finally appears in the *Article* buffer gets corrupted when the function mm-encode-coding-region is called (before that, the *Article* buffer already contains russian text properly encoded, so this is the second encoding which breaks things). Best regards, -- Vladimir.