Do Ediff as I mean
[Tue Sep 19, 2017]
In almost all of my ediff
use cases, I would have windows open
side-by-side in a frame, and then I would want to do a diff between
the two using ediff-buffers
.
But emacs doesn’t know that I obviously want to diff those two
side-by-side buffers! So it always asks me to select the buffers to be
diffed. The same problem is when using ediff-files
too.
So I came up with the following helper function to pick the correct
ediff
command.