>>>> "Ben" == Ben Wing <ben(a)666.com>
writes:
Ben> Yes, I've seen the subprocess problems. It happens only with
Ben> call-process, not start-process. I'm in the process of
Hello Ben,
do you also get DOS boxes when evaluating
(apply 'call-process "dir" nil t nil (list "c:\\temp"))
and
(shell-command "dir c:\\temp")
?
Will you be fixing this too?
Best regards,
Adrian
Ben> fixing the process support so that call-process is a Lisp
Ben> function written in terms of start-process. The hard part
Ben> (and it's a bitch) is that call-process expects to be able to
Ben> redirect stderr differently from stdout, and the
Ben> start-process stuff doesn't (yet) support it (but it will
Ben> soon!).
Ben> I'll be posting the fix in the next day or two.
Ben> ben