From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general,gmane.emacs.bugs Subject: Re: Bug#580942: document wacky default charset=ANSI_X3.4-1968 Date: Mon, 10 May 2010 10:06:37 +0800 Message-ID: <871vdk33yq.fsf@jidanni.org> References: <4BE76099.4050102@kvr.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273457274 27633 80.91.229.12 (10 May 2010 02:07:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 May 2010 02:07:54 +0000 (UTC) Cc: 580942@bugs.debian.org, ding@gnus.org, bug-gnu-emacs@gnu.org, handa@etl.go.jp To: debian@kvr.at Original-X-From: ding-owner+M18061@lists.math.uh.edu Mon May 10 04:07:53 2010 connect(): No such file or directory Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OBIPP-0001Mv-EI for ding-account@gmane.org; Mon, 10 May 2010 04:07:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OBIOT-0003SG-7h; Sun, 09 May 2010 21:06:53 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OBIOR-0003S5-ND for ding@lists.math.uh.edu; Sun, 09 May 2010 21:06:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1OBIOL-0002NY-Oi for ding@lists.math.uh.edu; Sun, 09 May 2010 21:06:50 -0500 Original-Received: from caiajhbdcaid.dreamhost.com ([208.97.132.83] helo=homiemail-a7.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OBIOK-0006tH-00 for ; Mon, 10 May 2010 04:06:45 +0200 Original-Received: from jidanni.org (218-163-3-173.dynamic.hinet.net [218.163.3.173]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a7.g.dreamhost.com (Postfix) with ESMTPSA id 7A2BB25C05F; Sun, 9 May 2010 19:06:40 -0700 (PDT) X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69670 gmane.emacs.bugs:36814 Archived-At: >>>>> "CK" == Christian Kastner writes: CK> tag 580942 confirmed CK> thanks CK> On 05/10/2010 02:50 AM, jidanni@jidanni.org wrote: >> >> By default, cron will send mail using the mail "Content-Type:" header of "text/plain" with the "charset=" parame- >> ter set to the charmap / codeset of the locale in which crond(8) is started up - ie. either the default system >> locale, if no LC_* environment variables are set, or the locale specified by the LC_* environment variables ( see >> locale(7)). >> >> Or apparently the Austin Powers Dr. Evil "ANSI_X3.4-1968" -- which do >> please document above if it isn't a bad dream: CK> ANSI_X3.4-1968 is just a fancy name for ASCII, see RFC 1345. No, I had CK> to look it up, too :-) I wish emacs/gnus knew that ANSI_X3.4-1968 is just a fancy name for ASCII, instead of just saying Unknown charset: ansi_x3.4-1968 . CK> You are correct however. The underlying cause is related to #543895, and CK> I have a fix ready, but I have to test it some more. CK> Christian