From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Arentz Newsgroups: gmane.emacs.help Subject: Re: Changing the PATH from emacs? Date: Mon, 11 Feb 2008 18:38:40 +0100 Message-ID: <87fxvzqtpb.fsf@lvps87-230-32-149.dedicated.hosteurope.de> References: <87odanqwxr.fsf@lvps87-230-32-149.dedicated.hosteurope.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202751737 7851 80.91.229.12 (11 Feb 2008 17:42:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 17:42:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 11 18:42:36 2008 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.50) id 1JOcfp-0002wq-BM for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Feb 2008 18:42:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOcfM-0004V7-29 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Feb 2008 12:42:04 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!transit4.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:JiTEiMHMauW8rLmPJc0jAq4/mNI= Original-Lines: 16 Original-NNTP-Posting-Host: 82.94.255.141 Original-X-Trace: 1202751520 news.xs4all.nl 85778 [::ffff:82.94.255.141]:56578 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: shelby.stanford.edu gnu.emacs.help:156057 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:51429 Archived-At: Peter Dyballa writes: > Am 11.02.2008 um 17:28 schrieb Stefan Arentz: > >> There doesn't seem to be a way to do this through Emacs.app/Info.plist >> so my question is whether it possible to change the PATH from my >> .emacs profile? > > (setenv "PATH" (concat "/opt/local/bin" ":" (getenv "PATH"))) > > You could also work according to this: http://developer.apple.com/qa/ > qa2001/qa1067.html Thanks! Works perfect! (The elisp snippet) S.