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

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

term with multiple arguments


From: Carlos Pita
Subject: term with multiple arguments
Date: Thu, 24 Jul 2014 19:21:54 -0300

I'm unable to pass multiple arguments to term:

(term "ls /home")
(term "sh -c 'ls /home'")
too many arguments

(term '( "ls" "/home" ))
(term [ "ls" "/home" ])
wrong type argument

(term "ls" "/home")
wrong number of arguments

Is this possible? I would be surprised if not.

Regards
--
Carlos



reply via email to

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