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: VC and bzr. Date: Fri, 23 Apr 2010 17:34:57 -0400 Message-ID: References: <4BCF45FA.1060808@swipnet.se> <4BD0395F.7040500@swipnet.se> <87eii7629z.fsf@telefonica.net> <87aasv5zsz.fsf@telefonica.net> <87633j5ya8.fsf@telefonica.net> <871ve75t1e.fsf@telefonica.net> <83633j48mi.fsf@gnu.org> <87sk6n4733.fsf@telefonica.net> <87hbn33zd2.fsf@telefonica.net> <87d3xq52u6.fsf@telefonica.net> <83zl0u3726.fsf@gnu.org> <878w8e44by.fsf@telefonica.net> <83d3xq2nb0.fsf@gnu.org> <58472.130.55.118.19.1272041644.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272061771 7722 80.91.229.12 (23 Apr 2010 22:29:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2010 22:29:31 +0000 (UTC) Cc: =?iso-8859-1?Q?=D3scar?= Fuentes , Eli Zaretskii , emacs-devel@gnu.org To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 24 00:29:29 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O5RNH-0001ey-6a for ged-emacs-devel@m.gmane.org; Sat, 24 Apr 2010 00:29:27 +0200 Original-Received: from localhost ([127.0.0.1]:40385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5RNG-0005lv-Ig for ged-emacs-devel@m.gmane.org; Fri, 23 Apr 2010 18:29:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5RIy-0004AQ-EW for emacs-devel@gnu.org; Fri, 23 Apr 2010 18:25:00 -0400 Original-Received: from [199.232.76.173] (port=54421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5RIx-00049m-LE for emacs-devel@gnu.org; Fri, 23 Apr 2010 18:24:59 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1O5RIw-000834-CG for emacs-devel@gnu.org; Fri, 23 Apr 2010 18:24:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48207) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1O5RIp-00082l-8E for emacs-devel@gnu.org; Fri, 23 Apr 2010 18:24:58 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O5QWX-0001m7-5r; Fri, 23 Apr 2010 17:34:57 -0400 In-Reply-To: <58472.130.55.118.19.1272041644.squirrel@webmail.lanl.gov> (Davis Herring's message of "Fri\, 23 Apr 2010 09\:54\:04 -0700 \(PDT\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:124150 Archived-At: "Davis Herring" writes: >>> I find the status indicator (the `:' or `-' chars that flags a file as >>> modified on disk or not) very helpful. >> >> They don't get updated unless you revert the buffer, or do all your VC >> ops from within Emacs. So they lie to me quite a bit. > > In Emacs 21 (and 22, I think), C-x v v on a file that had been, say, > committed outside of Emacs since you saved it would update that status > (e.g., ":1.4" -> "-1.5"). That stopped working in 23 (not that it was > ever a documented feature, I suppose); perhaps we should put it back, or > add a command `vc-refresh' or so. Of course, `revert-buffer' does work, > but ideally this "new" feature would not lose the undo history and reapply > the major mode and so on. Can you please file a bug with a step by step description of the problem?