From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Feature request: new function start-remote-process Date: Mon, 25 Jun 2007 20:49:40 +0200 Message-ID: <87k5trkgxn.fsf@gmx.de> References: <87sl8qpueb.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182797393 1128 80.91.229.12 (25 Jun 2007 18:49:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 18:49:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 20:49:52 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I2tdF-0003cF-TR for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 20:49:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2tdF-0004PF-Gp for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 14:49:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2tdD-0004P9-2I for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:49:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2td9-0004Nz-PZ for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:49:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2td9-0004Nq-MH for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:49:43 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I2td9-0004Xw-4T for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:49:43 -0400 Original-Received: (qmail invoked by alias); 25 Jun 2007 18:49:41 -0000 Original-Received: from p57A24833.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.72.51] by mail.gmx.net (mp044) with SMTP; 25 Jun 2007 20:49:41 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+5hdJzqOq5ATkOFNcdy8BJKhBIb4szNb5ZS3oxKF 7JwdQIPHmKUeg6 In-Reply-To: <87sl8qpueb.fsf@gmx.de> (Michael Albinus's message of "Sun, 17 Jun 2007 15:45:00 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73847 Archived-At: Michael Albinus writes: Hi, > with Emacs 22.1, the function process-file has been introduced. It is an > extension for call-process, which let programs execute a remote host > when default-directory is remote. It is implemented via a file handler. > > start-remote-process shall behave similar: if default-directory points > to a remote host, the corresponding program shall be executed there. Looks like nobody objects. I'll install it next days in the trunk, unless there is a veto. Best regards, Michael.