From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30426 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: People with From: Date: 26 Apr 2000 20:06:40 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87aeig68jz.fsf@deneb.cygnus.argh.org> References: <200004241839.UAA27058@lucy.cs.uni-dortmund.de> <200004251104.NAA28148@lucy.cs.uni-dortmund.de> <200004251135.NAA28327@lucy.cs.uni-dortmund.de> <87em7ueymv.fsf@deneb.cygnus.argh.org> <200004252015.WAA28921@lucy.cs.uni-dortmund.de> <87em7s6ayk.fsf@deneb.cygnus.argh.org> <2nu2gon52q.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166965 8421 80.91.224.250 (21 Oct 2002 02:22:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:22:45 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id BFF55D051E for ; Wed, 26 Apr 2000 14:04:52 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB31860; Wed, 26 Apr 2000 13:04:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 26 Apr 2000 13:04:21 -0500 (CDT) 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 NAA24839 for ; Wed, 26 Apr 2000 13:04:07 -0500 (CDT) Original-Received: from mail.netic.de (mail.s.netic.de [212.9.160.11]) by mailhost.sclp.com (Postfix) with ESMTP id 52F86D051E for ; Wed, 26 Apr 2000 14:03:05 -0400 (EDT) Original-Received: by mail.netic.de (Smail3.2.0.106/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.15 via remotehost cygnus.argh.org with esmtp for mailhost.sclp.com id m12kW9O-001X3TC; Wed, 26 Apr 2000 20:03:02 +0200 (CEST) Original-Received: from deneb.cygnus.argh.org ([192.168.1.2] ident=exim) by cygnus.argh.org with esmtp (Exim 3.12 #1) id 12kW8X-0001BZ-00 for ding@gnus.org; Wed, 26 Apr 2000 20:02:09 +0200 Original-Received: from fw by deneb.cygnus.argh.org with local (Exim 3.12 #1) id 12kWCu-00008i-00 for ding@gnus.org; Wed, 26 Apr 2000 20:06:40 +0200 Original-To: ding@gnus.org In-Reply-To: Shenghuo ZHU's message of "26 Apr 2000 13:29:49 -0400" Original-Lines: 13 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30426 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30426 Shenghuo ZHU writes: > Florian> The comment says "mm-default-charset", but actually it's > Florian> "mail-parse-charset". The value that's actually used by Gnus > Florian> is "message-default-charset", as it seems (in fact, this is a > Florian> FAQ ;). I'll change the comment accordingly. > > No, you should not. mail-parse-charset is dynamically bound. It is > only used in lower level functions. User should not use it at all. Eh, sorry, could you have a look at situation again? IMHO, the comment should really change. Of course, I'm NOT going to tell people to put "(setq mail-parse-charset 'foo)" into their ~/.emacs file.