emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request


From: Michael Kifer
Subject: Re: Feature request
Date: Thu, 07 Nov 2013 18:55:49 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0


On 11/07/2013 04:18 PM, John Yates wrote:
What you are describing is a poor-man's form of patience diff.  Google it if unfamiliar.

Attached is a just slightly tweaked version I stole from bzr.  I have my emacs ediff-compare-program set to ~/bin/pdiff.

Being a python script it potentially may be a bit slow (though I have never had a problem).  An alternative I saw on stackoverlow would be to use git:

$ git diff --no-index --patience file1 file2

/john


Good that the solution is simple. I believe that deficiencies in the diff algorithm should be solved by a better diff algorithm, not by a graphical interface (which ediff is).

--

       --- michael

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]