From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Patch: new function process-file (call-process with file handlers) Date: Sun, 24 Oct 2004 22:08:07 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <86mzybyj4o.fsf@ketchup.de.uu.net> References: <863c0dnxxe.fsf@ketchup.de.uu.net> <86y8i5m9tf.fsf@ketchup.de.uu.net> <877jppm5x6.fsf-monnier+emacs@gnu.org> <864qklqk17.fsf@ketchup.de.uu.net> <200410240117.i9O1H3G15317@raven.dms.auburn.edu> <86fz44wkfi.fsf@ketchup.de.uu.net> <200410241846.i9OIk5T25944@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098648671 11724 80.91.229.6 (24 Oct 2004 20:11:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 20:11:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 22:11:04 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 1CLohk-0002Q7-00 for ; Sun, 24 Oct 2004 22:11:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLopM-0001WT-9t for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2004 16:18:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLopF-0001WE-Dl for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:18:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLopF-0001W2-1h for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:18:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLopE-0001Vz-Rt for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:18:48 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLohN-0007ru-1J for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:10:41 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CLohM-0008JS-00 for ; Sun, 24 Oct 2004 22:10:40 +0200 Original-Received: from pd9e1e03f.dip.t-dialin.net ([217.225.224.63]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2004 22:10:40 +0200 Original-Received: from kai by pd9e1e03f.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2004 22:10:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e1e03f.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:JvW++awslCko2CuGWHV0nTMXwKQ= 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:28850 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28850 Luc Teirlinck writes: > I would guess that process-file has to handle a nil value for INFILE > in exactly the same way that call-process does: Ah, yes, Tramp should handle INFILE being nil. I think it doesn't do that, yet. Kai