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

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

bug#6674: PATCH: fix assignment of grep-find-use-xargs on Windows


From: Christoph
Subject: bug#6674: PATCH: fix assignment of grep-find-use-xargs on Windows
Date: Sun, 01 Aug 2010 22:03:29 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1

On 8/1/2010 9:10 PM, Eli Zaretskii wrote:

No.  That's because the DOS port doesn't call command.com at all.  It
has its own implementation of a shell as part of the `system' function
in the standard library it links against.  That implementation
supports pipes, redirection, quoting, long (up to 16KB) command lines,
and a few other minor Posix features, like /dev/null.

I see. Just out of curiosity, why can't this shell implementation be used for Windows?

Do we want to execute the batch file only in case of cmd.exe or for both
command.com and cmd.exe?

Yes, for the benefit of Windows 9X.

Sounds good. Thanks.





reply via email to

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