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: Sat, 28 Jul 2007 11:53:08 +0900 Message-ID: <04A51FD9-A64F-44C5-80F9-35CBE51E0FEA@mx6.tiki.ne.jp> References: <795F38F4-7253-47DC-97DD-53BED4F0AB97@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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185591223 14525 80.91.229.12 (28 Jul 2007 02:53:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jul 2007 02:53:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 28 04:53:36 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 1IEcQy-000569-AN for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2007 04:53:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEcQx-0005uM-On for ged-emacs-devel@m.gmane.org; Fri, 27 Jul 2007 22:53:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEcQt-0005ny-Sa for emacs-devel@gnu.org; Fri, 27 Jul 2007 22:53:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEcQs-0005jt-7n for emacs-devel@gnu.org; Fri, 27 Jul 2007 22:53:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEcQs-0005ja-0Q for emacs-devel@gnu.org; Fri, 27 Jul 2007 22:53:30 -0400 Original-Received: from smtp10.tiki.ne.jp ([218.40.30.107]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IEcQp-0005jC-Ft; Fri, 27 Jul 2007 22:53:28 -0400 Original-Received: from [192.168.11.4] (pl062.nas933.takamatsu.nttpc.ne.jp [210.136.182.62]) (authenticated bits=0) by smtp10.tiki.ne.jp (8.13.8/8.13.8) with ESMTP id l6S2rMRI010126 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 28 Jul 2007 11:53:23 +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:75733 Archived-At: On 28 juil. 07, at 01:24, Richard Stallman wrote: > My decision is that we will keep only English doc strings in the > source files of the code of Emacs. Translations to other languages > will be kept in separate files. > > This follows the GNU Project standard which I established some 15 > years ago for good reasons that are just as valid today. > > Please consider this question settled. Do you consider making elisp-mode locale aware a possibility ? Jean-Christophe Helary