From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: exec path Date: Mon, 26 Aug 2013 09:40:27 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: <4itxicj3x0.fsf@news.eternal-september.org> References: <52147A10.1030406@t-online.de> <146ACADC-9BC8-429E-A3EE-58D7705768F8@Web.DE> <5215CB94.6070600@t-online.de> <28CED4B0-6E3E-47DD-98DD-121A2C10D614@Web.DE> <52164631.3040109@t-online.de> Reply-To: help-gnu-emacs@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1377503136 24341 80.91.229.3 (26 Aug 2013 07:45:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2013 07:45:36 +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 Aug 26 09:45:38 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VDrUX-0006BT-HR for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Aug 2013 09:45:37 +0200 Original-Received: from localhost ([::1]:49450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDrUX-0003Zn-2z for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Aug 2013 03:45:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDrU9-0003Yb-D5 for help-gnu-emacs@gnu.org; Mon, 26 Aug 2013 03:45:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDrU2-0000BU-2J for help-gnu-emacs@gnu.org; Mon, 26 Aug 2013 03:45:13 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:50731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDrU1-000093-Qf for help-gnu-emacs@gnu.org; Mon, 26 Aug 2013 03:45:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VDrU0-0005hH-CL for help-gnu-emacs@gnu.org; Mon, 26 Aug 2013 09:45:04 +0200 Original-Received: from e182081105.adsl.alicedsl.de ([85.182.81.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Aug 2013 09:45:04 +0200 Original-Received: from rileyrg by e182081105.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Aug 2013 09:45:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 46 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e182081105.adsl.alicedsl.de Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:n2t9awgY1AtCPFO/EOQ2wT2AgE4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93090 Archived-At: Klaus Jantzen writes: > On 08/22/2013 12:51 PM, Peter Dyballa wrote: >> Am 22.08.2013 um 10:28 schrieb Klaus Jantzen: >> >>> The problem is not that I don't know how and where to define PATH >>> but that my definition of PATH is not found/used by emacs23. >> So find out the precise mechanism by which GNU Emacs gets launched! >> >> In my GNU Emacs 23.4 exec-path is $PATH + "/usr/local/libexec/emacs/23.4/x86_64-apple-darwin10.8.0". >> >> Have you tried to launch GNU Emacs with -Q, i.e., without any customisation? >> And also with -q, which means only system-wide customisation? Any differences? >> What is the difference to the value when GNU Emacs is launched the usual way? >> > > When launching emacs with -Q/-q exec path contains > $PATH + "/usr/lib/emacs/23.4/x86_64-linux-gnu" > > This means that the initialization is messing up 'exec path'. > Any idea? >> >> -- >> Mit friedvollen Grüßen >> >> Pete >> >> Der größte Aberglaube der Gegenwart ist der Glaube an die Vorfahrt. >> (Jacques Tati) >> >> > K.D.J. > > > import your bashrc or bash_env wherever your $PATH is set into .bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc fi -- Sent using Emacs/Gnus from home ...