Sigh. I like the fact that it autoloads under normal circumstances. It's rare that I work with buffers from two different projects. Perhaps I'll try binding jde-load-project-file to a key and see if I can get used to that.
> -----Original Message----- > From: Britton, Chris [mailto:[EMAIL PROTECTED] > > Uncheck the JDE->Project->Auto Switch menu item. > Alternatively, you can manually add the following line to > your prj.el file. > > '(jde-project-context-switching-enabled-p nil) > > -----Original Message----- > From: Karr, David [mailto:[EMAIL PROTECTED] > > One minor annoyance I find with JDEE is when I'm viewing two > files, from two different projects. I'm writing code in one > file, but I switch to the other buffer to check how something > was done, and then I go back to the other buffer. Each time > I switch to each buffer, the "prj.el" for that project loads > (which I just use to set the global classpath). Each of > these takes a couple of seconds to finish. I wish there was > a way to optimize this, so that the "prj.el" only loads when > it's necessary (or some compromise in that direction). >