• geza42@alien.topB
          link
          fedilink
          English
          arrow-up
          0
          ·
          10 months ago

          This has nothing to do with the diff program. Ediff is not able to highlight whitespace differences like it highlights non-whitespace differences. Maybe it is possible to do somehow, but by default, whitespace differences generate a diff region with no highlights (or as ediff calls it, refinements).

          It is because highlights are done on word level, and whitespaces are not words.

  • 00-11@alien.topB
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    Also very basic, IMO:

    • g X - go to buffer X’s point
    • j - jump to diff number (prefix arg)
    • ! - update (re-diff)
    • C-l - recenter
    • * - refine current region
    • ## - ignore whitespace diffs