unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* About PATH environment variable on OSX
@ 2013-04-07 18:19 Darren Hoo
  2013-04-12  5:05 ` Jan Djärv
  2013-04-13  4:59 ` Josh
  0 siblings, 2 replies; 9+ messages in thread
From: Darren Hoo @ 2013-04-07 18:19 UTC (permalink / raw)
  To: emacs-devel


In the Emacs info manual F.1.1 Grabbing environment variables
it says and I quote:

      For the PATH and MANPATH variables, a system-wide method of setting
   PATH is recommended on Mac OS X 10.5 and later, using the `/etc/paths'
   files and the `/etc/paths.d' directory.

It doesn't work for me. This is my /etc/paths file:

$ cat /etc/paths
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin

but (getenv "PATH") gives "/usr/bin:/bin:/usr/sbin:/sbin" 
and I haven't used any (setenv "PATH" ...) in my init file.

I can confirm that PATH settings in the /etc/paths and /etc/paths.d are
never picked up by the programs launched from the Finder by writing a
simple Cocoa App.

I can not find any NS-specific code that read the /etc/paths file
either.

So I think the paragraph I quoted above in the manual is incorrect and
should be removed.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-04-13 12:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-07 18:19 About PATH environment variable on OSX Darren Hoo
2013-04-12  5:05 ` Jan Djärv
2013-04-12 12:39   ` Piotr Kalinowski
2013-04-12 14:07     ` Peter Vasil
2013-04-13  1:24       ` James Felix Black
2013-04-13 12:33         ` Piotr Kalinowski
2013-04-12 15:01   ` Harald Hanche-Olsen
2013-04-13  4:59 ` Josh
2013-04-13 12:41   ` Piotr Kalinowski

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).