From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: vibrys Newsgroups: gmane.emacs.help Subject: universal call-process-region for both the local and remote usages - confusion Date: Sun, 6 Dec 2015 18:03:13 +0100 Message-ID: <56646A51.2020502@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1449436007 6389 80.91.229.3 (6 Dec 2015 21:06:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Dec 2015 21:06:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 06 22:06:43 2015 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 1a5gW1-0001sK-Vg for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Dec 2015 22:06:42 +0100 Original-Received: from localhost ([::1]:51291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5gW1-0004z7-Ef for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Dec 2015 16:06:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5cib-0007JO-MB for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 12:03:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5ciY-0003l8-GK for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 12:03:25 -0500 Original-Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:35638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5ciY-0003l2-51 for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 12:03:22 -0500 Original-Received: by lfdl133 with SMTP id l133so138371130lfd.2 for ; Sun, 06 Dec 2015 09:03:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=ABz1n0C5xw/afj8sbolh1ij8MplQ4lTi+4aX7J5aEfA=; b=aQZR5qdGmvWzcrqPho7lPNQm16M4oYd6clCGm/N47VkwtBOqz7+moWAkI4cRYKGe2c dI2oLyBQPVJfxIh/RFqeGEUHHPcXBySkwVXk8f8E8xonC62jMznopE+GW8J1MMigMqyO 41ii8Qa+Gpj2OtEYjQgIMkzFsw0zFluPruLq7ixys7Lx2ZL3Rxo/716ZP+2Youeo613q sX3TJ+k6POFtGrKX3TvoGO1GTTPhzyzBWqDgHVi59PW+dXIxWF9o1nxrrkZcs4cUEzQS 35em6GPLGIgiovHCr0bLZIuT9i1R8VAhPDG8BLH3ycJkAW5K2R5+1Ruyz8075hq2Q5UP KBtw== X-Received: by 10.25.162.144 with SMTP id l138mr11944716lfe.30.1449421400876; Sun, 06 Dec 2015 09:03:20 -0800 (PST) Original-Received: from [192.168.20.129] (89-71-30-113.dynamic.chello.pl. [89.71.30.113]) by smtp.googlemail.com with ESMTPSA id k14sm4175709lfb.49.2015.12.06.09.03.19 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 09:03:20 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::232 X-Mailman-Approved-At: Sun, 06 Dec 2015 16:06:31 -0500 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:108318 Archived-At: Hallo Emacs users I'm planning to adapt the emacs module to work remote locations. It heavily uses call-process-region. AFAIK: call-process-region does not work for remote site. What is the tramp-aware replacement for it? I found org-babel-tramp-handle-call-process-region to be the one? But it is not in emacs trunk. Why? I mean, is it some other legal function? Is there something wrong with org-babel-* one, os that is wasn't added to trunk? regards, Vi