From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30648 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: two more bugs Date: 04 May 2000 12:32:43 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167154 9576 80.91.224.250 (21 Oct 2002 02:25:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:25:54 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id AC1CAD0523 for ; Thu, 4 May 2000 05:07:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB10189; Thu, 4 May 2000 04:07:19 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 04 May 2000 04:06:25 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA18894 for ; Thu, 4 May 2000 04:06:15 -0500 (CDT) Original-Received: from vsu.ru (info.vsu.ru [62.76.169.9]) by mailhost.sclp.com (Postfix) with ESMTP id A354BD0522 for ; Thu, 4 May 2000 05:04:57 -0400 (EDT) Original-Received: from video.uic.vsu.ru ([62.76.169.38] verified) by vsu.ru (CommuniGate Pro SMTP 3.3b5) with ESMTP id 1481842 for ding@gnus.org; Thu, 04 May 2000 12:31:17 +0400 Original-To: ding@gnus.org Original-Lines: 18 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30648 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30648 Hi! 1) raw previewing (C-u g) should switch to unibyte buffer, otherwise Emacs will "interpret" multibyte 8-bit sequences and show them not in unencoded form (as it should be for C-u g) like \214\300 but as encoded characters. 2) The article contains broken cyrillic text in the third mime part: the content-type is clamed to be "text/plain; charset=koi8-r", but the part actually contains text in internal mule encoding. THE BUG IS: nevertheless, gnus shows the cyrillic text in readable form, but it should not! (because the text is obviously not in koi8-r encoding!) Best, v.