Hi all, I compiled Emacs 23 on OS X Leopard and I am loving it. But one thing I noticed when I switched from Aquamancs is that I am no longer able to access my environment variables that I specify in my .bash_profile file. For instance, I have a line:
export WORK=/Users/myname/Documents/otherpaths/Work
So to open files I can type in the minibuffer:
Find file: $WORK/projectname/filename.txt
or something to that effect, to save myself the trouble of typing the whole file path.
I found some instructions on editing ~/.MacOSX/environment.plist, .profile, and .login files from this site:
http://www.emacswiki.org/emacs/CarbonEmacsPackage
but does not appear to work and I am not certain it is applicable. I wonder if anyone knows of a solution? Thanks in anticipation,
-Stephen