From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: i18n, gettext support Date: Thu, 09 Sep 2004 08:45:58 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87k6v45qhl.fsf@zip.com.au> References: <200408202226.10769.bruno@clisp.org> <87pt4yp3jn.fsf@peder.flower> <87sm9tftng.fsf@zip.com.au> <200409081239.23769.bruno@clisp.org> <873c1swhpm.fsf@peder.flower> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094683652 26748 80.91.224.253 (8 Sep 2004 22:47:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2004 22:47:32 +0000 (UTC) Cc: Bruno Haible , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 09 00:47:20 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 1C5BDk-0001kD-00 for ; Thu, 09 Sep 2004 00:47:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5BJ2-0004h3-NY for guile-devel@m.gmane.org; Wed, 08 Sep 2004 18:52:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5BIz-0004gr-Qi for guile-devel@gnu.org; Wed, 08 Sep 2004 18:52:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5BIy-0004gV-7e for guile-devel@gnu.org; Wed, 08 Sep 2004 18:52:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5BIy-0004gL-5f for guile-devel@gnu.org; Wed, 08 Sep 2004 18:52:44 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C5BDJ-0001f7-75; Wed, 08 Sep 2004 18:46:53 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i88Mkj4u025229; Thu, 9 Sep 2004 08:46:45 +1000 Original-Received: from localhost (ppp2793.dyn.pacific.net.au [61.8.39.147]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i88Mki78008365; Thu, 9 Sep 2004 08:46:44 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1C5BCX-0002Am-00; Thu, 09 Sep 2004 08:46:05 +1000 Original-To: Jan Nieuwenhuizen Mail-Copies-To: never In-Reply-To: <873c1swhpm.fsf@peder.flower> (Jan Nieuwenhuizen's message of "Wed, 08 Sep 2004 23:53:25 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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:4108 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4108 Jan Nieuwenhuizen writes: > > +int > +scm_to_lc_category (SCM category, int allow_lc_all, const char *subr, int pos) The other scm_to_foo's haven't been taking a subr argument. (That's supposed to show up in the backtrace, or something.) > + || scm_is_eq (category, scm_from_int (LC_COLLATE)) Maybe a C "switch", to save some code. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel