From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: State of VC? Date: Tue, 22 Jan 2008 21:31:53 -0500 Message-ID: References: <20080122164306.3B33C83045C@snark.thyrsus.com> <200801222207.m0MM7rlR014153@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201055960 17744 80.91.229.12 (23 Jan 2008 02:39:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 02:39:20 +0000 (UTC) Cc: "Eric S. Raymond" , Dan Nicolaescu , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 03:39:38 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHVWc-0001CZ-34 for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 03:39:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHVWC-0007wk-AM for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 21:39:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHVVk-0007dw-Sl for emacs-devel@gnu.org; Tue, 22 Jan 2008 21:38:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHVVi-0007bk-Kv for emacs-devel@gnu.org; Tue, 22 Jan 2008 21:38:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHVVi-0007ba-Fa for emacs-devel@gnu.org; Tue, 22 Jan 2008 21:38:42 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHVVi-0003Xc-4m for emacs-devel@gnu.org; Tue, 22 Jan 2008 21:38:42 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAAo4lkfO+IHadGdsb2JhbACQGAEwnFl+ X-IronPort-AV: E=Sophos;i="4.25,235,1199682000"; d="scan'208";a="13086533" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 22 Jan 2008 21:38:39 -0500 Original-Received: from ceviche.home ([206.248.129.218]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id DDJ64838 for ; Tue, 22 Jan 2008 21:38:38 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 3F211B40D8; Tue, 22 Jan 2008 21:31:53 -0500 (EST) In-Reply-To: (Tom Tromey's message of "Tue, 22 Jan 2008 14:51:05 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:87352 Archived-At: > This is not the same if a marked file changes from modified to unmodified. > In this case it will disappear from the listing. That's pretty much how PCL-CVS used to work, and indeed it sucked. Now PCL-CVS tries to never remove entries unless the user asks for it explicitly (typically with the `x' key which says "remove up-to-date entries"). Actually, I find that the *cvs* buffer should also always list files that are open in an Emacs buffer. E.g. I use a find-file-hook to automatically add files I visit to the *cvs* buffer(s). Stefan