From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David Chappaz" <david.chappaz@free.fr> Newsgroups: gmane.emacs.help Subject: RE: shell-command causes problems with absolute/relative paths in TAGS Date: Fri, 6 Jan 2012 14:04:57 -0000 Message-ID: <B72CE81634984D288BA62E4C61D83875@EUROPE.ROOT.PRI> References: "2 Jan 2012 10:26:08 -0800"<20120102223315.3E60F1810C9@neo.msri.org><408087A3D7BE475B884C0F93CE2298C7@us.oracle.com><AA798C0D220E44E5B798734A70C4CF93@EUROPE.ROOT.PRI> <83sjjtnkcd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1325858722 27482 80.91.229.12 (6 Jan 2012 14:05:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 14:05:22 +0000 (UTC) To: <help-gnu-emacs@gnu.org> Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 06 15:05:19 2012 Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org> Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1RjAQ2-0001BX-ET for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 15:05:18 +0100 Original-Received: from localhost ([::1]:54176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1RjAQ1-0004AR-SD for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 09:05:17 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <david.chappaz@free.fr>) id 1RjAPs-00048e-5M for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 09:05:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <david.chappaz@free.fr>) id 1RjAPq-0002UZ-EW for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 09:05:08 -0500 Original-Received: from cluster-d.mailcontrol.com ([85.115.60.190]:40846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <david.chappaz@free.fr>) id 1RjAPq-0002TG-6R for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 09:05:06 -0500 Original-Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly17d.srv.mailcontrol.com (MailControl) with ESMTP id q06E54ei020693 for <help-gnu-emacs@gnu.org>; Fri, 6 Jan 2012 14:05:04 GMT Original-Received: from DC04PC01 ([10.103.11.129]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.4675); Fri, 6 Jan 2012 14:05:03 +0000 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <83sjjtnkcd.fsf@gnu.org> Thread-Index: AczMZlAhUMIte2WeQ1Wa8RfTyuZc0QAFDwbw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-OriginalArrivalTime: 06 Jan 2012 14:05:03.0781 (UTC) FILETIME=[2FDB3D50:01CCCC7C] X-Scanned-By: MailControl 7.6.5 (www.mailcontrol.com) on 10.68.0.127 X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) X-Received-From: 85.115.60.190 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs> List-Post: <mailto:help-gnu-emacs@gnu.org> List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe> Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83372 Archived-At: <http://permalink.gmane.org/gmane.emacs.help/83372> > Try the port of Findutils from here: > > http://sourceforge.net/projects/ezwinports/files/ > > I did that port because the one on GnuWin32 is abysmally slow, on any > drive, not just network ones. Wow that really makes a massive difference !! I am not asking for the details, as I'm unlikely to understand, but... how come the GnuWin32 port hasn't been updated or fixed ? Not only is your port much faster, it also doesn't completely fall apart when encountering symbolic links on a unix network drive (which of course can't be resolved) You've made my day ! Cheers ! David.