From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25379 Path: main.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.gnus.general Subject: Re: charset=X-UNKNOWN Date: 26 Sep 1999 08:15:53 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: 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 1035162773 13643 80.91.224.250 (21 Oct 2002 01:12:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:12:53 +0000 (UTC) Cc: ding@gnus.org 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 DAA21049 for ; Sun, 26 Sep 1999 03:24:25 -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 CAB21820; Sun, 26 Sep 1999 02:24:22 -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 02:24:24 -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 CAA27868 for ; Sun, 26 Sep 1999 02:24:13 -0500 (CDT) Original-Received: from rachael.franken.de (rachael.franken.de [193.175.24.38]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA21043 for ; Sun, 26 Sep 1999 03:22:13 -0400 (EDT) Original-Received: by rachael.franken.de via sendmail with stdio id for ding@gnus.org; Sun, 26 Sep 1999 08:22:07 +0100 (MET) (Smail-3.2 1996-Jul-4 #4 built DST-Sep-8) Original-Received: from chico.franken.de(193.175.24.33) via SMTP by rachael.franken.de, id smtpdAAAa04454; Sun Sep 26 08:21:12 1999 Original-Received: by chico.franken.de with UUCP (Smail3.2 #2) for zsh@cs.rochester.edu id m11V8cQ-005CGdC; Sun, 26 Sep 1999 09:21:10 +0200 (MET DST) Original-Received: by tux.gnu.franken.de (Postfix, from userid 0) id 5A5D51C971; Sun, 26 Sep 1999 08:15:53 +0200 (CEST) Original-To: Shenghuo ZHU In-Reply-To: Shenghuo ZHU's message of "25 Sep 1999 18:53:26 -0400" Original-Lines: 24 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25379 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)) This sounds good -- but when I tried it, Gnus hangs while reading the active file. This works: (eval-after-load "mm-util" '(add-to-list 'mm-charset-synonym-alist '(x-unknown . iso-8859-1))) But your example or this one does not: (eval-after-load "gnus-sum" (setq gnus-newsgroup-ignored-charsets (cons 'x-unknown gnus-newsgroup-ignored-charsets))) -- work : ke@suse.de Karl Eichwalder private: ke@gnu.franken.de