4

For example, the following case. It seems the system mistakenly compare wrong paragraph.

What I want to compare, for example, is the public static... with public static.... How can I do that? Thank you.

enter image description here

yuxuan
  • 781
  • 4
  • 15

1 Answers1

2

Type = to invoke ediff-inferior-compare-regions

Tell it that you don't want to compare the current highlighted regions, and Ediff will ask you to select the regions that you do want to compare.

After exiting the inferior ediff session, return to the ediff control buffer for the original session and type C-l to resume it, and ! to recalculate the regions.

See also C-hig (ediff) Quick Help Commands RET

phils
  • 50,977
  • 3
  • 79
  • 122