emacs-devel
[Top][All Lists]
Advanced

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

Re: Using `call-process-shell-command' in `process-lines'


From: Lennart Borgman (gmail)
Subject: Re: Using `call-process-shell-command' in `process-lines'
Date: Mon, 26 Nov 2007 18:28:12 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Juanma Barranquero wrote:
Passing "*" or "*.el" to -name fails as above. Passing ".el" or almost
anything else finishes (with 0 and no files). So there's something
fishy with the wildcard.


In a cmd.exe shell I can execute

   find -name "*.el"

with desired result (using gnuwin32 find.exe), but

   find -name *.el

fails with

   find: paths must precede expression
   Usage: find [path...] [expression]

Doesn't it look like arg passing in find.exe is a bit strange?




reply via email to

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