From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rami A Newsgroups: gmane.emacs.help Subject: Re: exec path Date: Fri, 23 Aug 2013 12:21:23 -0700 (PDT) Message-ID: 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> <521669BB.1010400@easy-emacs.de> <2169388f-497b-494d-ba58-5e2bc4738b78@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1377285918 16575 80.91.229.3 (23 Aug 2013 19:25:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Aug 2013 19:25:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 23 21:25:20 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 1VCwz0-0000HR-Ek for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Aug 2013 21:25:18 +0200 Original-Received: from localhost ([::1]:38371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCwz0-00046n-0w for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Aug 2013 15:25:18 -0400 X-Received: by 10.224.4.138 with SMTP id 10mr506504qar.8.1377285683778; Fri, 23 Aug 2013 12:21:23 -0700 (PDT) X-Received: by 10.50.109.165 with SMTP id ht5mr90650igb.11.1377285683699; Fri, 23 Aug 2013 12:21:23 -0700 (PDT) Original-Path: usenet.stanford.edu!fx3no4153100qab.0!news-out.google.com!he10ni3256qab.0!nntp.google.com!fx3no4153099qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.87.19.198; posting-account=HZ4YzgoAAABkTSCruZ7Bs4hufjlOUmBF Original-NNTP-Posting-Host: 148.87.19.198 User-Agent: G2/1.0 Injection-Date: Fri, 23 Aug 2013 19:21:23 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:200800 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:93067 Archived-At: The problem is that the shell $PATH "does" include the bin path. When starting an eshell in emacs it does print $PATH as in the unix shell. However, echoing the $PATH from M-! "echo $PATH" or M-x compile "echo $PATH" both print a subset of the shell $PATH.