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

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

Re: problem with call-process function


From: Eli Zaretskii
Subject: Re: problem with call-process function
Date: Mon, 30 Nov 2015 20:12:52 +0200

> Date: Mon, 30 Nov 2015 12:28:44 -0500
> From: Bostjan Vilfan <bostjanv@alum.mit.edu>
> 
> (call-process "myprog.exe" nil (t nil) nil <additional arguments>)
> 
> However, the previous line, as well as many other attempts did not work.
> Obviously, I am doing something wrong; but what? Thanks in advance for
> answers.

You need to quote the (t nil) list: '(t nil).



reply via email to

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