From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25358 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: setting default MIME charset not works with emacs 20.4 Date: 25 Sep 1999 20:03:34 +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=us-ascii X-Trace: main.gmane.org 1035162757 13555 80.91.224.250 (21 Oct 2002 01:12:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:12:37 +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 MAA13330 for ; Sat, 25 Sep 1999 12:12:45 -0400 (EDT) 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 LAB21687; Sat, 25 Sep 1999 11:12:43 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Sep 1999 11:11:57 -0500 (CDT) 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 LAA23081 for ; Sat, 25 Sep 1999 11:11:46 -0500 (CDT) 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 MAA13294 for ; Sat, 25 Sep 1999 12:09:36 -0400 (EDT) Original-Received: by relay2.vsu.ru (Postfix, from userid 5) id 1F00818FA; Sat, 25 Sep 1999 20:09:03 +0400 (MSD) Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.9.3/8.9.3) id UAA01513; Sat, 25 Sep 1999 20:03:35 +0400 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "24 Sep 1999 19:01:46 +0200" Original-Lines: 24 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25358 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25358 "LMI" == Lars Magne Ingebrigtsen writes: >> (3) files in emacs//language/ define preferred mime >> charsets for coding systems, so gnus probably could extract that >> info from there instead of insisting to use such things as >> put-charset-property in .emacs file. >> >> i.e. (coding-system-get 'cyrillic-koi8 'mime-charset) returns >> koi8-r. LMI> There is code in mm to use that stuff, and it seems to work for LMI> me. (Although I don't write Cyrillic, so I haven't really LMI> tested. :-) Under what circumstances does it fail? Well, i set (set-language-environment "Cyrillic-KOI8") and i expect that in this language environment gnus should prefer koi8-r when sending cyrillic letters. but gnus still uses iso-8859-5. so, it seems that gnus does not extract that info from coding system properties (or elsewhere), to guess the preferred charset to use. Best regards, -- Vladimir.