From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52217 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in v5.10.2: gnus-group-charset-alist is ignored for some Date: Sun, 04 May 2003 16:49:31 +0400 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87he8c9dzi.fsf@unix.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052052657 30431 80.91.224.249 (4 May 2003 12:50:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 4 May 2003 12:50:57 +0000 (UTC) Original-X-From: ding-owner+M759@lists.math.uh.edu Sun May 04 14:50:55 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19CIxC-0007uT-00 for ; Sun, 04 May 2003 14:50:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19CIy5-00058B-00; Sun, 04 May 2003 07:51:49 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19CIxx-000585-00 for ding@lists.math.uh.edu; Sun, 04 May 2003 07:51:41 -0500 Original-Received: (qmail 51050 invoked by alias); 4 May 2003 12:51:41 -0000 Original-Received: (qmail 51044 invoked from network); 4 May 2003 12:51:40 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 4 May 2003 12:51:40 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19CIz8-0003cK-00 for ; Sun, 04 May 2003 14:52:54 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 43 Original-NNTP-Posting-Host: vvv.vsu.ru Original-X-Trace: quimby.gnus.org 1052052774 13901 62.76.223.138 (4 May 2003 12:52:54 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 4 May 2003 12:52:54 GMT User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:yfmjS1r9ucH/FdUfpq35L/ok2W4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52217 "VK" == Vasily Korytov writes: VK> On Sat, 03 May 2003 19:27:12 +0400, Vladimir Volovich wrote: >> (eval-after-load "gnus-sum" '(setq gnus-group-charset-alist >> (append (delete '(".*" iso-8859-1) gnus-group-charset-alist) >> '((".*" koi8-r))))) VK> FYI, there's no ".*" value in gnus-group-charset-alist as of Oort VK> (IMHO, you should'n touch it at all in your case). There is VK> gnus-default-charset, and it's much more easier to tweak. =)) >> i think that gnus somehow tries to detect the charset of the >> message body VK> Gnus, not Emacs? Are you sure? VK> (Anyway, I'm unable to reproduce this problem on XEmacs/non-MULE VK> -- you can guess, why. =) >> (and the body contains some character unencodable in koi8-r which >> makes it think that this is iso-8859-1) VK> The message is correct KOI-8, BTW. there was indeed a bug in gnus - ant it was fixed by Jesper Harder: 2003-05-03 Jesper Harder * gnus.el: Don't test for `mm-guess-mime-charset'. * mm-util.el (mm-guess-mime-charset): Remove. Not used any more. * gnus.el (gnus-default-charset): Set default value to `undecided'. * gnus-art.el (article-decode-charset): Don't supply 4th arg to mm-decode-body. * mm-bodies.el (mm-decode-coding-region-safely): Remove. (mm-decode-body): Don't use mm-decode-coding-region-safely. Best, v.