Henry S. Thompson <ht <at> inf.ed.ac.uk> writes: > Not sure what problem you're trying to solve -- I use jde+cygwin > emacs+win32-j2sdk without any path problems to speak of -- could you > give an example of something that doesn't work without your hack?
jde-open-class-at-point doesn't work at all. jde-find works but results aren't browsable. I use this setting, that allows classpath to be suitable for the windows jvm, but makes paths unsuitable for cygwin emacs : '(jde-cygwin-path-converter (quote (jde-cygwin-path-converter-cygpath))) The underlying problem is that (file-exists-p "c:/...") always returns nil. How can you deal with that ? Leo.
