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
- C-x v l to see the old versions, then
- do f on the last one to check it out.
- M-x ediff the files
but that is not very handy)