On Mar 23, 2009, at 5:20 AM, Gary <[email protected]> wrote: > 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))) > > Are you sure? I get "File mode specification error: (void-function > jde-cygpath)". I can see it defined in jde.el, and used in > jde-javadoc-gen.el, but... *shrug* > > -----------------------------------------
Of course, you'd need to put the defadvice after (require 'jde). Or copy the function def for jde-cygpath from jde.el and rename to my- cygpath in .emacs, and use that funtion name in the defadvice. This allows you to use it even if JDEE is not loaded. -jeffrey ------------------------------------------------------------------------------ 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
