From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28794 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: No "Content-Type:" Date: 17 Jan 2000 05:12:33 -0500 (EST) Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: <86ogaleuse.fsf@mediawars.ne.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165577 31662 80.91.224.250 (21 Oct 2002 01:59:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:59:37 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 1F538D051F for ; Mon, 17 Jan 2000 05:14:27 -0500 (EST) 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 EAB10613; Mon, 17 Jan 2000 04:14:20 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Jan 2000 04:14:13 -0600 (CST) 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 EAA29365 for ; Mon, 17 Jan 2000 04:14:01 -0600 (CST) Original-Received: from jpl.org (mars.web-hosting.com [209.40.104.5]) by mailhost.sclp.com (Postfix) with ESMTP id E7F49D051E for ; Mon, 17 Jan 2000 05:12:30 -0500 (EST) Original-Received: (from yamaoka@localhost) by jpl.org (8.9.3/8.9.3) id FAA08573; Mon, 17 Jan 2000 05:12:30 -0500 (EST) Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "17 Jan 2000 10:17:46 +0100" User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 X-MIME-Autoconverted: from quoted-printable to 8bit by mars.web-hosting.com id FAA08531 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28794 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28794 >>>>> In >>>>> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote: >> The user option `gnus-group-charset-alist' helps such messages only >> for news: >> >> (defcustom gnus-group-charset-alist >> '(("^hk\\>\\|^tw\\>\\|\\" cn-big5) >> ("^cn\\>\\|\\" cn-gb-2312) >> ("^fj\\>\\|^japan\\>" iso-2022-jp-2) >> ("^tnn\\>\\|^pin\\>\\|^sci.lang.japan" iso-2022-7bit) >> >> [...] Kai> I'd be surprised if it only worked for news. The regexes given Kai> here only work for news, but there's nothing stopping you from Kai> having a regex "^nnml:foo" in there... Thanks to Kai, it really works. Well, the method name is stripped from `gnus-newsgroup-name' in the function `gnus-summary-setup-default-charset', so we should set the value like follows: (setq gnus-group-charset-alist (cons '("^some\\.japanese\\.list$" . 'iso-2022-jp-2) gnus-group-charset-alist)) -- ~{I=8T?KC@~}