emacs-devel
[Top][All Lists]
Advanced

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

Re: ediff highlight sub-line differences in non-current sections?


From: Stefan Monnier
Subject: Re: ediff highlight sub-line differences in non-current sections?
Date: Sat, 16 May 2015 21:08:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I looked into this over a year ago, and it seemed it wasn't implemented.

Indeed, that's my impression as well.

> I'm tempted to dive into the source, but I'm curious what anyone else
> might know.

I haven't looked into it, but I think one important issue is
performance: refined diffs can take a non-negligible amount of time
to get.  The current code does it one section at a time, which makes it
quite bearable, but if you want to do it for all sections (not just the
current one), the total cost might become significant enough that we
should try to do it lazily/incrementally/asynchronously.


        Stefan



reply via email to

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