all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15372: eshell gives environment variables high precedence
@ 2013-09-13 17:40 Glenn Morris
  2013-09-13 19:05 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2013-09-13 17:40 UTC (permalink / raw)
  To: 15372

Package: emacs
Version: 24.3

I don't use eshell, so maybe this is how it is supposed to work, but
from the point of view of normal shells, this seems wrong:

foo=FOOBAR emacs -Q -f eshell
eshell> for foo in 5 { echo $foo }
        -> FOOBAR

Cf:

bash> export foo=FOOBAR
bash> for foo in 5; do echo $foo; done
      -> 5





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-21  0:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 17:40 bug#15372: eshell gives environment variables high precedence Glenn Morris
2013-09-13 19:05 ` Stefan Monnier
2013-09-13 19:11   ` Glenn Morris
2013-09-14 23:43     ` Glenn Morris
     [not found]     ` <mailman.2150.1379202245.10748.bug-gnu-emacs@gnu.org>
2013-09-20 18:38       ` Aidan Gauland
2013-09-20 18:53         ` Glenn Morris
     [not found]         ` <mailman.2593.1379703245.10748.bug-gnu-emacs@gnu.org>
2013-09-21  0:41           ` Aidan Gauland
2013-09-21  0:47             ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.