I am doing C-x v = to inspect the current differences of a file under RCS control (that is, it has an associated file with ,v suffix). However, the output is barely readable because I changed every, say, 12th line. So I get these giant chunks of diffs, where I cannot easily deduce which line was changed to what other.
Is there a way to make this diff-output more readable and still usable (so that I can jump to the source rapidly)?
(I could
but that is not very handy)
You might like to try and set
(setq diff-switches '("-u"))
so that your diffs come out in unified format, which is a bit more compact. If that's not sufficient, you can try and pass additional flags to reduce the size of the "context" (by default 3 lines before and 3 lines after).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With