From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67664 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, 22 Oct 2008 10:22:59 +0900 Message-ID: References: <87iqruvs19.fsf@jidanni.org> <86od1mj3z2.fsf@lifelogs.com> <86od1lg3xq.fsf@lifelogs.com> <87d4i1iqpq.fsf@marauder.physik.uni-ulm.de> <86k5c9fzm9.fsf@lifelogs.com> <878wsph5xr.fsf@marauder.physik.uni-ulm.de> <87wsg345oo.fsf@marauder.physik.uni-ulm.de> <86wsg2546l.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 1224638602 12671 80.91.229.12 (22 Oct 2008 01:23:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 01:23:22 +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 22 03:24:22 2008 connect(): Connection refused 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 1KsSSN-0003st-JG for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 03:24:15 +0200 Original-Received: from localhost ([127.0.0.1]:58353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsSRI-0003HP-1q for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 21:23:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsSRE-0003H8-1U for emacs-devel@gnu.org; Tue, 21 Oct 2008 21:23:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsSRB-0003Gw-LX for emacs-devel@gnu.org; Tue, 21 Oct 2008 21:23:02 -0400 Original-Received: from [199.232.76.173] (port=47977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsSRB-0003Gt-F4 for emacs-devel@gnu.org; Tue, 21 Oct 2008 21:23:01 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:55044) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsSRA-0007PH-LQ for emacs-devel@gnu.org; Tue, 21 Oct 2008 21:23:01 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m9M1MxLi013403; Wed, 22 Oct 2008 10:22:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m9M1Mxqq029642; Wed, 22 Oct 2008 10:22:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m9M1MxUC007221; Wed, 22 Oct 2008 10:22:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KsSR9-0005VB-4v; Wed, 22 Oct 2008 10:22:59 +0900 In-reply-to: <86wsg2546l.fsf@lifelogs.com> (message from Ted Zlatanov on Tue, 21 Oct 2008 11:00:18 -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:104801 gmane.emacs.gnus.general:67664 Archived-At: In article <86wsg2546l.fsf@lifelogs.com>, Ted Zlatanov writes: KH> I think it's not good to give a user an incorrect impression KH> that "utf8" is a correct name. In IANA KH> (http://www.iana.org/assignments/character-sets), there's no KH> alias names for "UTF-8". > So maybe display a message "This is not the real coding system name, use > `utf-8'" and also don't offer utf8 for completion? Would that be > sufficient? Do we really need such a tedious warning? When one types "utf8 RET" and sees "no match" message, he can use completion to learn what is the correct name. I think that is enough. --- Kenichi Handa handa@ni.aist.go.jp