From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Andrus Newsgroups: gmane.emacs.devel Subject: Re: Two feature ideas for diffs Date: Thu, 7 Nov 2013 22:29:58 -0300 Message-ID: References: <878ux0dqun.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1383874236 32123 80.91.229.3 (8 Nov 2013 01:30:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Nov 2013 01:30:36 +0000 (UTC) Cc: Tom , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 08 02:30:42 2013 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 1VeauH-0001C2-Fd for ged-emacs-devel@m.gmane.org; Fri, 08 Nov 2013 02:30:41 +0100 Original-Received: from localhost ([::1]:43444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeauH-0003pB-2i for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2013 20:30:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Veau9-0003p5-51 for emacs-devel@gnu.org; Thu, 07 Nov 2013 20:30:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Veau0-0005Y5-H3 for emacs-devel@gnu.org; Thu, 07 Nov 2013 20:30:33 -0500 Original-Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:34123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Veau0-0005Xk-BG for emacs-devel@gnu.org; Thu, 07 Nov 2013 20:30:24 -0500 Original-Received: by mail-qc0-f178.google.com with SMTP id x19so1205606qcw.9 for ; Thu, 07 Nov 2013 17:30:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=8UcfyQGiaiyLirORNL5Ee6CLuOrbySxvDluBMd1V5tw=; b=ZG2v6Cx56OqFc200UBuxdMf2l1ijfEg/wFWKyiUtJlqL1EZcwQ4hX1pMRm5ZHrPxm8 LHe1nSsE0Hpiuiiqex7sPD6xHLX6RdPRWv6HAquBhJD488k2HJlxfIZ20KTyB3EQTUEK IYEakqTIOAaGBNT9l8kZU2VEA0wqypugS3hLbtKvOs8czlCMMyTIjfn6Iiv4WkUwoghH zlNcp0cX0L+QnS8k5tf3y9rHAwaBU1W6gdHVT5e5uKGQwrvozxBpb9u2IfMbfM2w527y ylWlqqSo3YFhOC2YDimpK8LW5rIpnjOD8vwJ03i+WeR7ryzKK3rkwireicMZNG5ezM+v e/PA== X-Received: by 10.236.208.104 with SMTP id p68mr74053yho.103.1383874207824; Thu, 07 Nov 2013 17:30:07 -0800 (PST) Original-Received: from [192.168.0.10] ([190.195.74.26]) by mx.google.com with ESMTPSA id g14sm11225821yhb.23.2013.11.07.17.30.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Nov 2013 17:30:06 -0800 (PST) In-Reply-To: <878ux0dqun.fsf@yandex.ru> X-Mailer: Apple Mail (2.1510) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::232 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:165056 Archived-At: On Nov 7, 2013, at 3:11 PM, Dmitry Gutov wrote: > Tom writes: >=20 >> The other interesting feature is editable diffs. So, for example, >> before checking in one usually does a diff to see what was >> changed in the file. If you notice a typo then you go back to the >> file, fix it, do a diff again to check the changes, etc. PyCharm >> lets you edit the diff instead, so if you made a typo then you >> can fix it in the diff buffer and it is applied to the original >> file. It would be a nice convenience feature. >=20 > I've been pointed to https://github.com/caldwell/commit-patch in the > past, but it depends on Perl, and I haven't gotten around to trying = it. I can give commit-patch a hearty two thumbs up (I've used it mostly with = mercurial and git). -Ivan=