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

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

Re: [h-e-w] suggestion: ignore case in find-name-dired, on Windows


From: Eli Zaretskii
Subject: Re: [h-e-w] suggestion: ignore case in find-name-dired, on Windows
Date: Fri, 21 Dec 2007 17:51:08 +0200

> Date: Thu, 20 Dec 2007 17:10:03 -0800
> From: "Eric Hanchrow" <address@hidden>
> 
> -  (find-dired dir (concat "-name " (shell-quote-argument pattern))))
> +  (find-dired dir (concat
> +                   (if (memq system-type '(windows-nt cygwin))
> +                       "-iname "
> +                     "-name ")
> +                   (shell-quote-argument pattern))))

IMO, this should be conditioned on a user option.  Not everyone wants
to get readme.txt together with README, for example.




reply via email to

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