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: Sun, 20 Sep 2015 17:49:04 +0300 Message-ID: <83a8shp2n3.fsf@gnu.org> 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1442760563 9153 80.91.229.3 (20 Sep 2015 14:49:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Sep 2015 14:49:23 +0000 (UTC) Cc: oub@mat.ucm.es, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 20 16:49:14 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 1ZdfvV-0005F2-8a for ged-emacs-devel@m.gmane.org; Sun, 20 Sep 2015 16:49:13 +0200 Original-Received: from localhost ([::1]:52281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdfvU-0003pq-8O for ged-emacs-devel@m.gmane.org; Sun, 20 Sep 2015 10:49:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdfvR-0003pX-3N for emacs-devel@gnu.org; Sun, 20 Sep 2015 10:49:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdfvM-0006wK-2k for emacs-devel@gnu.org; Sun, 20 Sep 2015 10:49:09 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:33582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdfvL-0006wA-RM for emacs-devel@gnu.org; Sun, 20 Sep 2015 10:49:04 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NUZ00F00CYLNO00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 20 Sep 2015 17:48:58 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUZ00F0PD5K9060@a-mtaout21.012.net.il>; Sun, 20 Sep 2015 17:48:57 +0300 (IDT) In-reply-to: <55FEB04C.4090205@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:190134 Archived-At: > Cc: emacs-devel@gnu.org > From: Dmitry Gutov > Date: Sun, 20 Sep 2015 16:10:36 +0300 > > On 09/20/2015 09:08 AM, Eli Zaretskii wrote: > > > As far as I'm concerned, the feature stays until someone codes an > > alternative solution that preserves the functionality. > > If someone picks a key binding to add the new MIME header (as examples, > vc-git uses `C-c C-s' for Signed-Off-By and `C-c C-e' for Amend), and if > you agree to perform the manuals update, I can do the coding. Thanks. But why does it have to be a separate command? Can't "C-u C-x v v", when it calls vc-checkin, present that header in the vc-log buffer, so that muscle memory doesn't have to change?