From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: exec-path and PATH Date: Sun, 20 Mar 2011 02:34:57 -0400 Message-ID: References: <86ipvfiyp0.fsf@gmail.com> <83vczfr0o0.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1300602915 27096 80.91.229.12 (20 Mar 2011 06:35:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2011 06:35:15 +0000 (UTC) Cc: cschol2112@googlemail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 20 07:35:11 2011 Return-path: Envelope-to: ged-emacs-devel@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 1Q1CEI-0003m7-RW for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2011 07:35:11 +0100 Original-Received: from localhost ([127.0.0.1]:50352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1CEH-00058O-Ta for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2011 02:35:10 -0400 Original-Received: from [140.186.70.92] (port=55111 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1CE8-00053U-8N for emacs-devel@gnu.org; Sun, 20 Mar 2011 02:35:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1CE6-0001Yj-Q2 for emacs-devel@gnu.org; Sun, 20 Mar 2011 02:35:00 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1CE6-0001Yf-NP for emacs-devel@gnu.org; Sun, 20 Mar 2011 02:34:58 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q1CE5-0007QI-El; Sun, 20 Mar 2011 02:34:57 -0400 In-reply-to: (message from Stefan Monnier on Sat, 19 Mar 2011 22:50:25 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137449 Archived-At: > From: Stefan Monnier > Cc: Christoph Scholtes , emacs-devel@gnu.org > Date: Sat, 19 Mar 2011 22:50:25 -0400 > > > Maybe we should consider the possibility to automatically set PATH > > from exec-path each time Emacs invokes a subprocess, because this > > issue comes up time and again in gnu.emacs.help. > > That sounds like a good idea, although there are some directories in > exec-path which I think should not be transferred to PATH > (e.g. /usr/lib/emacs/23.2/i486-linux-gnu). Not sure how best to do that. What harm could be done if those directories are added to PATH?