How can I use ediff under Windows + NTEmacs?

后端 未结 5 1635
闹比i
闹比i 2020-12-20 11:46

I have Emacs version 23 on Windows and it seem the ediff executable is missing?

From where can I download ediff for Emacs on Windows?

5条回答
  •  既然无缘
    2020-12-20 12:22

    When you run ediff from emacs, it does indeed look for an executable diff. One way to get it is to install cygwin. You don't have to use Emacs from cygwin to use diff. Just add c:\cygwin\bin (use your cygwin install path) to %PATH% and restart emacs.

    Now when you run ediff, it will find diff.exe in your %PATH%.

    Ediff in emacs on Windows 7

提交回复
热议问题