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: RCS: (vc-next-action 1) only New Backend Date: Sun, 20 Sep 2015 15:25:21 -0400 Message-ID: References: <87mvwjohyi.fsf@mat.ucm.es> <838u83r6hl.fsf@gnu.org> <87k2rn5ucg.fsf@mat.ucm.es> <837fnmrizs.fsf@gnu.org> <877fnm4wzn.fsf@mat.ucm.es> <876136lr83.fsf@fencepost.gnu.org> <83y4g2pxh3.fsf@gnu.org> <871tdulodu.fsf@fencepost.gnu.org> <83twqqpu91.fsf@gnu.org> <55FD87DE.3030506@yandex.ru> <83pp1epb17.fsf@gnu.org> <55FD9E4D.8080909@yandex.ru> <83lhc2pae8.fsf@gnu.org> <55FDBB3B.1070706@yandex.ru> <878u82ru1j.fsf@mat.ucm.es> <83h9mppqqn.fsf@gnu.org> <55FEB04C.4090205@yandex.ru> <83a8shp2n3.fsf@gnu.org> <8337y9ow3v.fsf@gnu.org> <831tdtovv3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442777142 22936 80.91.229.3 (20 Sep 2015 19:25:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Sep 2015 19:25:42 +0000 (UTC) Cc: oub@mat.ucm.es, dgutov@yandex.ru, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 20 21:25:33 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 1ZdkEu-0003x0-Gw for ged-emacs-devel@m.gmane.org; Sun, 20 Sep 2015 21:25:32 +0200 Original-Received: from localhost ([::1]:53311 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdkEt-0003M0-MW for ged-emacs-devel@m.gmane.org; Sun, 20 Sep 2015 15:25:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdkEq-0003Lr-Sk for emacs-devel@gnu.org; Sun, 20 Sep 2015 15:25:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdkEq-0006N4-3r for emacs-devel@gnu.org; Sun, 20 Sep 2015 15:25:28 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:10113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdkEm-0006Mj-2B; Sun, 20 Sep 2015 15:25:24 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A2FgA731xV/2yixEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJIg3CM8jAQEBAQYCAR+LOoQsWQeELQWzP4FFI2GDMyKBNIFEAQEB X-IPAS-Result: A0A2FgA731xV/2yixEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJIg3CM8jAQEBAQYCAR+LOoQsWQeELQWzP4FFI2GDMyKBNIFEAQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="165379501" Original-Received: from 69-196-162-108.dsl.teksavvy.com (HELO ceviche.home) ([69.196.162.108]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 20 Sep 2015 15:25:21 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9443F6614D; Sun, 20 Sep 2015 15:25:21 -0400 (EDT) In-Reply-To: <831tdtovv3.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 20 Sep 2015 20:15:28 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:190150 Archived-At: > And, btw, the removal of the capability to specify a revision didn't > remove the prefix argument, it just limited its meaning to specifying > a different back-end. That's the point: it leaves the C-u to be used for something else which is not useful only for RCS but potentially for all backends. I'm perfectly OK with providing the ability to specify the revision number to use (in vc-rcs.el). What I'm opposed to is to add special support for that in the generic code. It can all be done within vc-rcs.el using log-edit-extract-headers. Stefan