all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ediff problem
@ 2010-08-26 16:53 Bill
       [not found] ` <axw9sk21wa7j.fsf@hp.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Bill @ 2010-08-26 16:53 UTC (permalink / raw
  To: help-gnu-emacs

I use emacs 23.1 on a windows xp box. No matter what ediff method I
use (M-x ediff-buffers or the menu bar "Tools | Compare" etc) to
compare buffers (or files) I get the message "Searching for program:
no such file or directory, diff".

However in my ~/emacs-23.1/lisp/ directory there is a file called
diff.el along with diff-mode.el There is also ediff.el and 10 variants
such as ediff-hook.el

The emacs ediff manual says the required files are loaded upon need
but a (require 'diff) and (require 'ediff) in ~/.emacs can be used.
That made no difference for me.

Thanks in advance for any help. Bill


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ediff problem
       [not found] ` <axw9sk21wa7j.fsf@hp.com>
@ 2010-08-26 18:47   ` Scott Frazer
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Frazer @ 2010-08-26 18:47 UTC (permalink / raw
  To: help-gnu-emacs

On 8/26/10 1:33 PM, Antoine Tollenaere wrote:
>
> Hello Bill,
>
> Bill<bsagert@gmail.com>  writes:
>> I use emacs 23.1 on a windows xp box. No matter what ediff method I
>> use (M-x ediff-buffers or the menu bar "Tools | Compare" etc) to
>> compare buffers (or files) I get the message "Searching for program:
>> no such file or directory, diff".
>
> Ediff relies on 'diff', the Unix program to compare text files. Windows
> does not install such a program, but diff comes along with all Posix
> environment for Windows including Cygwin, Microsoft SFU and
> MKS. Installing one of them will solve your problem (Cygwin is the best
> choice in my opinion). You may have to add the bin directory (for
> instance c:\cygwin\bin) to you PATH environment variable and log you off
> and on again in order for Emacs to find it.
>
> Best regards,
> Antoine.

If you just want a couple Unix utilities like 'diff' and 'find' instead of
a big Unix-y environment, you can get them here:

http://unxutils.sourceforge.net/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-26 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-26 16:53 ediff problem Bill
     [not found] ` <axw9sk21wa7j.fsf@hp.com>
2010-08-26 18:47   ` Scott Frazer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.