Re: Using gnulib's maint.mk (and perhaps, using gnulib as a git submodule)

2009-11-09 Thread Jim Meyering
James Youngman wrote: > On Mon, Nov 9, 2009 at 12:46 PM, Eric Blake wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> According to James Youngman on 11/9/2009 3:09 AM: >>> On Mon, Nov 9, 2009 at 9:44 AM, Jim Meyering wrote: >>> [btw, the above check for unmarked-yet-translatab

[bug #27983] Windows text mode mis-interpreted

2009-11-09 Thread Ilguiz Latypov
Additional Item Attachment, bug #27983 (project findutils): File name: text-mode.sh Size:2 KB ___ Reply to this item at: ___ Message

[bug #27983] Windows text mode mis-interpreted

2009-11-09 Thread Ilguiz Latypov
URL: Summary: Windows text mode mis-interpreted Project: findutils Submitted by: ilgiz Submitted on: Mon 09 Nov 2009 11:04:14 PM EST Category: xargs Severity: 3 - Norm

Re: Using gnulib's maint.mk (and perhaps, using gnulib as a git submodule)

2009-11-09 Thread James Youngman
On Mon, Nov 9, 2009 at 12:46 PM, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to James Youngman on 11/9/2009 3:09 AM: >> On Mon, Nov 9, 2009 at 9:44 AM, Jim Meyering wrote: >> >>> [btw, the above check for unmarked-yet-translatable diagnostics is automated >>>

Re: Using gnulib's maint.mk (and perhaps, using gnulib as a git submodule)

2009-11-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to James Youngman on 11/9/2009 3:09 AM: > On Mon, Nov 9, 2009 at 9:44 AM, Jim Meyering wrote: > >> [btw, the above check for unmarked-yet-translatable diagnostics is automated >> in gnulib's maint.mk. If you're interested, running "make s

Using gnulib's maint.mk (and perhaps, using gnulib as a git submodule)

2009-11-09 Thread James Youngman
On Mon, Nov 9, 2009 at 9:44 AM, Jim Meyering wrote: > [btw, the above check for unmarked-yet-translatable diagnostics is automated > in gnulib's maint.mk. If you're interested, running "make syntax-check" > can detect problems like this; to enable, use gnulib's maintainer-makefile > module.

Re: [PATCH] Adjust two xargs diagnostics (was: Localization bugs in findutils

2009-11-09 Thread James Youngman
On Mon, Nov 9, 2009 at 9:44 AM, Jim Meyering wrote: > From 333b90e420200f8c083264ba1781dc01221d2807 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Mon, 9 Nov 2009 10:39:35 +0100 > Subject: [PATCH] Adjust two xargs diagnostics. > > * xargs/xargs.c (print_args): Give a better diagnostic whe

[PATCH] Adjust two xargs diagnostics (was: Localization bugs in findutils

2009-11-09 Thread Jim Meyering
James Youngman wrote: > On Fri, Oct 23, 2009 at 6:09 PM, Jorma Karvonen > wrote: >> Hello, >> >> here are some messages that probably need to be localized. I have >> shown them in localized form: > > Thanks, I'm not sure which version of findutils you started with, but > since you gave the strings

Re: keep find from trying to spider directories where it has no permission

2009-11-09 Thread Jim Meyering
James Youngman wrote: > On Sat, Sep 19, 2009 at 4:41 PM, wrote: >> EB> Untested, but: >> EB> -type d \! -readable -prune >> EB> seems like it should do the trick of telling find to not descend into >> EB> unreadable directories. >> >> Well, I hope there can be an example added to the find man pag