GNU bug report logs - #15372
eshell gives environment variables high precedence

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Fri, 13 Sep 2013 17:41:02 UTC

Severity: normal

Found in version 24.3

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Aidan Gauland <aidalgol <at> no8wireless.co.nz>
Cc: 15372 <at> debbugs.gnu.org
Subject: bug#15372: eshell gives environment variables high precedence
Date: Fri, 20 Sep 2013 20:47:44 -0400
Aidan Gauland wrote:

> So, to clarify, what behaviour did you change/fix?

foo=FOOBAR emacs -Q -f eshell
eshell>
echo $foo                    # -> FOOBAR
for foo in 5 { echo $foo }   # -> 5   [was FOOBAR, a bug]
echo $foo                    # -> FOOBAR




This bug report was last modified 11 years and 339 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.