From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32245 Path: main.gmane.org!not-for-mail From: elkin@astro.spbu.ru Newsgroups: gmane.emacs.gnus.general Subject: Re: mime-charset determination Date: 21 Aug 2000 16:22:00 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: astro@sbor.ru NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035168548 18654 80.91.224.250 (21 Oct 2002 02:49:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:49:08 +0000 (UTC) Cc: astro@sbor.ru Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 2B21FD051E for ; Mon, 21 Aug 2000 08:22:29 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAC10865; Mon, 21 Aug 2000 07:22:27 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 21 Aug 2000 07:21:45 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA12314 for ; Mon, 21 Aug 2000 07:21:36 -0500 (CDT) Original-Received: from tverd.astro.spbu.ru (tverd.astro.spbu.ru [195.19.250.250]) by mailhost.sclp.com (Postfix) with ESMTP id 65260D051E for ; Mon, 21 Aug 2000 08:22:04 -0400 (EDT) Original-Received: (from elkin@localhost) by tverd.astro.spbu.ru (8.9.3/8.9.3) id QAA03093; Mon, 21 Aug 2000 16:22:00 +0400 Original-To: ding@gnus.org In-Reply-To: Andrei Elkin's message of "21 Aug 2000 09:12:14 +0400" Original-Lines: 30 X-Mailer: Gnus v5.7/Emacs 20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32245 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32245 > select-message-coding-system might not be the answer for all > situations, especially when a message contains characters in the > charset other than the default one. thanks, I've seen that. Nor we can deduce mime-charset with current-language-environment's coding-system's property. > > Anyway, the solution for KOI8-R encoding is > > (if (fboundp 'put-charset-property) > (put-charset-property 'cyrillic-iso8859-5 > 'preferred-coding-system 'koi8-r)) > IMHO most Linux cyrillic emacsers really preferred koi8-r. Would it better to change the default cons (at characters.el) (cyrillic-iso8859-5 . cyrillic-iso-8bit) to (cyrillic-iso8859-5 . cyrillic-koi8) according to your advice? Maybe such setting should be done at emacs building/configuration time (e.g thru locale variables value)? ______________ Andrei.Elkin