> Errors in diff output. Diff output is in #<buffer
"*ediff-diff*">
which says:
> /CYGNUS/CYGWIN~1/H-I586~1/BIN/diff.exe: C:TempEMACS~1.NEWR4WHTD: No such
file or directory
First two remarks on the misleading error message: it skips /'s and or \'s
in the (temp)filename and omits the essential c:/ before cygnus. Superfluous
I think that stripping c:/ / etc from the file names is a problem with the
Windows port of XEmacs. However, I might be able to help with the temp file
name problem.
Please take a look at (defcustom ediff-temp-file-prefix in ediff-init.el
and tell me where does the broken temp file name come from.
It must be coming from one of the getenv's.
Als, what is the value of the system-type variable under cygwin?
--michael