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: master 4803fba487 1/2: 'C-x v v' on a diff buffer commits it as a patch (bug#52349) Date: Tue, 30 Aug 2022 10:02:40 -0400 Message-ID: References: <166171593185.16640.41619657947456727@vcs2.savannah.gnu.org> <20220828194533.23A6BC00889@vcs2.savannah.gnu.org> <87r10znm0y.fsf@gnus.org> <83fshfvvyn.fsf@gnu.org> <87fshdonjy.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38960"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eliz@gnu.org, larsi@gnus.org, juri@jurta.org, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 30 16:05:10 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 1oT1ra-0009nF-Gg for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Aug 2022 16:05:10 +0200 Original-Received: from localhost ([::1]:44000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oT1rZ-0004wn-4b for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Aug 2022 10:05:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54284) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT1pC-00049h-LE for emacs-devel@gnu.org; Tue, 30 Aug 2022 10:02:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38236) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT1pB-0001Nf-OU; Tue, 30 Aug 2022 10:02:41 -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=O+g5H2dKop+s0qCJQK3VLEnm4h9vSwKGwRA9dvnV0Bw=; b=c6RNs5WzcpRw eMBNJ8Y48BXgdrVm9Wy8cdk+3Kigf+1cdBTiZD0UgYDtIVea6zh8trBD0d+8Ks3whe3SmxOMe7WGW d5fmtodABrlBr6L75JK7EfxPuIBfZqGkmQzG0+pMH7ydC698QpzKCq4vfytd8kMAL+vsc4piE+4Dz w226iJWgzYJW2TSWghyPjhua0/IaElLWo/hADOmy/unO2CseJxMm3VUU8NK7PKV36rAxVK47rjzZL xjSeGGd1JodOm40vgEOMvMYnrJ/Qm7eoFZ9lFaheSt2Gdn0y5w2zGKASRViXFExLtu6rMnFW3+WF/ oRReRNxM0RRZ2tJLY+ACSw==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1oT1pA-00019j-RL; Tue, 30 Aug 2022 10:02:41 -0400 In-Reply-To: <87fshdonjy.fsf@yahoo.com> (message from Po Lu on Tue, 30 Aug 2022 21:42:25 +0800) 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:294344 Archived-At: > This is a pitty indeed. Specially seeing that it is easy enough to > get this working for all VCSs. Here is a hack I wrote ages ago, and > this works for just about everything, it doesn't do exactly what is > needed (e.g, this works on a single file basis) but it isn't too hard > to get that working. If you have time, could you work on integrating that code with VC? I would, but currently I'm heavily occupied with some other code (which happens to use Subversion), and the feature would be quite convenient. I wish, I'm swamped at work :-( The feature as such is indispensible, and not having to care about the VC probobly even more so.