From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67580 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: gnus should accept UTF8 even if UTF-8 is standard Date: Wed, 15 Oct 2008 21:49:21 +0200 Message-ID: <87d4i1iqpq.fsf@marauder.physik.uni-ulm.de> References: <87iqruvs19.fsf@jidanni.org> <86od1mj3z2.fsf@lifelogs.com> <86od1lg3xq.fsf@lifelogs.com> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224096687 31851 80.91.229.12 (15 Oct 2008 18:51:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 18:51:27 +0000 (UTC) To: emacs-devel@gnu.org, ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 15 20:52:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KqBTj-0002P4-59 for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 20:52:15 +0200 Original-Received: from localhost ([127.0.0.1]:38812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqBSd-0006Ic-SM for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 14:51:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqBRB-0005mo-7j for emacs-devel@gnu.org; Wed, 15 Oct 2008 14:49:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqBR7-0005l5-1R for emacs-devel@gnu.org; Wed, 15 Oct 2008 14:49:36 -0400 Original-Received: from [199.232.76.173] (port=47259 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqBR6-0005kz-TI for emacs-devel@gnu.org; Wed, 15 Oct 2008 14:49:32 -0400 Original-Received: from mail.uni-ulm.de ([134.60.1.11]:42017) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KqBR6-0003AQ-B2 for emacs-devel@gnu.org; Wed, 15 Oct 2008 14:49:32 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id m9FInQV1019551; Wed, 15 Oct 2008 20:49:26 +0200 (MEST) Original-Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 1AB741C7CB; Wed, 15 Oct 2008 20:49:26 +0200 (CEST) X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T; w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv, vbL^XF1nIp\:F=$Ei2o&mEe:%N~, :3]vtQ~s9u$9izmX$IF@VgGl7/, ^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Followup-To: emacs-devel@gnu.org, ding@gnus.org In-Reply-To: <86od1lg3xq.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 15 Oct 2008 12:32:01 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) X-DCC-INFN-TO-Metrics: poseidon 1233; Body=2 Fuz1=2 Fuz2=2 X-Virus-Scanned: by amavisd-new X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104532 gmane.emacs.gnus.general:67580 Archived-At: On Wed, Oct 15 2008, Ted Zlatanov wrote: > On Wed, 15 Oct 2008 09:39:41 +0900 Kenichi Handa wrote: > KH> Ted Zlatanov writes: >>> (define-coding-system-alias 'utf8 'utf-8) >>> (define-coding-system-alias 'UTF8 'utf-8) > > KH> I agree that defining those aliases causes no problem. [ See for a previous discussion on this topic. ] I seem to recall that (define-coding-system-alias 'utf8 'utf-8) might trigger Gnus into sending articles with "Content-type: text/plain; charset=utf8" which would be plain wrong [1][2]. But I'm not sure. For the problem at hand (displaying incoming articles), the user can type `1 g utf-8 RET' (
) or add (utf8 . utf-8) to `mm-charset-synonym-alist'. If it becomes a more frequent mistake, we might add (utf8 . utf-8) to the default value `mm-charset-synonym-alist'. I hesitate to pollute `mm-charset-synonym-alist' by adding entries for each and every pilot error. Bye, Reiner. [1] [2] -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/