From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30329 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: preview does not respect gnus-group-posting-charset-alist setting Date: 25 Apr 2000 14:35:00 +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 1035166883 7885 80.91.224.250 (21 Oct 2002 02:21:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:21:23 +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 046E5D051E for ; Tue, 25 Apr 2000 07:08:10 -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 GAB21654; Tue, 25 Apr 2000 06:08:00 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 25 Apr 2000 06:07:31 -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 GAA27356 for ; Tue, 25 Apr 2000 06:07:09 -0500 (CDT) Original-Received: from vsu.ru (info.vsu.ru [62.76.169.9]) by mailhost.sclp.com (Postfix) with ESMTP id 47D60D051E for ; Tue, 25 Apr 2000 07:07:01 -0400 (EDT) Original-Received: from video.uic.vsu.ru ([62.76.169.38] verified) by vsu.ru (CommuniGate Pro SMTP 3.3b2) with ESMTP id 1448946 for ding@gnus.org; Tue, 25 Apr 2000 14:33:27 +0400 Original-To: ding@gnus.org Original-Lines: 29 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30329 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30329 Hi! I have the following setting of gnus-group-posting-charset-alist: (("^fido7\\." koi8-r (koi8-r)) ("^\\(no\\|fr\\|dk\\)\\.[^,]*\\(,[ \n]*\\(no\\|fr\\|dk\\)\\.[^,]*\\)*$" iso-8859-1 (iso-8859-1)) (message-this-is-mail nil nil) (message-this-is-news nil t)) [ and also (put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'koi8-r) ] So far, when i post messages in one of fido7.* newsgroups, headers are posted as 8-bit cyrillic text in koi8-r. But when i preview a message with C-u M-m P, the subject gets encoded in encoded-word. But the Newsgroups: header is already there, and contains just one of fido7.* newsgroups. Is this a correct behavior? (i mean that preview is generated without taking gnus-group-posting-charset-alist into account) BTW, Lars, could you please add default entries ("^fido7\\." koi8-r (koi8-r)) ("^relcom\\." koi8-r (koi8-r)) to gnus-group-posting-charset-alist (in gnus-msg.el)? Best, v.