Much of my stuff is based on a $DEVROOT environment variable. I would
definitely like to see an environment variable as one of the options.
>3) The implementation should be done in such a way that
>the root does not have to be the location of the prj.el file but
>could be based on some other location specified by the user
>or determined automatically in some other way.
Anybody reading this have any ideas about what they might want as a
relative root?
I'd suggest one could select from either:
- location of project file
- car of debug source directory list
- environment variable
>Finally, with regard to master prj.el files, I have already
suggested
>a soluion which is to insert a function at the end of each prj.el
file
>that loads a master file from a specified loactions. This master
file
>would contain overrides of settings in the local file, eg.
Yes... I thought about that. I don't think that's the right way... it
seems to me that the project file should be superior. The "master"
file should be used for site-local definitions, like the sort of VM
being used.