From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Changing the PATH from emacs? Date: Mon, 11 Feb 2008 18:25:50 +0100 Message-ID: <4A812783-2B76-44AF-BD1D-79FBAB4902E9@Web.DE> References: <87odanqwxr.fsf@lvps87-230-32-149.dedicated.hosteurope.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202750797 4111 80.91.229.12 (11 Feb 2008 17:26:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 17:26:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Arentz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 11 18:26:50 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 1JOcQS-0004Vw-Mj for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Feb 2008 18:26:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOcPz-00012t-76 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Feb 2008 12:26:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOcPk-00012o-2m for help-gnu-emacs@gnu.org; Mon, 11 Feb 2008 12:25:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOcPi-00012c-1p for help-gnu-emacs@gnu.org; Mon, 11 Feb 2008 12:25:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOcPh-00012Z-VP for help-gnu-emacs@gnu.org; Mon, 11 Feb 2008 12:25:53 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOcPh-0001u6-Qd for help-gnu-emacs@gnu.org; Mon, 11 Feb 2008 12:25:53 -0500 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id C2DAECE870BD; Mon, 11 Feb 2008 18:25:52 +0100 (CET) Original-Received: from [195.4.206.187] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1JOcPg-0005Ci-00; Mon, 11 Feb 2008 18:25:52 +0100 In-Reply-To: <87odanqwxr.fsf@lvps87-230-32-149.dedicated.hosteurope.de> X-Mailer: Apple Mail (2.753) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX191D6wGfsu9RuGtuktauiRdeDNLkQG/GXvnXZW2 JUqGaF7sIneTGMCm3Qho9wzINQ08L17SV1tSTQQJpknr4WKB4u 5NP7uB2tDwjo75GipJQw== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:51426 Archived-At: 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 -- Greetings Pete When people run around and around in circles we say they are crazy. When planets do it we say they are orbiting.