Ok, that would be quite useful, but I think you should complete both files and directories and I don't know if it 's still possible. Nevertheless, I have recently stopped using customization buffers for setting the classpath . I now often use the shortcut method jde-set-global-classpath to achieve this. So , I still think a path-completion feature in the minibuffer for the jde-set-global-classpath function would be quite usefull. I think we can do this in 2 ways : -directly using a (unknown to me) tag of interactive -in loop asking for all the part of the classpath we want, each of them would be completed as a file-directory. The loop would end when letting the field blank. Hope not beeing boring too much :) Steff Paul Kinnucan wrote: > At 10:38 AM 1/24/01 -0500, you wrote: > >Hello all, > > > >I would like to enhance the set-global-classpath function in order to > >use file&directory completion in the minibuffer rather than entering a > >single "string". > > > >Does anyone have an idea on it ? > > I think it's better to do file completion in the customization buffer for > jde-global-classpath. I don't believe the JDE supports this in the current > release because I only recently became aware that it is possible to do path > completion in a customization buffer, provided that the developer (i.e., me), > specifies that the items to be entered are paths. I will add this as a > feature in the next release. > > - Paul > > >Exemple : > >/usr/local/jdk/jre/lib/rt.jar:/home/toto/java > > > >(X)emacs does only propose an interactive option for on file and one > >directory not for paths. > > > >Steff
