From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruno Haible Newsgroups: gmane.lisp.guile.devel Subject: Re: i18n, gettext support Date: Wed, 1 Sep 2004 22:57:17 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <200409012257.17504.bruno@clisp.org> References: <200408202226.10769.bruno@clisp.org> <87zn4ayn13.fsf@peder.flower> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094072497 14787 80.91.224.253 (1 Sep 2004 21:01:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2004 21:01:37 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 01 23:01:27 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C2cER-0004tG-00 for ; Wed, 01 Sep 2004 23:01:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2cJN-0005zM-BY for guile-devel@m.gmane.org; Wed, 01 Sep 2004 17:06:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2cIj-0005Zd-JE for guile-devel@gnu.org; Wed, 01 Sep 2004 17:05:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2cIh-0005YA-KW for guile-devel@gnu.org; Wed, 01 Sep 2004 17:05:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2cIh-0005Xs-Gc for guile-devel@gnu.org; Wed, 01 Sep 2004 17:05:51 -0400 Original-Received: from [81.80.162.195] (helo=ftp.ilog.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2cDg-0007VN-Bq; Wed, 01 Sep 2004 17:00:40 -0400 Original-Received: from laposte.ilog.fr (cerbere-qe0 [81.80.162.193]) by ftp.ilog.fr (8.13.1/8.13.0) with ESMTP id i81L0ciO007497; Wed, 1 Sep 2004 23:00:38 +0200 (MET DST) Original-Received: from honolulu.ilog.fr ([172.16.15.121]) by laposte.ilog.fr (8.13.1/8.13.1) with ESMTP id i81L0W1h020123; Wed, 1 Sep 2004 23:00:32 +0200 (MET DST) Original-Received: from localhost (localhost [127.0.0.1]) by honolulu.ilog.fr (Postfix) with ESMTP id A32FA2DB7B; Wed, 1 Sep 2004 20:57:18 +0000 (UTC) Original-To: Jan Nieuwenhuizen User-Agent: KMail/1.5 In-Reply-To: <87zn4ayn13.fsf@peder.flower> Content-Disposition: inline X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4063 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4063 Jan Nieuwenhuizen wrote: > Attached is a patch with gettext C bindings for GUILE (which I tried > to avoid before). Thanks; this is a good start. The patch is not complete however: it implements only half of the proposed API; the autoconf text for libintl is broken; and the use of gettext.h is useless since gettext.h should never be installed in public directories. I'll send an updated patch tomorrow. Bruno _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel