From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthias Meulien Newsgroups: gmane.emacs.help Subject: How to use find-dired with MinGW? Date: Wed, 28 Nov 2012 10:07:09 +0100 Organization: Guest of ProXad - France Message-ID: <50b5d43f$0$2048$426a74cc@news.free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1354093822 4578 80.91.229.3 (28 Nov 2012 09:10:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2012 09:10: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 Wed Nov 28 10:10:33 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tddf1-0006Gm-EH for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Nov 2012 10:10:27 +0100 Original-Received: from localhost ([::1]:40735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tddep-0000fs-VD for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Nov 2012 04:10:15 -0500 Original-Received: by 10.216.139.204 with SMTP id c54mr1216928wej.6.1354093631833; Wed, 28 Nov 2012 01:07:11 -0800 (PST) Original-Path: usenet.stanford.edu!m1no15970339wiv.0!news-out.google.com!ha8ni61865wib.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed3-b.proxad.net!nnrp1-1.free.fr!not-for-mail User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Date: 28 Nov 2012 10:07:11 CET Original-NNTP-Posting-Host: 82.127.68.99 Original-X-Trace: 1354093631 news-1.free.fr 2048 82.127.68.99:20721 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:195600 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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:87921 Archived-At: Hello, After setting the following defaults (GNU Emacs 24.2.1 running on Windows XP Professional with a working MinGW installation): (setq find-program "C:\\GNU\\MinGW\\msys\\1.0\\bin\\find.exe" grep-program "C:\\GNU\\MinGW\\msys\\1.0\\bin\\grep.exe") I can `(find-dired "." "-name '*.gcda'")' but in the resulting buffer Dired fails to identify files due to a unexpected column (the first one); Here are the first 4 lines of that buffer: c:/Users/mmeulien.CELAD-F037/Documents/share/devel/: C:\GNU\MinGW\msys\1.0\bin\find.exe . "(" -name '*.gcda' ")" -ls 11895183 3 -rw-r--r-- 1 mmeulien Administrateurs 5320 Nov 08:23 atts-service-build-desktop-Qt_4_7_3__mingw__Debug/plugins/geoplugin/debug/dgeodatainterface.gcda (...) Do you know to get rid of that column? -- Matthias