Paul Ebermann writes: > "Graham Bennett" skribis: > > Is it possible to have different email addresses (and maybe even > > different names) defined for each jde project, i.e. defined in the > > prj.el. I want to have my work email for work projects and my personal > > email for personal projects. > > Sorry, I have no definite answer for this. > > It may help to set user-mail-adress in > prj.el, but I didn't try it. >
Just a thought. How about if the JDE defines a new customization variable called jde-project-hook? The value of this variable would be the name of a user-defined Lisp function that the users want run whenever the JDE loads a project. For example, my-work-projects-hook, my-home-projects-hook. You would set the variable for each project and save it in the corresponding project file. Then, after loading a project file, the JDE would run the function specified by jde-project-hook. Would this help you? If so, I'll include it in the next beta release. - Paul
