From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67576 Path: news.gmane.org!not-for-mail From: Kenichi Handa 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 09:39:41 +0900 Message-ID: References: <87iqruvs19.fsf@jidanni.org> <86od1mj3z2.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1224031202 30895 80.91.229.12 (15 Oct 2008 00:40:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 00:40:02 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 15 02:41:02 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 1KpuRg-00029T-KH for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 02:41:00 +0200 Original-Received: from localhost ([127.0.0.1]:41924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpuQc-0000UE-5F for ged-emacs-devel@m.gmane.org; Tue, 14 Oct 2008 20:39:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpuQX-0000U5-AF for emacs-devel@gnu.org; Tue, 14 Oct 2008 20:39:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpuQV-0000TU-RD for emacs-devel@gnu.org; Tue, 14 Oct 2008 20:39:49 -0400 Original-Received: from [199.232.76.173] (port=56864 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpuQV-0000TG-Kn for emacs-devel@gnu.org; Tue, 14 Oct 2008 20:39:47 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:36959) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KpuQV-00022i-FK for emacs-devel@gnu.org; Tue, 14 Oct 2008 20:39:47 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m9F0dg6T002773; Wed, 15 Oct 2008 09:39:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m9F0dgH2010570; Wed, 15 Oct 2008 09:39:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m9F0dfne007375; Wed, 15 Oct 2008 09:39:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KpuQP-0006bz-6F; Wed, 15 Oct 2008 09:39:41 +0900 In-reply-to: <86od1mj3z2.fsf@lifelogs.com> (message from Ted Zlatanov on Tue, 14 Oct 2008 15:50:41 -0500) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:104518 gmane.emacs.gnus.general:67576 Archived-At: In article <86od1mj3z2.fsf@lifelogs.com>, Ted Zlatanov writes: > On Wed, 15 Oct 2008 04:30:10 +0800 jidanni@jidanni.org wrote: >>> Gnus cannot deal with >>> From: =?UTF8?B?5b+g576p5Z+66YeR5pyD?= >>> From: =?UTF-8?B?5b+g576p5Z+66YeR5pyD?= >>> One needs ^a dash here. Mutt has no problem. >>> Same with utf8 vs. utf-8. >>> How can one add utf8 and UTF8 as aliases in one's .gnus.el awaiting >>> your fix to filter down? > I thinks this should work. Can you test it? > (define-coding-system-alias 'utf8 'utf-8) > (define-coding-system-alias 'UTF8 'utf-8) > I think if this is to be fixed, it's in Emacs > (lisp/international/mule-conf.el). I don't know if it's been discussed > before (I did a search, no results except for some BBDB issues) so I'm > CCing emacs-devel as well. The fix seems reasonable to me as a user > convenience. It's very unlikely it will cause problems. But I don't > know for sure, so please tell me if I'm wrong. I agree that defining those aliases causes no problem. --- Kenichi Handa handa@ni.aist.go.jp