Re: Environment variables
Re: Environment variables
- Subject: Re: Environment variables
- From: Ronnie Misra <email@hidden>
- Date: Wed, 19 Feb 2003 14:38:08 -0800
On Wednesday, February 19, 2003, at 2:22PM, kristian ragndahl wrote:
I'm using Emacs for X11 but when launching emacs from the X11
'Application' menu i'm missing some environment variables.
I tried to follow the advice in the FAQ to create a
~/.MacOSX/environment.plist
$ cat .MacOSX/environment.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NNTPSERVER</key>
<string>news.cis.dfn.de</string>
<key>PATH</key>
<string>$PATH:/usr/local/bin</string>
</dict>
</plist
However, still neither one of the variables works. I'm using bash
as shell if it has any relevance.
Just making sure this wasn't a typo -- does your file have the last ">"
character? The text you pasted was missing that...
If you run "defaults read ~/.MacOSX/environment", do your variables
show up there?
Ronnie
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.