From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#57400: 29.0.50; Support sending patches from VC directly Date: Mon, 10 Oct 2022 21:58:23 +0300 Organization: LINKOV.NET Message-ID: <86r0zfsefc.fsf@mail.linkov.net> References: <84v8qgn1z9.fsf@iki.fi> <87h71zo3p8.fsf@posteo.net> <87sfljmgwz.fsf@posteo.net> <87y1twvima.fsf@posteo.net> <84sfk2p846.fsf@iki.fi> <87h70i9ntt.fsf@posteo.net> <87a66a9n60.fsf@posteo.net> <87edvm2kae.fsf@gnus.org> <861qrmox5o.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9576"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Lars Ingebrigtsen , 57400@debbugs.gnu.org, Philip Kaludercic , Antoine Kalmbach To: Filipp Gunbin Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 10 21:26:19 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ohyPq-0002Dp-Sv for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 10 Oct 2022 21:26:18 +0200 Original-Received: from localhost ([::1]:48698 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohyPp-0006QT-TM for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 10 Oct 2022 15:26:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55128) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohy6E-0003jT-Dc for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2022 15:06:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50932) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohy6E-0001Sn-5f for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2022 15:06:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohy6D-0003ba-U6 for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2022 15:06:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Oct 2022 19:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57400 X-GNU-PR-Package: emacs Original-Received: via spool by 57400-submit@debbugs.gnu.org id=B57400.166542872213799 (code B ref 57400); Mon, 10 Oct 2022 19:06:01 +0000 Original-Received: (at 57400) by debbugs.gnu.org; 10 Oct 2022 19:05:22 +0000 Original-Received: from localhost ([127.0.0.1]:50007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohy5Z-0003aV-V1 for submit@debbugs.gnu.org; Mon, 10 Oct 2022 15:05:22 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:37719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohy5X-0003aC-T3 for 57400@debbugs.gnu.org; Mon, 10 Oct 2022 15:05:20 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 9D1191C0002; Mon, 10 Oct 2022 19:05:09 +0000 (UTC) In-Reply-To: (Filipp Gunbin's message of "Mon, 10 Oct 2022 17:39:43 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:245043 Archived-At: >> Currently 'C-x v =' (vc-diff) can be easily mistyped as 'C-x v +' (vc-pull) >> often with an adverse effect because '=' and '+' are on the same key. >> It would be nice to bring both 'vc-pull' and 'vc-push' under the same >> prefix key 'C-x v p'. And to add vc-prepare-patch under the same >> prefix. > > I find there's some similarity between vc-log-outgoing (`C-x v O') and > vc-prepare-patch. So maybe `C-x v o'? Not only vc-log-outgoing, but also another useful command to show the log to be able to mark commits in it for preparing a patch, is `C-x v M L' (vc-log-mergebase) that shows the log of all changes in the branch. So I'd rather turn `C-x v l' into a prefix key. >> 'p' and 'S' in vc-dir are specific to the vc-dir buffer. > >> So 'C-x v S' could be bound to the command vc-log-search >> that has no key binding. > > It would be great to put this command on some key binding. With `C-x v l' as a prefix key it could be `C-x v l s'.