* Emacs on Mac does not inherit PATH
@ 2014-06-24 8:34 Kazu Yamamoto
2014-06-24 8:56 ` Jan Djärv
0 siblings, 1 reply; 3+ messages in thread
From: Kazu Yamamoto @ 2014-06-24 8:34 UTC (permalink / raw)
To: emacs-devel
Hi,
I'm using Emacs HEAD on Mac (Mavericks).
If it is executed from Dock, it does not inherit PATH:
(getenv "PATH")
"/usr/bin:/bin:/usr/sbin:/sbin"
If it is executed by "open /Applications/Emacs.app", it inherits PATH.
Emacs 24.3 inherits PATH even if it is executed from Dock.
Is this an intentional behavior change?
--Kazu
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Emacs on Mac does not inherit PATH
2014-06-24 8:34 Emacs on Mac does not inherit PATH Kazu Yamamoto
@ 2014-06-24 8:56 ` Jan Djärv
2014-06-24 10:24 ` Kazu Yamamoto
0 siblings, 1 reply; 3+ messages in thread
From: Jan Djärv @ 2014-06-24 8:56 UTC (permalink / raw)
To: "Kazu Yamamoto (山本和彦)"; +Cc: emacs-devel
Hello.
24 jun 2014 kl. 10:34 skrev Kazu Yamamoto (山本和彦) <kazu@iij.ad.jp>:
> Hi,
>
> I'm using Emacs HEAD on Mac (Mavericks).
> If it is executed from Dock, it does not inherit PATH:
>
> (getenv "PATH")
> "/usr/bin:/bin:/usr/sbin:/sbin"
>
> If it is executed by "open /Applications/Emacs.app", it inherits PATH.
This is the way all OSX applications work, Emacs is not different.
Checkout:
% man launchctl
Search for setenv. Also look at
% man launchd.conf
>
> Emacs 24.3 inherits PATH even if it is executed from Dock.
No it does not:
(getenv "PATH")
"/usr/bin:/bin:/usr/sbin:/sbin"
emacs-version
"24.3.1"
>
> Is this an intentional behavior change?
Nothing has changed in this area.
Jan D.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-24 10:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 8:34 Emacs on Mac does not inherit PATH Kazu Yamamoto
2014-06-24 8:56 ` Jan Djärv
2014-06-24 10:24 ` Kazu Yamamoto
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).