From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.devel Subject: Re: Summary (Re: A system for localizing documentation strings) Date: Sun, 29 Jul 2007 13:46:39 +0900 Message-ID: References: <795F38F4-7253-47DC-97DD-53BED4F0AB97@mx6.tiki.ne.jp> <04A51FD9-A64F-44C5-80F9-35CBE51E0FEA@mx6.tiki.ne.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185684437 11780 80.91.229.12 (29 Jul 2007 04:47:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Jul 2007 04:47:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 29 06:47:10 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 1IF0gP-0002pU-0z for ged-emacs-devel@m.gmane.org; Sun, 29 Jul 2007 06:47:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IF0gO-000116-E2 for ged-emacs-devel@m.gmane.org; Sun, 29 Jul 2007 00:47:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IF0gL-0000yH-Oi for emacs-devel@gnu.org; Sun, 29 Jul 2007 00:47:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IF0gK-0000tp-Lb for emacs-devel@gnu.org; Sun, 29 Jul 2007 00:47:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IF0gK-0000tJ-CG for emacs-devel@gnu.org; Sun, 29 Jul 2007 00:47:04 -0400 Original-Received: from smtp8.tiki.ne.jp ([218.40.30.79]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IF0gJ-0002eu-Kq for emacs-devel@gnu.org; Sun, 29 Jul 2007 00:47:04 -0400 Original-Received: from [192.168.11.4] (pl062.nas933.takamatsu.nttpc.ne.jp [210.136.182.62]) (authenticated bits=0) by smtp8.tiki.ne.jp (8.13.8/8.13.8) with ESMTP id l6T4kuGU020714 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sun, 29 Jul 2007 13:46:57 +0900 (JST) (envelope-from fusion@mx6.tiki.ne.jp) In-Reply-To: X-Mailer: Apple Mail (2.752.3) X-detected-kernel: FreeBSD 5.3-5.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:75771 Archived-At: On 29 juil. 07, at 11:22, Richard Stallman wrote: > Do you consider making elisp-mode locale aware a possibility ? > > I do not understand what "making elisp-mode locale aware" means > in concrete terms. In concrete terms it means that if the locale language in English and the elisp code documentation is in English elisp-mode will display the English documentation. If the locale language is Japanese and the elisp code documentation is in Japanese or in English but with a Japanese translation available then elisp-mode will display the Japanese. Jean-Christophe Helary