From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New function: vc-ediff Date: Thu, 10 Mar 2011 11:00:45 -0500 Message-ID: References: <4D785193.3030201@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299772866 1570 80.91.229.12 (10 Mar 2011 16:01:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2011 16:01:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 17:01:01 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PxiIJ-0005qO-EU for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 17:00:55 +0100 Original-Received: from localhost ([127.0.0.1]:59544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxiII-0008Pw-VE for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 11:00:54 -0500 Original-Received: from [140.186.70.92] (port=36507 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxiIF-0008Ov-2N for emacs-devel@gnu.org; Thu, 10 Mar 2011 11:00:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxiIB-0001B2-BE for emacs-devel@gnu.org; Thu, 10 Mar 2011 11:00:51 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9123 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxiIB-0001Ai-7v for emacs-devel@gnu.org; Thu, 10 Mar 2011 11:00:47 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAMaEeE1MCqLF/2dsb2JhbACmJ3iIQbhThWIEhSSQCQ X-IronPort-AV: E=Sophos;i="4.62,296,1297054800"; d="scan'208";a="95514351" Original-Received: from 76-10-162-197.dsl.teksavvy.com (HELO ceviche.home) ([76.10.162.197]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 10 Mar 2011 11:00:45 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 37ECD66135; Thu, 10 Mar 2011 11:00:45 -0500 (EST) In-Reply-To: <4D785193.3030201@gmail.com> (Christoph Scholtes's message of "Wed, 09 Mar 2011 21:20:35 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137036 Archived-At: > Attached is a first cut at implementing this. Note, that this patch is just I think vc-ediff should not require any changes to ediff. You can check pcvs.el for an example of code that provides similar functionality without any ediff changes. Stefan