From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: Incomplete output from "cvs annotate" Date: Tue, 20 Jan 2004 13:02:38 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074601041 5265 80.91.224.253 (20 Jan 2004 12:17:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 12:17:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 20 13:17:15 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aiuoi-0003Sa-00 for ; Tue, 20 Jan 2004 13:17:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aiuoi-00017E-00 for ; Tue, 20 Jan 2004 13:17:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aiume-0006MU-Oq for emacs-devel@quimby.gnus.org; Tue, 20 Jan 2004 07:15:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aiukj-00069z-Bh for emacs-devel@gnu.org; Tue, 20 Jan 2004 07:13:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AiukC-000620-5s for emacs-devel@gnu.org; Tue, 20 Jan 2004 07:13:03 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Aiuio-0005kS-Cd for emacs-devel@gnu.org; Tue, 20 Jan 2004 07:11:06 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.24) id 1Aiui5-0000qC-Iu for emacs-devel@gnu.org; Tue, 20 Jan 2004 07:10:21 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Aiui3-0005Rj-00 for ; Tue, 20 Jan 2004 13:10:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aiuaw-0005Nz-00 for ; Tue, 20 Jan 2004 13:02:58 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Aiuaw-0000pc-00 for ; Tue, 20 Jan 2004 13:02:58 +0100 Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:OQ8wtuRf2rj5cd0jl1NFdV3Km5E= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19332 Andreas Schwab writes: > Simon Josefsson writes: > >> Andreas Schwab writes: >> >>> Simon Josefsson writes: >>> >>>> IMHO, it shouldn't. If the data need to be collapsed into the same >>>> buffer, it should happen inside Emacs, not by cloning the fd. So using >>>> a BUFFER cons cell in VC for call-process isn't a solution, using just >>>> one BUFFER should work. >>> >>> This is what VC is doing. >> >> So what's the problem? If VC is using a cons cell, > > I think you misunderstood me, VC is using a single buffer for both > stdout and stderr, which is why the bug occurs. Ah, right. I thought you were saying the opposite. Sorry.