Title: accumulative changes in prj.el files

Hi,
        I would like to setup my prj.el files so that I can have the subproject prj.el files adding to basic values defined on the master prj.el, or on my .emacs.

        For example, I would like to have a basic lists of classes defined for the jde-global-classpath and jde-sourcepath lists, and have prj.el on subprojects adding classes to those lists - not completely redefining them.

        I guess I could do that writing elisp code in my prj.el file, but I remember reading somewhere that you are not supposed to direct set the values of "defcustom" variables. So I would like to keep using the custom package to manipulate those variables if at all possible.

        I would appreciate any help.

        Regards,
                Nascif

Reply via email to