all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* term with multiple arguments
@ 2014-07-24 22:21 Carlos Pita
  2014-07-25  9:42 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Pita @ 2014-07-24 22:21 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-25  9:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5973.1406240539.1147.help-gnu-emacs@gnu.org>
2014-07-24 22:35 ` term with multiple arguments Emanuel Berg
2014-07-24 23:08   ` Carlos Pita
     [not found]   ` <mailman.5975.1406243313.1147.help-gnu-emacs@gnu.org>
2014-07-24 23:27     ` Emanuel Berg
2014-07-24 22:21 Carlos Pita
2014-07-25  9:42 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.