From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: State of VC? Date: Sat, 26 Jan 2008 11:21:40 -0800 Message-ID: <200801261921.m0QJLmx5011377@sallyv1.ics.uci.edu> References: <20080122164306.3B33C83045C@snark.thyrsus.com> <200801222207.m0MM7rlR014153@sallyv1.ics.uci.edu> <200801231901.m0NJ10CP029274@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 1201375510 17380 80.91.229.12 (26 Jan 2008 19:25:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 19:25:10 +0000 (UTC) Cc: "Eric S. Raymond" , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 20:25:30 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 1JIqee-0003XX-IW for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 20:25:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIqeE-0004Gm-0U for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 14:25:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIqdh-0003yh-F2 for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:24:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIqdf-0003xq-I1 for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:24:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIqdf-0003xl-F1 for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:24:27 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JIqdf-0005Gc-4C for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:24:27 -0500 X-ICS-MailScanner-Watermark: 1201980111.38169@T7OXP/4TzNFetUCI9/ZwkA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m0QJLmx5011377; Sat, 26 Jan 2008 11:21:49 -0800 (PST) In-Reply-To: (Tom Tromey's message of "Thu, 24 Jan 2008 17:17:23 -0700") Original-Lines: 18 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:87595 Archived-At: Tom Tromey writes: > >>>>> "Dan" == Dan Nicolaescu writes: > > >> This is not the same if a marked file changes from modified to unmodified. > >> In this case it will disappear from the listing. > > Dan> OK. Would this need a change in the interface to the backend? > > I don't think so. Maybe it would be nice to have a function that is > called to indicate that the update is complete... that's come up a > couple times. That seems to be necessary only when doing partial updates. Now the update is complete when vc-update-vc-status-buffer gets called. But maybe first we should wait for ESR to post his plan/roadmap before doing any further changes. Hopefully this will happen soon ...