Is there a way to make Ediff highlight whitespace using a different color, the way it does for non-whitespace differences?
For example, here are two regions with only whitespace differences:
And here are two regions with non-whitespace differences:
The non-whitespace differences are highlighted with ediff-fine-diff-*
faces, while whitespace differences are not. I'd like some way to tell what the whitespace differences are.
ediff-diff-options
is not set to"-w"
, which tells thediff
program to ignore white space. May not solve the problem, but might help you get there. – Phil Hudson Oct 22 '16 at 11:35ediff-diff-options
set to-w
. With your setup, are your whitespace differences highlighted? – Tianxiang Xiong Oct 22 '16 at 16:22*
(ediff-toggle-autorefine
). – Phil Hudson Oct 24 '16 at 17:56