From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67602 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: gnus should accept UTF8 even if UTF-8 is standard Date: Thu, 16 Oct 2008 11:41:44 -0400 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224171724 11717 80.91.229.12 (16 Oct 2008 15:42:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2008 15:42:04 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 16 17:43:04 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 1KqV0B-0005NK-8P for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2008 17:43:03 +0200 Original-Received: from localhost ([127.0.0.1]:55435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqUz6-0001hy-I0 for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2008 11:41:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqUz0-0001hL-V7 for emacs-devel@gnu.org; Thu, 16 Oct 2008 11:41:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqUyy-0001gl-Ty for emacs-devel@gnu.org; Thu, 16 Oct 2008 11:41:50 -0400 Original-Received: from [199.232.76.173] (port=37113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqUyy-0001gh-Q3 for emacs-devel@gnu.org; Thu, 16 Oct 2008 11:41:48 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:30612 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqUyw-0002zz-Il; Thu, 16 Oct 2008 11:41:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEADT99khMCpQ6/2dsb2JhbACBcsIVg2yBCQ X-IronPort-AV: E=Sophos;i="4.33,424,1220241600"; d="scan'208";a="28473809" Original-Received: from 76-10-148-58.dsl.teksavvy.com (HELO pastel.home) ([76.10.148.58]) by ironport2-out.teksavvy.com with ESMTP; 16 Oct 2008 11:41:45 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BD98E7FA5; Thu, 16 Oct 2008 11:41:44 -0400 (EDT) In-Reply-To: (Richard M. Stallman's message of "Thu, 16 Oct 2008 10:27:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:104554 gmane.emacs.gnus.general:67602 Archived-At: > Such aliases aren't much use and they become annoying duplicates when > listing coding systems. > That is no reason to omit the aliases people use. > You could add a way to mark aliases so they don't appear in that list. > What's the advantage of giving the user an error when he types `utf8'? > Why not do what he wants? We can do that without adding a coding-system-alias. Stefan