From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Unreliability in process output Date: Wed, 8 Jun 2005 00:51:10 +1200 Message-ID: <17061.38974.670470.963250@farnswood.snap.net.nz> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118148764 2160 80.91.229.2 (7 Jun 2005 12:52:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2005 12:52:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 07 14:52:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DfdWu-0008N4-60 for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 14:50:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfddQ-0002OQ-0O for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 08:56:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dfdcy-0002Gg-CX for emacs-devel@gnu.org; Tue, 07 Jun 2005 08:56:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dfdcs-0002CG-Lf for emacs-devel@gnu.org; Tue, 07 Jun 2005 08:56:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfdcs-0002A8-IX for emacs-devel@gnu.org; Tue, 07 Jun 2005 08:56:14 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dfdar-0000L5-3p; Tue, 07 Jun 2005 08:54:09 -0400 Original-Received: from farnswood.snap.net.nz (p160-tnt2.snap.net.nz [202.124.108.160]) by viper.snap.net.nz (Postfix) with ESMTP id 9987E53A294; Wed, 8 Jun 2005 00:50:39 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 0BD5062A99; Tue, 7 Jun 2005 13:51:10 +0100 (BST) Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.10 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38247 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38247 > After emacs -Q, visiting src/window.c and then doing C-x v l gives > unreliable results. Large chunks of the buffer are missing. Which > parts are missing varies each time, but the first missing chunk seems > to start on a 4096-character boundary. Isn't this the problem with ssh referred to in INSTALL.CVS? It was discussed on emacs-devel last October with the subject vc-version-other-window. Nick