From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Setting file-name/process coding system from LANG Date: Tue, 19 Oct 2004 02:13:21 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200410181304.WAA24091@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098166436 4766 80.91.229.6 (19 Oct 2004 06:13:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2004 06:13:56 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 08:13:50 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJnFm-0000kx-00 for ; Tue, 19 Oct 2004 08:13:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJnN6-0005yk-H9 for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2004 02:21:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJnMu-0005w5-He for emacs-devel@gnu.org; Tue, 19 Oct 2004 02:21:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJnMs-0005v2-M0 for emacs-devel@gnu.org; Tue, 19 Oct 2004 02:21:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJnMs-0005ul-Gz for emacs-devel@gnu.org; Tue, 19 Oct 2004 02:21:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJnFK-0002AR-5j for emacs-devel@gnu.org; Tue, 19 Oct 2004 02:13:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CJnFJ-00006C-7e; Tue, 19 Oct 2004 02:13:21 -0400 Original-To: Kenichi Handa In-reply-to: <200410181304.WAA24091@etlken.m17n.org> (message from Kenichi Handa on Mon, 18 Oct 2004 22:04:10 +0900 (JST)) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28589 A while ago, I proposed an idea about make language environment more hierarchical and make it possible to generate one on demand from locale, but you refused such a change. I disliked this because it involves a lot of additional complexity. I think we don't need all that complexity. When Emacs sees LANG=ja_JP.utf8, surely it can select the Japanese language environment, then do something else to cause use of UTF8. Surely it can do this without having an explicit language environment for the combination of the two. Isn't there an easy way to do that?