How can I use ediff under Windows + NTEmacs?

后端 未结 5 1638
闹比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:28

    It's probably a Windows-native diff that you're missing. You really want to have access to a suite of additional Unix-like tools when you run NTEmacs.

    Cygwin is probably the most common solution. Many people use the GNUWin32 tools instead ("much faster, though less complete, than the Cygwin ones").

    See here for more details: How to best integrate Emacs and Cygwin?

    Emacs Wiki: http://www.emacswiki.org/emacs/CygWin

    Be aware that as well as NTEmacs, there is a Cygwin-native Emacs as well. So you can either use NTEmacs with Cygwin providing all the additional tools; or you can ignore NTEmacs entirely, and install Cygwin's Emacs package and just use that. NTEmacs is faster, but Cygwin Emacs integrates better with the rest of Cygwin in a few areas.

提交回复
热议问题