From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: po-mode/dired: feature request Date: Thu, 11 Nov 2004 10:08:31 +0100 Message-ID: <86fz3gn46o.fsf@ketchup.de.uu.net> References: <87sm7hir49.fsf@Janik.cz> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1100164194 4250 80.91.229.6 (11 Nov 2004 09:09:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 09:09:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 11 10:09:40 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 1CSAxY-0005S4-00 for ; Thu, 11 Nov 2004 10:09:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSB62-0007Lr-L5 for ged-emacs-devel@m.gmane.org; Thu, 11 Nov 2004 04:18:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSB5I-0007L2-JE for emacs-devel@gnu.org; Thu, 11 Nov 2004 04:17:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSB5H-0007Kg-Nb for emacs-devel@gnu.org; Thu, 11 Nov 2004 04:17:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSB5H-0007Kc-CO for emacs-devel@gnu.org; Thu, 11 Nov 2004 04:17:39 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSAwY-0002wd-9y for emacs-devel@gnu.org; Thu, 11 Nov 2004 04:08:38 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CSAwW-0007Yk-00 for ; Thu, 11 Nov 2004 10:08:36 +0100 Original-Received: from ketchup.de.uu.net ([139.4.38.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Nov 2004 10:08:36 +0100 Original-Received: from kai by ketchup.de.uu.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Nov 2004 10:08:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ketchup.de.uu.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:GfaM6yJ6q7F9gwngC10d+55EnIg= 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: main.gmane.org gmane.emacs.devel:29729 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29729 Pavel@Janik.cz (Pavel Janík) writes: > I'd like to be able to see the status of translations in the dired buffer > or in separate mode. Because right now, it is very ineffective to do the > translations - you do not see if the file you are about to open is already > translated or no. There are other free software tools good for this goal - > see e.g. http://i18n.kde.org/tools/kbabel/img/catalogmanager.png - but I'd > prefer to use Emacs for it. Perhaps it is sufficient to see the po files for the languages in question? I don't know anything about po files, but I seem to recall that the language is in the name of the file, so M-x find-dired RET could produce a buffer with the right files. Does this help? Kai