From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Daniel (Youngwhan)" Newsgroups: gmane.emacs.help Subject: Re: MAC OSX Emacs does not find PATH Date: Mon, 5 Apr 2010 20:53:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <712e800e-7d7c-4318-a7fb-fb064dada02d@u31g2000yqb.googlegroups.com> References: <54cea182-c0db-41dd-b835-0b9268d2acb0@n34g2000yqb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273003595 29839 80.91.229.12 (4 May 2010 20:06:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 20:06:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 22:06:34 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9OO1-0004WO-8Q for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 22:06:33 +0200 Original-Received: from localhost ([127.0.0.1]:41380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9OO0-0005Ak-2B for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 16:06:32 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!u31g2000yqb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 42 Original-NNTP-Posting-Host: 98.248.49.23 Original-X-Trace: posting.google.com 1270526033 4797 127.0.0.1 (6 Apr 2010 03:53:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 6 Apr 2010 03:53:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u31g2000yqb.googlegroups.com; posting-host=98.248.49.23; posting-account=1n6WnAoAAACbXH3nD5I7RQWqdkbTxZki User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177650 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73122 Archived-At: On Apr 5, 3:21=A0pm, Harald Hanche-Olsen wrote: > + "Daniel (Youngwhan)" : > > > On Apr 5, 6:21=A0am, Harald Hanche-Olsen wrote: > >> + "Daniel (Youngwhan)" : > > >> > I [...] and found that > > >> > defaults write $HOME/.MacOSX/environment PATH "$PATH" > > >> > will make it work, but in my case, it does not work at all. > > >> Did you remember to log out and back in afterwards? > > > Of course, I did, but no luck. > > I think something is odd with your mac setup, not with emacs. > Try locating your Finder process (ps uxww | grep Finder) and inspect its > environment with =A0ps eww PID, =A0where PID is the pid of your Finder > process. If the PATH value you set in .MacOSX/environment is not present > in the output, this is not an emacs problem, and you're better off > asking in a mac newsgroup. > > -- > * Harald Hanche-Olsen =A0 =A0 > - It is undesirable to believe a proposition > =A0 when there is no ground whatsoever for supposing it is true. > =A0 -- Bertrand Russell Good information! And, somehow a magic happened today. :) When I came back from work, it suddenly works! I don't know why it works, but "defaults write $HOME/.MacOSX/environment PATH "$PATH"" make it work. Hmm... Anyway, Thanks! Daniel