From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Fwd: A system for localizing documentation strings Date: Thu, 26 Jul 2007 20:54:32 +0900 Message-ID: References: <795F38F4-7253-47DC-97DD-53BED4F0AB97@mx6.tiki.ne.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1185450883 9444 80.91.229.12 (26 Jul 2007 11:54:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2007 11:54:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 26 13:54:40 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 1IE1vU-0004Pz-4U for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 13:54:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE1vT-0004W1-LR for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 07:54:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IE1vR-0004V5-OP for emacs-devel@gnu.org; Thu, 26 Jul 2007 07:54:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IE1vR-0004UO-73 for emacs-devel@gnu.org; Thu, 26 Jul 2007 07:54:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE1vR-0004UL-0O for emacs-devel@gnu.org; Thu, 26 Jul 2007 07:54:37 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IE1vQ-0005sx-1S for emacs-devel@gnu.org; Thu, 26 Jul 2007 07:54:36 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l6QBsXVG021109; Thu, 26 Jul 2007 20:54:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l6QBsXl6010774; Thu, 26 Jul 2007 20:54:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l6QBsWhw025630; Thu, 26 Jul 2007 20:54:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IE1vM-0000dV-E1; Thu, 26 Jul 2007 20:54:32 +0900 In-reply-to: (message from Jean-Christophe Helary on Thu, 26 Jul 2007 12:29:19 +0900) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: Solaris 8 (1) 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:75560 Archived-At: In article , Jean-Christophe Helary writes: > From: Jean-Christophe Helary > Date: 26 juillet 2007 10:05:36 HNJ > To: Emacs Mailing List > Subject: A system for localizing documentation strings > A function is written like this (per Robert Chassell's book, I'm > currently only at chapter 3, sorry if all sounds a little too obvious): > (defun function-name (arguments...) > "optional-documentation..." > (interactive argument-passing-info) ; optional > body...) > To offer a practical possibility for interactive localization we'd Could you please explain what is "interactive localization", and why gettext doesn't work for it. --- Kenichi Handa handa@m17n.org