From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38699 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: multiple charsets handling in gnus Date: Mon, 10 Sep 2001 09:27:17 +0200 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035174519 23824 80.91.224.250 (21 Oct 2002 04:28:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:39 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 29334 invoked from network); 10 Sep 2001 07:29:57 -0000 Original-Received: from kerberos.suse.cz (195.47.106.10) by gnus.org with SMTP; 10 Sep 2001 07:29:57 -0000 Original-Received: from chimera.suse.cz (chimera.suse.cz [10.20.0.2]) by kerberos.suse.cz (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id f8A7Ts112871 for ; Mon, 10 Sep 2001 09:29:54 +0200 Original-Received: from SnowWhite.SuSE.cz (snowwhite.suse.cz [10.20.1.36]) by chimera.suse.cz (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id f8A7TrG19834 for ; Mon, 10 Sep 2001 09:29:54 +0200 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id E60774C037; Mon, 10 Sep 2001 09:31:56 +0200 (CEST) Original-To: ding@gnus.org X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:38699 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38699 > * Near the end of my ~/.gnus, I inserted the following lines: > (require 'mm-util) > (add-to-list 'mm-charset-synonym-alist '(windows-1251 . cp1251)) What about adding this to Gnus directly? There is already this code: ,(unless (mm-coding-system-p 'windows-1252) ; should be defined eventually '(windows-1252 . iso-8859-1)) so we can extend this to have also 1251 together with 1250. I too have this in my ~/.gnus to be able to read e-mails written on Windows: ;; Support for Windows-1250 (require 'mm-util) (add-to-list 'mm-charset-synonym-alist '(windows-1250 . cp1250)) I hope that I'll be able to remove that from my .gnus soon :-) -- Pavel Janík panic("bad_user_access_length executed (not cool, dude)"); -- 2.0.38 kernel/panic.c