From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: vc-modify-change-comment for "modern" backend fix Date: Tue, 17 May 2022 15:10:00 -0400 Message-ID: References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25000"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 17 21:11:26 2022 Return-path: Envelope-to: ged-emacs-devel@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 1nr2bN-0006OH-6m for ged-emacs-devel@m.gmane-mx.org; Tue, 17 May 2022 21:11:25 +0200 Original-Received: from localhost ([::1]:40796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nr2bM-0008Ex-1X for ged-emacs-devel@m.gmane-mx.org; Tue, 17 May 2022 15:11:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33842) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nr2a0-0006ji-SG for emacs-devel@gnu.org; Tue, 17 May 2022 15:10:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39584) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nr2a0-0002bK-Jz; Tue, 17 May 2022 15:10:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=1Fy1LG6A91OJBT1OKwQBEl9KcsBpS008w1OC1/LPJSQ=; b=dQXLLwHlkNP6 6WGVLF9eYkQyvLK2vfSGO2MVyKU9mWunt6fYez4sGbTY8ftKGslbtcrb0hGCBy+60MmcirpU4sI0i CLqGMgzwT2GJebAt/kozs7ukpRwKWzL1keJzsOdT045DTNF5MKmJolM56nzIZZiRbldKV/9sV0SK9 FjRA5YEpIT5aF+iAeEDnBzuS1msRvX53JjbaeUz66LIhgDKGvd0d4k0NHW92n6O5bP6O8tJE12XoX KxqogQ7+q8rbLeq3FNtE0rezJhkorMcVsFP7MeXkLz8bt4SaL1K5fVTmhnwBmCftgFlicTHXPa3Ps WDbQjNdThFu41Lt+wiuNJg==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1nr2a0-0006Ly-CO; Tue, 17 May 2022 15:10:00 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 17 May 2022 14:31:28 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:289870 Archived-At: Thanks Eli, and Stefan. Note that maybe you don't want "just the commit message text" because you may want to preserve extra info such as the `Author:`. There is I think a very deep hole -- creation time, author, committer, branch colour, etc, etc, etc. As it is now, modify-change-comment is quite specific in what it wants to do. I'll whip something up ...