From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Emacs and gettext Date: Sat, 06 Dec 2003 11:49:49 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <9743-Sat06Dec2003114949+0200-eliz@elta.co.il> References: <87fzfyol36.fsf@mano.mano> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070704365 2806 80.91.224.253 (6 Dec 2003 09:52:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2003 09:52:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 06 10:52:43 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASZ7D-0006uL-00 for ; Sat, 06 Dec 2003 10:52:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ASa3s-0001FO-2m for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Dec 2003 05:53:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ASa3N-00019H-0V for help-gnu-emacs@gnu.org; Sat, 06 Dec 2003 05:52:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ASa2m-0000VL-7C for help-gnu-emacs@gnu.org; Sat, 06 Dec 2003 05:52:44 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ASa2k-0000T9-Ne for help-gnu-emacs@gnu.org; Sat, 06 Dec 2003 05:52:10 -0500 Original-Received: from zaretski (pns03-196-203.inter.net.il [80.230.196.203]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CAH69172; Sat, 6 Dec 2003 11:50:42 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <87fzfyol36.fsf@mano.mano> (zeus@emacs.cl) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15001 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15001 > From: zeus@emacs.cl (Jonathan Gonzalez V.) > Date: Fri, 05 Dec 2003 21:18:05 -0300 > > Why Emacs don't use gettext to have translations ?? Several reasons: - we need a Lisp binding of gettext to translate messages embedded in the Lisp code - Emacs has its own code to handle non-ASCII characters which seems like a waste to ignore - no one stepped forward to work on this