At 08:40 AM 3/17/00 -0800, you wrote: > >-- >Best Regards, >--raman > > >Email: [EMAIL PROTECTED] >WWW: http://cs.cornell.edu/home/raman/ >PGP: http://cs.cornell.edu/home/raman/raman.asc >Hi Paul-- > >I might be misisng something obvious --but I'm having a hard time figuring >out how to set jde global behavior with respect to compile time options etc. > >the problem apears to be that prj.el when saved saves out *all* jde >variables and this is confusing me terribly >--things are made worse by the fact that setq and setq-default in the >.emacs dont work because of the way jde-set-initial-values works >--I did work around this by using custom-set-variables, but this makes >things hard to read. > >Is there a recommended way of once and for all setting up default values for >things that dont need to change for every project? > No. All of these issues are covered in the JDE User's Guide and have been discussed many, many times on the JDE mailing list. Please see the JDE User's Guide and the JDE mailing list archive for details and workarounds. Suffice it to say here that my plan is for JDE 2.1.7 to provide the JDE with a brand-new project system that will provide the capabilities you seek. My plan is release 2.1.7 late this summer. I am in the process of wrapping up JDE 2.1.6 at the moment. >Also, --this is redhat linux 6.0 with jdk 1.2.2 >--jdb runs fine from the shell >--except throwing an error after the app being debugged exits --however >when run from the emacs jde it hangs until you do a gud-cont at which point >it screams through the app and exits --so I'm not able to step through break >points etc. Again, another FAQ. Set jde-db-debugger to oldjdb, which is in the JDK 1.2.2 bin directory. See the mailing list archives for details. ------------------------------------------------------------ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] JDE website: http:/sunsite.auc.dk/jde/ JDE mailing list archive: http://www.mail-archive.com/[email protected]/maillist.html Please use JDE->Help->Submit Problem Report when reporting a bug or seeking help. This will insure that you include all information that may be required to solve your problem.
