Henry S. Thompson <ht <at> inf.ed.ac.uk> writes: > > Try using > > '(jde-cygwin-path-converter (quote (jde-cygwin-path-converter-internal))) > > instead -- that's what I have, and > > a) jde-open-class-at-point works; > b) jde-find works.
It's even worse, because / are replaced by \, that is catastrophic for jde-find : find d:\foo\bar -name "*.java" -type f | xargs grep -i -n "myString" /dev/null /dev/null find: d:foobar: No such file or directory jde-open-class-at-point doesn't work better. Anyway, cygwin emacs can't (well, I haven't found how it could) understand paths like d:/ or d:\\ that results from jde-convert-cygwin-path. I really don't understand how it can work for you. Can you paste an example of your jde-find result ? Leo.
