From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: VC acting strangely Date: Sun, 05 Aug 2007 22:42:52 +0100 Message-ID: <46B6445C.4030708@gnu.org> References: <46B3D9A2.7080708@gnu.org> <200708040227.l742R3uW025802@oogie-boogie.ics.uci.edu> <46B43673.7090008@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186350240 19933 80.91.229.12 (5 Aug 2007 21:44:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Aug 2007 21:44:00 +0000 (UTC) Cc: esr@snark.thyrsus.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 05 23:43:58 2007 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 1IHntD-0006uu-Fk for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2007 23:43:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHntB-0005W7-3t for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2007 17:43:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IHnt7-0005Ur-N4 for emacs-devel@gnu.org; Sun, 05 Aug 2007 17:43:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IHnt4-0005Ti-Ba for emacs-devel@gnu.org; Sun, 05 Aug 2007 17:43:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHnt3-0005Tb-Q5 for emacs-devel@gnu.org; Sun, 05 Aug 2007 17:43:46 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IHnsn-00026p-68; Sun, 05 Aug 2007 17:43:29 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id ECEA1509D3; Sun, 5 Aug 2007 22:43:08 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: X-Detected-Kernel: Linux 2.4-2.6 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:76065 Archived-At: Richard Stallman wrote: > As a user command, I'd say it needs renaming back, or at least an alias > defined for it. > > I think the arguments are strong for bringing back the old name. > Can you please add vc-revert-buffer as an alias for vc-revert, then ack? > > A separate question is whether the callers should be changed to call > vc-revert-buffer instead of vc-revert. I have no opinion on that > I added it as an obsolete alias. Another part of the same change removed the norevert argument from vc-rollback, without actually removing all uses within the function. I'm not sure whether the intention was to remove it just from the backend interface since it is not needed there or to remove it completely, but I added it back for now.