Can I run Emacs M-x ediff on Windows without installing Cygwin?

大城市里の小女人 提交于 2020-01-06 08:38:10

问题


Is it necessary to install Cygwin (which includes diff) or MinGW (which presumably also does) for something as simple as determining the differences between foobar.txt and foobar.txt~?


回答1:


You don't need those long as you have a diff.exe program, such as the GNUWin32 diff-utils version, in your PATH. Emacs itself doesn't include the mechanics for performing the diffs.



来源:https://stackoverflow.com/questions/11458450/can-i-run-emacs-m-x-ediff-on-windows-without-installing-cygwin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!