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 22:18:55 +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

Eli Zaretskii wrote:
Anyway, the right solution, IMO, is to wrap spawnve with quoting code.


But would not that result in the same call as

  (apply #'call-process "find.exe" nil
         (get-buffer-create "output")
         nil
         (list "c:/emacs-lisp/old/"
               (shell-quote-argument "-name")
               (shell-quote-argument "*.el" )
               ))

which matches all files for me? Or

Perhaps are we using different find.exe? Mine says "GNU find version 4.1" and is from gnuwin32.




reply via email to

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