Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Eichwalder <ke@gnu.franken.de>
Cc: ding@gnus.org
Subject: Re: charset=X-UNKNOWN
Date: 26 Sep 1999 08:15:53 +0200	[thread overview]
Message-ID: <sh7lleqjty.fsf@tux.gnu.franken.de> (raw)
In-Reply-To: Shenghuo ZHU's message of "25 Sep 1999 18:53:26 -0400"

Shenghuo ZHU <zsh@cs.rochester.edu> 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



  reply	other threads:[~1999-09-26  6:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-19  5:06 charset=X-UNKNOWN Karl Eichwalder
1999-09-25  9:40 ` charset=X-UNKNOWN Lars Magne Ingebrigtsen
1999-09-25 13:51   ` charset=X-UNKNOWN Karl Eichwalder
1999-09-25 22:53   ` charset=X-UNKNOWN Shenghuo ZHU
1999-09-26  6:15     ` Karl Eichwalder [this message]
1999-09-26 16:25       ` charset=X-UNKNOWN Shenghuo ZHU
1999-09-27 17:39         ` charset=X-UNKNOWN Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sh7lleqjty.fsf@tux.gnu.franken.de \
    --to=ke@gnu.franken.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).