From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Automatic updating (of display?) of the buffer *cvs* fails Date: 11 Oct 2003 02:01:16 +0200 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 1065830706 26251 80.91.224.253 (11 Oct 2003 00:05:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Oct 2003 00:05:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Oct 11 02:05:04 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A87Fo-0001Lq-00 for ; Sat, 11 Oct 2003 02:05:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A87Fo-0003Ss-00 for ; Sat, 11 Oct 2003 02:05:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A87DI-0001Fs-V9 for emacs-devel@quimby.gnus.org; Fri, 10 Oct 2003 20:02:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A87Cr-0001FY-UE for emacs-devel@gnu.org; Fri, 10 Oct 2003 20:02:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A87CJ-0000yX-Gz for emacs-devel@gnu.org; Fri, 10 Oct 2003 20:01:58 -0400 Original-Received: from [193.162.153.4] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A87CI-0000yU-1H for emacs-devel@gnu.org; Fri, 10 Oct 2003 20:01:26 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id A4372262937; Sat, 11 Oct 2003 02:01:24 +0200 (CEST) Original-To: Markus Rost In-Reply-To: Original-Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:17028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17028 storm@cua.dk (Kim F. Storm) writes: > Marcus Rost and others have reported that *cvs* buffer fails to update > correctly when cvs process terminates ... Marcus, Since you (as the only one so far) can reproduce this reliably (and you reported that it started sometime around May/June), it would help a lot if you could try to identify the change that caused this. Could you try to checkout a version from CVS around 2003-06-01 and see if the problem was present there (see the -D option to cvs). If so, then gradually go further back; otherwise go forward (like a binary search) to narrow down which change or set of changes (see src/ChangeLog) caused this to happen. Since I made quite a huge number of changes to buffer and window code this spring, those changes could of course be the reason. But there have also been changes to process.c around May/June which could be involved... -- Kim F. Storm http://www.cua.dk