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: Thu, 2 Aug 2007 09:25:05 +0900 Message-ID: References: <795F38F4-7253-47DC-97DD-53BED4F0AB97@mx6.tiki.ne.jp> <04A51FD9-A64F-44C5-80F9-35CBE51E0FEA@mx6.tiki.ne.jp> <0D253010-609D-4180-8637-12E56C3D869F@mx6.tiki.ne.jp> <64D60174-D7C3-4875-A568-3BFDED692F18@mx6.tiki.ne.jp> <35633.128.165.123.18.1185991881.squirrel@webmail.lanl.gov> 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 1186014330 15676 80.91.229.12 (2 Aug 2007 00:25:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2007 00:25:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 02 02:25:24 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 1IGOVF-0002t6-FR for ged-emacs-devel@m.gmane.org; Thu, 02 Aug 2007 02:25:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGOVE-0000NX-Ue for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2007 20:25:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IGOVA-0000NO-IS for emacs-devel@gnu.org; Wed, 01 Aug 2007 20:25:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGOV8-0000Mo-QI for emacs-devel@gnu.org; Wed, 01 Aug 2007 20:25:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGOV8-0000Ml-O3 for emacs-devel@gnu.org; Wed, 01 Aug 2007 20:25:14 -0400 Original-Received: from smtp9.tiki.ne.jp ([218.40.30.106]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IGOV7-0003A5-Tz for emacs-devel@gnu.org; Wed, 01 Aug 2007 20:25:14 -0400 Original-Received: from [192.168.11.4] (pl277.nas933.takamatsu.nttpc.ne.jp [210.136.183.21]) (authenticated bits=0) by smtp9.tiki.ne.jp (8.13.8/8.13.8) with ESMTP id l720P6Lm018340 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 2 Aug 2007 09:25:07 +0900 (JST) (envelope-from fusion@mx6.tiki.ne.jp) In-Reply-To: <35633.128.165.123.18.1185991881.squirrel@webmail.lanl.gov> X-Priority: 3 (Normal) 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:75941 Archived-At: >> What matters is that the coder has easy access to the translation >> database in a way or another _during_ the coding process without >> having to refer to a separate file. > > Would it count as close enough to "without having to refer" if > access to > the separate file were automated? Go to function (perhaps with > `find-function'), then invoke a hypothetical M-x find-doc-translations > (which would prompt for a function but default to the one at point) > to go > to its bank of docstrings? This would be completely non-intrusive, > and > trivial to implement. Where would be the translated string in that case ? The idea is that the coder should be able to have the translated string in a position equivalent, or similar, to the English string. Jean-Christophe Helary