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 15:27:34 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <867jpgz1o9.fsf@ketchup.de.uu.net> References: <863c0dnxxe.fsf@ketchup.de.uu.net> <871xfxnuyv.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098624499 20208 80.91.229.6 (24 Oct 2004 13:28:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 13:28:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 15:28:13 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 1CLiPs-0008Gf-00 for ; Sun, 24 Oct 2004 15:28:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLiXT-0002eS-VS for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2004 09:36:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLiX9-0002ZC-8T for emacs-devel@gnu.org; Sun, 24 Oct 2004 09:35:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLiX8-0002Yo-KG for emacs-devel@gnu.org; Sun, 24 Oct 2004 09:35:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLiX8-0002Yj-Fd for emacs-devel@gnu.org; Sun, 24 Oct 2004 09:35:42 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLiPS-0004ZO-9i for emacs-devel@gnu.org; Sun, 24 Oct 2004 09:27:46 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CLiPR-0000ow-00 for ; Sun, 24 Oct 2004 15:27:45 +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 15:27:45 +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 15:27:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 10 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:nN8C67wm5CRZtYAiMQQRUK22Rfc= 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:28833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28833 David Kastrup writes: > That's the main rub right now. The code itself seems comparatively > small, but additions to the manual in sections that have already been > verified need to get checked for correctness and consistency. I've now added stuff to lispref and etc/NEWS, but I'm not a native speaker. Kai