Phillip Lord writes: > > > > Is there anyway to augment the prj.el with hand written lisp? >
What's wrong with writing a project hook function (see jde-project-hooks)? > I have tried writing lisp directly into the prj.el file, but this > doesn't work well for two reasons. Firstly JDE keeps on kill the > buffer after project switching. ???? > Secondly for reasons I have not quite > worked out yet, it seems to remove all empty lines which makes the > hand written code unreadable. > This happens only to the code from the beginning of the file to the end of the jde-set-variables form. Code inserted after the form is not touched. > The problem I have is this. I would like to set up > jde-db-source-directories so that it works automatically for > people. I currently have it set up to "../src" which is appropriate > for the project. > However this does not include the java.* source which > is a, er, source of irritation to me. As developers are using a > variety of platforms, I need to use different paths, to get to > networked versions of the JDK source accessible. I have similar > problems with setting up docsets. > How about an environment variable that specifies the JDK used by a particular developer? e.g., (./src $JDK/src) - Paul
