From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26709 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: article editing oddity Date: 12 Nov 1999 11:39:10 +0300 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 1035163867 20838 80.91.224.250 (21 Oct 2002 01:31:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:31:07 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA00481 for ; Fri, 12 Nov 1999 03:48:51 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB26026; Fri, 12 Nov 1999 02:48:44 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Nov 1999 02:49:01 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA17291 for ; Fri, 12 Nov 1999 02:48:51 -0600 (CST) Original-Received: from relay2.vsu.ru (postfix@mail.vsu.ru [62.76.169.17]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA00470 for ; Fri, 12 Nov 1999 03:48:08 -0500 (EST) Original-Received: by relay2.vsu.ru (Postfix, from userid 5) id B2F1C19BA; Fri, 12 Nov 1999 11:47:26 +0300 (MSK) Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.9.3/8.9.3) id LAA02090; Fri, 12 Nov 1999 11:39:10 +0300 Original-To: ding@gnus.org Original-Lines: 21 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26709 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26709 Hi, i've got a message which was in windows-1251 encoding, but Content-Type header said that it was in koi8-r, so the message was unreadable. I pressed C-u g e, and changed "charset=koi8-r" to "charset=windows-1251" in the Content-Type header. Then i pressed C-c C-c But the saved article still contained "charset=koi8-r" ! What's going wrong? AFAIR, this worked with older gnus versions. Best regards, -- Vladimir. P.S. windows-1251 is defined in my .emacs file by (codepage-setup 1251) (define-coding-system-alias 'windows-1251 'cp1251)