From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carlos Pita Newsgroups: gmane.emacs.help Subject: term with multiple arguments Date: Thu, 24 Jul 2014 19:21:54 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1406240557 24133 80.91.229.3 (24 Jul 2014 22:22:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2014 22:22:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 25 00:22:30 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XARPA-0000N9-Je for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jul 2014 00:22:28 +0200 Original-Received: from localhost ([::1]:52355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XARPA-0000NL-5s for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Jul 2014 18:22:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAROz-0000MO-Ef for help-gnu-emacs@gnu.org; Thu, 24 Jul 2014 18:22:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAROy-0007ER-KA for help-gnu-emacs@gnu.org; Thu, 24 Jul 2014 18:22:17 -0400 Original-Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:43860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAROy-0007Aw-Bf for help-gnu-emacs@gnu.org; Thu, 24 Jul 2014 18:22:16 -0400 Original-Received: by mail-lb0-f172.google.com with SMTP id z11so2790959lbi.17 for ; Thu, 24 Jul 2014 15:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Hdnpaktbsq21Bh23HiWU/Dzl8wLrTvWUSzptvbWdgNE=; b=xJsOgcXhyLseoLNzqbCy2zT8t6C58S7ZNerdY83xNv8xIPYNZudtEKEsWxyNSKs9ad zdSDrLoQhTgMXIbBekWsaVF6Uw+o1P1dsB0sCPOj0GxBf1fxsAYmcSJOfAXvhPsxjGv1 Akifi+nHoXFIW/VkiUpgInxhL9z2WOPQxEx5WKx62LE78Ebej94LSdtW6klGidCMCaDk guLjp5ECYLvt+bIE10zXYnyV3+5i4Co7uptifPkrWUGQcKrm/wAVI89/T0gRm8pDIqBn nNGFrXLrQizaWzm9PXx/sf0qZiaPqF9ee8FIrGOzX/i0evSOWgoGXDz43rqx6XQyiU4L NmdQ== X-Received: by 10.112.173.201 with SMTP id bm9mr11856715lbc.16.1406240534600; Thu, 24 Jul 2014 15:22:14 -0700 (PDT) Original-Received: by 10.112.137.38 with HTTP; Thu, 24 Jul 2014 15:21:54 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98936 Archived-At: 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