From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Summary (Re: A system for localizing documentation strings) Date: Sat, 28 Jul 2007 10:11:32 -0400 Message-ID: References: <795F38F4-7253-47DC-97DD-53BED4F0AB97@mx6.tiki.ne.jp> <46A9A6DA.9020908@swipnet.se> <86zm1imf2w.fsf@lola.quinscape.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1185631886 10659 80.91.229.12 (28 Jul 2007 14:11:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jul 2007 14:11:26 +0000 (UTC) Cc: jan.h.d@swipnet.se, fusion@mx6.tiki.ne.jp, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 28 16:11:19 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 1IEn0p-0002fs-4R for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2007 16:11:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEn0o-0004Bf-Js for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2007 10:11:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEmz9-0002FC-GX for emacs-devel@gnu.org; Sat, 28 Jul 2007 10:09:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEmz8-0002El-Tk for emacs-devel@gnu.org; Sat, 28 Jul 2007 10:09:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEmz8-0002Eh-Pm for emacs-devel@gnu.org; Sat, 28 Jul 2007 10:09:34 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IEmz8-0001O8-I5 for emacs-devel@gnu.org; Sat, 28 Jul 2007 10:09:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IEn12-0004c6-Q0; Sat, 28 Jul 2007 10:11:32 -0400 In-reply-to: <86zm1imf2w.fsf@lola.quinscape.zz> (message from David Kastrup on Fri, 27 Jul 2007 10:21:59 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 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:75749 Archived-At: I can envision someday connecting M-x to a feature that records translated command names. We might want to do that after we have handled translation for messages and menu items. But let's not discuss it now. Translating doc strings and messages is a big enough first step. Let's take that step, then worry about the next step.