From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67641 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: gnus should accept UTF8 even if UTF-8 is standard Date: Mon, 20 Oct 2008 13:04:18 -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> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1224538239 21401 80.91.229.12 (20 Oct 2008 21:30:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 21:30:39 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: ding-owner+M16092@lists.math.uh.edu Mon Oct 20 23:31:39 2008 connect(): Connection refused 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.50) id 1KryFU-0007v3-1W for ding-account@gmane.org; Mon, 20 Oct 2008 19:08:56 +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 1KryDe-00077K-S4; Mon, 20 Oct 2008 12:07:02 -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 1KryDd-000776-N2 for ding@lists.math.uh.edu; Mon, 20 Oct 2008 12:07:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KryDb-0001sA-AY for ding@lists.math.uh.edu; Mon, 20 Oct 2008 12:07:01 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KryDi-0007vX-00 for ; Mon, 20 Oct 2008 19:07:06 +0200 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KryB0-0002AM-2x; Mon, 20 Oct 2008 13:04:18 -0400 In-reply-to: (message from Stefan Monnier on Sun, 19 Oct 2008 23:21:03 -0400) X-Spam-Score: -5.6 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67641 gmane.emacs.devel:104691 Archived-At: Yes, we should probably provide at least a function that we could call `get-coding-system' and which would take a string and return a coding-systm or nil. It would then take care of ignoring case differences a well as addition/removal of dash/underscore/etc.. chars. That approach sounds good.