From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Better language detection for tutorial Date: Tue, 24 Jul 2007 21:45:23 +0300 Message-ID: References: <85ejj5xv4x.fsf@lola.goethe.zz> <86ejj4g3d4.fsf@lola.quinscape.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185302759 6503 80.91.229.12 (24 Jul 2007 18:45:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 18:45:59 +0000 (UTC) Cc: wilde@sha-bang.de, thomas@intevation.de, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 24 20:45:56 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 1IDPOL-0001TU-Tg for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 20:45:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDPOL-0003VA-8q for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 14:45:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDPNy-0003NM-IS for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:45:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDPNx-0003Mc-O9 for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:45:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDPNx-0003M5-Cz for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:45:29 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDPNw-0003TT-Re for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:45:29 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-163-135.inter.net.il [84.228.163.135]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HIW22606 (AUTH halo1); Tue, 24 Jul 2007 21:45:33 +0300 (IDT) In-reply-to: (message from Kenichi Handa on Tue, 24 Jul 2007 16:53:24 +0900) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:75474 Archived-At: > From: Kenichi Handa > CC: wilde@sha-bang.de, thomas@intevation.de, emacs-devel@gnu.org > Date: Tue, 24 Jul 2007 16:53:24 +0900 > > In article , Eli Zaretskii writes: > > > But the patch would preclude users from changing the language > > environment during an Emacs session, and having a corresponding > > tutorial displayed as the result. This sounds like a misfeature to > > me. > > Yes, but that situation is better than the current one > (i.e. showing incorrect tutorial from the first). That's > why I wrote "workaround", not "fix". 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.