From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Two feature ideas for diffs Date: Thu, 7 Nov 2013 17:39:04 +0000 (UTC) Message-ID: References: <527BCD00.9090105@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1383845983 31102 80.91.229.3 (7 Nov 2013 17:39:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2013 17:39:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 07 18:39:48 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 1VeTYa-0003ak-9r for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2013 18:39:48 +0100 Original-Received: from localhost ([::1]:41447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeTYZ-00044A-Sf for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2013 12:39:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeTYS-00042D-3z for emacs-devel@gnu.org; Thu, 07 Nov 2013 12:39:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeTYL-0003g8-U2 for emacs-devel@gnu.org; Thu, 07 Nov 2013 12:39:40 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:52498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeTYL-0003dE-MF for emacs-devel@gnu.org; Thu, 07 Nov 2013 12:39:33 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VeTYD-0002jq-V2 for emacs-devel@gnu.org; Thu, 07 Nov 2013 18:39:26 +0100 Original-Received: from 62-165-211-155.pool.digikabel.hu ([62.165.211.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Nov 2013 18:39:25 +0100 Original-Received: from adatgyujto by 62-165-211-155.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Nov 2013 18:39:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 62.165.211.155 (Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.16) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:165041 Archived-At: nhs openmailbox.org> writes: > > There are git-gutter and git-gutter+. As the name suggests, they only > work with git, but do what you describe. > Nice, but it's a pity it's written as git-specific. Git should only be one of the backends and the frontend should call the appropriate backend after checking what VC the file is under.