From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Patch: new function process-file (call-process with file handlers) Date: Sun, 17 Oct 2004 12:58:06 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <871xfxnuyv.fsf-monnier+emacs@gnu.org> References: <863c0dnxxe.fsf@ketchup.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098032312 15504 80.91.229.6 (17 Oct 2004 16:58:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Oct 2004 16:58:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 17 18:58:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJEMU-0007c2-00 for ; Sun, 17 Oct 2004 18:58:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJETj-0005Aw-B8 for ged-emacs-devel@m.gmane.org; Sun, 17 Oct 2004 13:05:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJETc-0005Ag-9E for emacs-devel@gnu.org; Sun, 17 Oct 2004 13:05:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJETb-0005AQ-NM for emacs-devel@gnu.org; Sun, 17 Oct 2004 13:05:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJETb-0005AG-LX for emacs-devel@gnu.org; Sun, 17 Oct 2004 13:05:47 -0400 Original-Received: from [209.226.175.25] (helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJEMB-0002eS-Lp for emacs-devel@gnu.org; Sun, 17 Oct 2004 12:58:07 -0400 Original-Received: from alfajor ([67.71.117.80]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041017165806.VJCU18655.tomts5-srv.bellnexxia.net@alfajor>; Sun, 17 Oct 2004 12:58:06 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id C4E19D7363; Sun, 17 Oct 2004 12:58:06 -0400 (EDT) Original-To: Kai Grossjohann In-Reply-To: <863c0dnxxe.fsf@ketchup.de.uu.net> (Kai Grossjohann's message of "Sun, 17 Oct 2004 17:53:33 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28522 > The attached patch provides the new function process-file, adds Tramp > support for this new function, and changes VC to invoke process-file > instead of call-process. The patch also removes the ugly advice from > Tramp if process-file is available. I think you attached the wrong file. In any case, I think now is not the right moment to discuss such enhancements. Stefan