From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: RCS: (vc-next-action 1) only New Backend Date: Fri, 18 Sep 2015 20:18:30 +0300 Message-ID: <838u83r6hl.fsf@gnu.org> References: <87mvwjohyi.fsf@mat.ucm.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1442596725 26899 80.91.229.3 (18 Sep 2015 17:18:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Sep 2015 17:18:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 18 19:18:37 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZczIy-00065H-Hd for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2015 19:18:36 +0200 Original-Received: from localhost ([::1]:40728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZczIx-0006XM-Qj for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2015 13:18:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZczIu-0006X1-Dc for emacs-devel@gnu.org; Fri, 18 Sep 2015 13:18:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZczIr-0004xb-7H for emacs-devel@gnu.org; Fri, 18 Sep 2015 13:18:32 -0400 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:51886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZczIq-0004xJ-VM for emacs-devel@gnu.org; Fri, 18 Sep 2015 13:18:29 -0400 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NUV00100TWQB000@mtaout24.012.net.il> for emacs-devel@gnu.org; Fri, 18 Sep 2015 20:11:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUV0032EUEEF000@mtaout24.012.net.il>; Fri, 18 Sep 2015 20:11:02 +0300 (IDT) In-reply-to: <87mvwjohyi.fsf@mat.ucm.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190062 Archived-At: > From: Uwe Brauer > Date: Fri, 18 Sep 2015 17:39:01 +0200 > > Currently I am running the latest GNU git Emacs version and the vc > version which emacs ships. > > > In older versions of vc, using the RCS backend it was possible when > running (vc-next-action 1) to move to a different branch > say from 2.10 to 3.1. > The prompt was > > "Branch, version, or backend to move to: I still get that same prompt with today's Git master when I type C-u C-x v v > However when I just run that command, I only received the following > prompt: > > New backend: > > What do I miss is there any variable I could set to obtain the old > behaviour? No clue, it works for me.