|
From: | Glenn Morris |
Subject: | bug#15372: eshell gives environment variables high precedence |
Date: | Fri, 20 Sep 2013 20:47:44 -0400 |
User-agent: | Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |