From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67682 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: gnus should accept UTF8 even if UTF-8 is standard Date: Sun, 26 Oct 2008 00:10:48 -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> <87wsg345oo.fsf@marauder.physik.uni-ulm.de> <86wsg2546l.fsf@lifelogs.com> <86abct3o4s.fsf@lifelogs.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1224994466 21632 80.91.229.12 (26 Oct 2008 04:14:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2008 04:14:26 +0000 (UTC) Cc: tzz@lifelogs.com, ding@gnus.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 26 05:15:27 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 1Ktx2E-0000Ut-88 for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2008 05:15:26 +0100 Original-Received: from localhost ([127.0.0.1]:56802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ktx18-0006a5-30 for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2008 00:14:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ktx0U-0006IV-Oe for emacs-devel@gnu.org; Sun, 26 Oct 2008 00:13:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ktx0R-0006Ga-IS for emacs-devel@gnu.org; Sun, 26 Oct 2008 00:13:37 -0400 Original-Received: from [199.232.76.173] (port=33502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ktx0R-0006GU-E7 for emacs-devel@gnu.org; Sun, 26 Oct 2008 00:13:35 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38374) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ktx0R-0002zk-KY for emacs-devel@gnu.org; Sun, 26 Oct 2008 00:13:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Ktwxk-0006vn-3F; Sun, 26 Oct 2008 00:10:48 -0400 In-reply-to: (message from Kenichi Handa on Sat, 25 Oct 2008 11:32:34 +0900) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105011 gmane.emacs.gnus.general:67682 Archived-At: By the way, with such a behavior, when one types "utf8 TAB TAB", what completion list should we show? That is a hard question. Perhaps it should show the same analogous set of completions utf8 utf8-auto utf8-auto-dos utf8-auto-mac utf8-auto-unix utf8-dos utf8-emacs utf8-emacs-dos utf8-emacs-mac utf8-emacs-unix utf8-mac utf8-unix utf8-with-signature utf8-with-signature-dos utf8-with-signature-mac utf8-with-signature-unix These could be treated somewhat like `completion-ignored-extensions' for filenames: if a first-class name is a possible completion then you don't see the second-class ones. If no first-class name is possible, then you do see the second-class ones.