From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?RnLDqWTDqXJpYw==?= Perrin Newsgroups: gmane.emacs.devel Subject: Re: Woman path : adding l10n man pages Date: Sat, 12 Jan 2008 19:01:16 +0100 Message-ID: <20080112190116.752309fa@girafe.maisel.enst-bretagne.fr> References: <20071231144731.6993df8e@girafe.maisel.enst-bretagne.fr> <20080108151446.7bcd3769@girafe.maisel.enst-bretagne.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1200160931 18224 80.91.229.12 (12 Jan 2008 18:02:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2008 18:02:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 19:02:25 2008 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 1JDkgU-0003s4-4P for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 19:02:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDkg6-0000ga-B1 for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 13:01:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDkg1-0000cr-UG for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:01:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDkfz-0000Y1-LQ for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:01:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDkfz-0000XU-Fb for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:01:47 -0500 Original-Received: from coliposte.enst-bretagne.fr ([192.108.115.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDkfy-0007G1-QU for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:01:47 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by coliposte.enst-bretagne.fr (8.13.7/8.13.7/2006.08.14) with ESMTP id m0CI1lA4018773 for ; Sat, 12 Jan 2008 19:01:47 +0100 Original-Received: from maisel-gw.enst-bretagne.fr (maisel-gw.enst-bretagne.fr [192.44.76.8]) by coliposte.enst-bretagne.fr (8.13.7/8.13.7/2008.01.11) with ESMTP id m0CI1h5X018759 for ; Sat, 12 Jan 2008 19:01:46 +0100 Original-Received: from localhost (localhost.maisel.enst-bretagne.fr [127.0.0.1]) by maisel-gw.enst-bretagne.fr (Postfix) with ESMTP id E72724960F for ; Sat, 12 Jan 2008 19:01:39 +0100 (CET) Original-Received: from maisel-gw.enst-bretagne.fr ([127.0.0.1]) by localhost (venus.maisel.enst-bretagne.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SIxT-0gg6MD3 for ; Sat, 12 Jan 2008 19:01:39 +0100 (CET) Original-Received: from girafe.maisel.enst-bretagne.fr (girafe.maisel.enst-bretagne.fr [172.22.206.119]) by maisel-gw.enst-bretagne.fr (Postfix) with ESMTP id 98598495DA for ; Sat, 12 Jan 2008 19:01:39 +0100 (CET) In-Reply-To: X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.3; i486-pc-linux-gnu) X-Virus-Scanned: amavisd-new at enst-bretagne.fr X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:86815 Archived-At: Le Tue, 08 Jan 2008 16:38:04 +0100, Andreas Schwab a =C3=A9crit : > Fr=C3=A9d=C3=A9ric Perrin writes: >=20 > >> (substring (getenv > >> "LANG") 0 2)))) (add-to-list 'manpath >=20 > LANG can also contain a language alias. There is no requirement > that the first two character have anything to do with the language > code. Moreover, the language should actually be derived from > LC_MESSAGES. >=20 > Andreas. I'm sorry I have to insist, but is somebody willing to do it correctly, i.e. adding localised man pages based on LC_MESSAGES' value, and parsing it correctly ? I'm afraid I'm not able to do it; nevertheless it would be very nice for users to have man pages in their own languages. If it is not done, well, I'll keep my own patch for myself. --=20 Fred