=?utf-8?b?TMOpb3BvbGQ=?= Bailly <[EMAIL PROTECTED]> writes:

>> 
>>  '(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
>
> Can you paste an example of your jde-find result ?

cd /home/ht/MT/source/com/markuptech/stdcomponents/
find d:/MT/source -name "*.java" -type f | xargs grep -i n "dirty" /dev/null 
/dev/null
d:/MT/source/com/markuptech/tools/mtpl/MTPLApp.java:808: dirtyWhileReading = 
false;

etc.

So maybe the additional crucial fact is that I have

 '(jde-sourcepath (quote ("/home/ht/MT/source")))

where /home/ht is mounted as D:

ht
-- 
 Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                     Half-time member of W3C Team
    2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
            Fax: (44) 131 650-4587, e-mail: [EMAIL PROTECTED]
                   URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]

Reply via email to