setenv A1WRK $gWRK/alpha1
setenv A1_USE_ENVARS yesThis will cause the Alpha_1 source directory variables listed in $a$cmds/dir.vars to be set as environment variables instead of shell variables. The advantage is that environment variables like $cmds will then be usable in Emacs.
(condition-case () (load (substitute-in-file-name "gPRJ/emacs/gdc_general")) (error (message "Can't load gdc_general.el"))) (condition-case () (load (substitute-in-file-name "$A1SRC/emacs/alpha1")) (error (message "Can't load alpha1.el")))Among other things, this will make the Alpha_1 Tags available for navigating your way around the Alpha_1 sources.