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 11:10:41 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <86fz44wkfi.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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098609119 20280 80.91.229.6 (24 Oct 2004 09:11:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 09:11:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 11:11:47 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 1CLePj-0007Yl-00 for ; Sun, 24 Oct 2004 11:11:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLeXJ-0003mh-As for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2004 05:19:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLeWu-0003mT-Gm for emacs-devel@gnu.org; Sun, 24 Oct 2004 05:19:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLeWr-0003lh-Jp for emacs-devel@gnu.org; Sun, 24 Oct 2004 05:19:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLeWq-0003lU-6v for emacs-devel@gnu.org; Sun, 24 Oct 2004 05:19:09 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLeOw-0001jP-53 for emacs-devel@gnu.org; Sun, 24 Oct 2004 05:10:58 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CLeOv-0008Lq-00 for ; Sun, 24 Oct 2004 11:10:57 +0200 Original-Received: from pd951fe02.dip.t-dialin.net ([217.81.254.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2004 11:10:57 +0200 Original-Received: from kai by pd951fe02.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2004 11:10:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 8 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951fe02.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:xFIHyuMqqEOZ+oTpLUyLUdESw4U= 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:28819 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28819 Luc Teirlinck writes: > This apparently breaks `C-x v =' and other vc commands. Thank you. I think it's fixed now. Kai