From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Better language detection for tutorial Date: Wed, 25 Jul 2007 10:01:55 +0900 Message-ID: References: <85ejj5xv4x.fsf@lola.goethe.zz> <86ejj4g3d4.fsf@lola.quinscape.zz> 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: sea.gmane.org 1185325350 19547 80.91.229.12 (25 Jul 2007 01:02:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2007 01:02:30 +0000 (UTC) Cc: wilde@sha-bang.de, thomas@intevation.de, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 25 03:02:29 2007 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 1IDVGk-0005xp-2f for ged-emacs-devel@m.gmane.org; Wed, 25 Jul 2007 03:02:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDVGj-0000D1-Pl for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 21:02:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDVGU-00007G-HV for emacs-devel@gnu.org; Tue, 24 Jul 2007 21:02:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDVGT-00006g-TR for emacs-devel@gnu.org; Tue, 24 Jul 2007 21:02:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDVGT-00006T-BA for emacs-devel@gnu.org; Tue, 24 Jul 2007 21:02:09 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDVGR-0007Kd-IC; Tue, 24 Jul 2007 21:02:08 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l6P124k1007035; Wed, 25 Jul 2007 10:02:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l6P123ci026368; Wed, 25 Jul 2007 10:02:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id l6P11tsd015311; Wed, 25 Jul 2007 10:01:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IDVGF-0008Ro-Oq; Wed, 25 Jul 2007 10:01:55 +0900 In-reply-to: (message from Eli Zaretskii on Tue, 24 Jul 2007 21:45:23 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: Solaris 8 (1) 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:75505 Archived-At: In article , Eli Zaretskii writes: > I still think a better workaround/fix would be to tweak the code that > determines the language environment from locale-related environment > variables, and then use the tutorial specified by that language > environment. What exactly are you suggesting by "tweak the code"? Generating a suitable language environment on demand (the rejected proposal)? If so, I fully agree. --- Kenichi Handa handa@m17n.org