From: Gregor Zattler <telegraph@gmx.net>
To: 15231@debbugs.gnu.org
Subject: bug#15231: 24.3.50; eshell: variable `name' treated different from other variables
Date: Sun, 01 Sep 2013 01:40:19 +0200 [thread overview]
Message-ID: <8761ule8f0.fsf@boo.workgroup> (raw)
Dear Emacs developers,
eshell treats a variable named `name' different than a variable
named `foo' (or any(?) other name):
How to reproduce:
emacs -Q -nw -f eshell
#now type
for foo in * { echo "$foo" }
# this lists the directory Emacs was started in
#now type
for name in * { echo "$name" }
# this instead lists as many times 'name' as the above
# for statement listed objects in the directory.
E.g.:
~/src/emacs/doc $ for foo in * { echo "$foo" }
Emacs/
lispintro/
lispref/
man/
misc/
~/src/emacs/doc $ for name in * { echo "$name" }
name
name
name
name
name
~/src/emacs/doc $
This is the case with
GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, X toolkit, Xaw scroll
bars) of 2013-08-31 on dex, modified by Debian
and with
GNU Emacs 23.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll
bars) of 2013-07-01 on binet, modified by Debian
Is this a bug?
Thanks, Gregor
next reply other threads:[~2013-08-31 23:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-31 23:40 Gregor Zattler [this message]
2013-09-03 1:27 ` bug#15231: 24.3.50; eshell: variable `name' treated different from other variables Stefan Monnier
[not found] ` <mailman.1220.1378171698.10748.bug-gnu-emacs@gnu.org>
2013-09-12 1:58 ` Aidan Gauland
2013-09-12 3:39 ` Stefan Monnier
2013-09-12 4:50 ` Stefan Monnier
2013-09-12 6:56 ` Michael Albinus
2013-09-12 20:16 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8761ule8f0.fsf@boo.workgroup \
--to=telegraph@gmx.net \
--cc=15231@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.