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

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

Redirectin output of call-process to a file.


From: Olive
Subject: Redirectin output of call-process to a file.
Date: Wed, 22 May 2013 15:03:37 +0200

I am executing the following command:

(call-process "/usr/bin/echo" nil (:file "/tmp/test.txt") nil "hello")

According tothe documentaion this should redirect the output of th eproces to 
the file "/tmp/test.txt" but I have this error:

Symbol's function definition is void: :file

What am I doingwrong here? I use emcs 24.3.1 on GNU/Linux.

liv



reply via email to

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