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:08:17 +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:
Date: Mon, 26 Nov 2007 21:31:03 +0100
From: "Lennart Borgman (gmail)" <address@hidden>
CC: Juanma Barranquero <address@hidden>, address@hidden, address@hidden

Maybe you mean something like

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

Yes, sorry; I tried to correct myself in another message.

but it does not work AFAICS.

??? It does for me.

It doesn't for me, just tested with the unpatched version (because I did not remember if I already patched spawnve or if I thrown away that patch long ago).

But my unpatched version is from 2007-07-04.




reply via email to

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