From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25382 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: charset=X-UNKNOWN Date: 26 Sep 1999 12:25:13 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nwvtdiqs6.fsf@tiger.jia.vnet> References: <5br9jmli1l.fsf@giga.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162776 13653 80.91.224.250 (21 Oct 2002 01:12:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:12:56 +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 MAA23235 for ; Sun, 26 Sep 1999 12:23:32 -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 LAB22403; Sun, 26 Sep 1999 11:23:29 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 26 Sep 1999 11:23:48 -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 LAA04982 for ; Sun, 26 Sep 1999 11:23:38 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA23229 for ; Sun, 26 Sep 1999 12:21:38 -0400 (EDT) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id MAA28754 for ; Sun, 26 Sep 1999 12:21:27 -0400 (EDT) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id MAA01029; Sun, 26 Sep 1999 12:25:13 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Karl Eichwalder's message of "26 Sep 1999 08:15:53 +0200" Original-Lines: 30 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25382 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25382 >>>>> "KE" == Karl Eichwalder writes: Shenghuo ZHU writes: | It would be better to put 'x-unknown in `gnus-newsgroup-ignored-charsets'. | Let Gnus "guess" the actual charset. | | (setq gnus-newsgroup-ignored-charsets (cons 'x-unknown | gnus-newsgroup-ignored-charsets)) KE> This sounds good -- but when I tried it, Gnus hangs while reading KE> the active file. This works: This is weird. There is no charset stuff in the active file, I guess. KE> (eval-after-load "mm-util" KE> '(add-to-list 'mm-charset-synonym-alist KE> '(x-unknown . iso-8859-1))) KE> But your example or this one does not: KE> (eval-after-load "gnus-sum" KE> (setq gnus-newsgroup-ignored-charsets KE> (cons 'x-unknown gnus-newsgroup-ignored-charsets))) I use (setq gnus-newsgroup-ignored-charsets '(unknown-8bit x-unknown)) which works for me. -- Shenghuo ZHU