On Wed, Mar 18, 2009 at 12:06:15AM -0500, Jeffrey Phillips wrote: > I think the problem is in line 32 of the jde-plugins.el. This line: > > (defcustom jde-plugins-directory (expand-file-name "plugins" (jde-root)) > > should be: > > (defcustom jde-plugins-directory (jde-cygpath (expand-file-name > "plugins" (jde-root)))
Thanks. Will try it out and see what happens :) > However, I don't think it probably ends there, since I'm not sure what the > effect of > having just expand-file-name in other functions [snip] > jde-pi-get-plugin-dir(plugin) and > jde-pi-load-plugin(plugin) would have on loading beanshell. Those calls to > expand-file-name > should likely also be wrapped in jde-cygpath. Okay, but why would this work okay in xemacs for others? Any idea? Is there a reason expand-file-name is used directly? Could it not be wrapped by another (internal to jde) function that includes the jde-cygpath call when the environment demands it (i.e. when running on Cygwin)? > Sorry, I've not used cygwin emacs for years to provide a more modern > first-hand experience > for what all is needed. No problem. I don't mind experimenting, if I at least have a starting point. The main problem is I'm not really up to speed on lisp of any dialect. Ask me to solve a Java or C++ problem and I'm fine, but lisp is something I have really barely looked at as yet. I also don't know the codebase, so it's a bit like flailing around in the dark hoping not to break anything valuable. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
