help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to use find-dired with MinGW?


From: Matthias Meulien
Subject: How to use find-dired with MinGW?
Date: Wed, 28 Nov 2012 10:07:09 +0100
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]