emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#7793: closed (inconsistent behavior of exec-path)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#7793: closed (inconsistent behavior of exec-path)
Date: Fri, 03 Feb 2012 22:32:02 +0000

Your message dated Fri, 03 Feb 2012 17:31:17 -0500
with message-id <address@hidden>
and subject line Re: bug#7793: inconsistent behavior of exec-path
has caused the debbugs.gnu.org bug report #7793,
regarding inconsistent behavior of exec-path
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7793: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7793
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: inconsistent behavior of exec-path Date: Wed, 5 Jan 2011 18:07:48 -0500
suppose you have two directories (A&B) which contain two different
executables with the same name (N).
e.g., find.exe(N) in both "c:/gnu/gnuwin32/bin"(A) and "c:/WINDOWS/system32"(B).
if A follows B in $PATH, then M-x shell-command will call A/N for N
even if I manually swap A & B in exec-path.
So far so good.

However, if I run rgrep in "emacs -q", it fails because by default B
is before A in PATH and exec-path;
while if I push A to the beginning of exec-path before the first
invocation of rgrep, rgrep will find and use the good N.

this inconsistency is bad and together with bugs
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6784
and
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7785
is causing me much grief in my first encounter with windows in 4 years.
thanks.

-- 
Sam Steingold <http://sds.podval.org>



--- End Message ---
--- Begin Message --- Subject: Re: bug#7793: inconsistent behavior of exec-path Date: Fri, 03 Feb 2012 17:31:17 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Eli Zaretskii wrote:

> FWIW, I don't think the inconsistency that is the subject of this bug
> can be resolved in any reasonable way.  The separation between
> exec-path and PATH is deliberate in Emacs, so setting one from the
> other will not DTRT at least for some use-cases.

I am closing this report.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]